Lines Matching refs:top
632 r->top = clamp_t(u32, r->top, 0, frame->f_height - r->height); in fimc_lite_try_crop()
635 r->left, r->top, r->width, r->height, in fimc_lite_try_crop()
652 r->top = clamp_t(u32, r->top, 0, fimc->out_frame.f_height - r->height); in fimc_lite_try_compose()
655 r->left, r->top, r->width, r->height, in fimc_lite_try_compose()
899 if (a->left < b->left || a->top < b->top) in enclosed_rectangle()
903 if (a->top + a->height > b->top + b->height) in enclosed_rectangle()
922 sel->r.top = 0; in fimc_lite_g_selection()
1152 sink->rect.top = 0; in fimc_lite_subdev_set_fmt()
1185 sel->r.top = 0; in fimc_lite_subdev_get_selection()
1192 __func__, f->rect.left, f->rect.top, f->rect.width, in fimc_lite_subdev_get_selection()
1226 __func__, f->rect.left, f->rect.top, f->rect.width, in fimc_lite_subdev_set_selection()
1421 sink->rect.top = 0; in fimc_lite_set_default_config()