Lines Matching refs:height

377 		wh = pixm->width * pixm->height;  in queue_setup()
581 &mf->height, 0, dd->max_height, 0, 0); in fimc_lite_subdev_try_fmt()
611 mf->height = rect->height; in fimc_lite_subdev_try_fmt()
617 mf->code, mf->colorspace, mf->width, mf->height); in fimc_lite_subdev_try_fmt()
627 &r->height, 0, frame->f_height, 0, 0); in fimc_lite_try_crop()
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()
647 r->height = crop_rect->height; in fimc_lite_try_compose()
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()
707 pixm->height = frame->f_height; in fimc_lite_g_fmt_mplane()
741 &pixm->height, 0, dd->max_height, 0, 0); in fimc_lite_try_fmt()
748 pixm->plane_fmt[0].sizeimage = (pixm->width * pixm->height * in fimc_lite_try_fmt()
781 fimc->payload[0] = max((pixm->width * pixm->height * fmt->depth[0]) / 8, in fimc_lite_s_fmt_mplane()
784 frame->f_height = pixm->height; in fimc_lite_s_fmt_mplane()
805 sink_fmt.format.height = ff->f_height; in fimc_pipeline_validate()
829 src_fmt.format.height != sink_fmt.format.height || in fimc_pipeline_validate()
903 if (a->top + a->height > b->top + b->height) in enclosed_rectangle()
924 sel->r.height = f->f_height; in fimc_lite_g_selection()
1093 mf->height = f->f_height; in fimc_lite_subdev_get_fmt()
1097 mf->height = f->rect.height; in fimc_lite_subdev_get_fmt()
1114 fmt->pad, mf->code, mf->width, mf->height); in fimc_lite_subdev_set_fmt()
1146 sink->f_height = mf->height; in fimc_lite_subdev_set_fmt()
1150 sink->rect.height = mf->height; in fimc_lite_subdev_set_fmt()
1156 source->f_height = mf->height; in fimc_lite_subdev_set_fmt()
1187 sel->r.height = f->f_height; in fimc_lite_subdev_get_selection()
1193 f->rect.height, f->f_width, f->f_height); in fimc_lite_subdev_get_selection()
1227 f->rect.height, f->f_width, f->f_height); in fimc_lite_subdev_set_selection()
1419 sink->rect.height = FLITE_DEFAULT_HEIGHT; in fimc_lite_set_default_config()