Lines Matching refs:top
629 r->top = clamp_t(u32, r->top, 0, frame->f_height - r->height); in fimc_lite_try_crop()
632 r->left, r->top, r->width, r->height, in fimc_lite_try_crop()
649 r->top = clamp_t(u32, r->top, 0, fimc->out_frame.f_height - r->height); in fimc_lite_try_compose()
652 r->left, r->top, r->width, r->height, in fimc_lite_try_compose()
896 if (a->left < b->left || a->top < b->top) in enclosed_rectangle()
900 if (a->top + a->height > b->top + b->height) in enclosed_rectangle()
919 sel->r.top = 0; in fimc_lite_g_selection()
1149 sink->rect.top = 0; in fimc_lite_subdev_set_fmt()
1182 sel->r.top = 0; in fimc_lite_subdev_get_selection()
1189 __func__, f->rect.left, f->rect.top, f->rect.width, in fimc_lite_subdev_get_selection()
1223 __func__, f->rect.left, f->rect.top, f->rect.width, in fimc_lite_subdev_set_selection()
1418 sink->rect.top = 0; in fimc_lite_set_default_config()