Lines Matching refs:f_height
347 unsigned long wh = frame->f_width * frame->f_height; in queue_setup()
610 *height = ctx->s_frame.f_height; in fimc_capture_try_format()
634 dst->f_width, dst->f_height); in fimc_capture_try_format()
655 r->height = sink->f_height; in fimc_capture_try_selection()
686 rotate ? sink->f_height : sink->f_width); in fimc_capture_try_selection()
687 max_h = min_t(u32, FIMC_CAMIF_MAX_HEIGHT, sink->f_height); in fimc_capture_try_selection()
691 min_h = min_t(u32, max_h, sink->f_height / max_sc_v); in fimc_capture_try_selection()
702 r->top = clamp_t(u32, r->top, 0, sink->f_height - r->height); in fimc_capture_try_selection()
707 sink->f_width, sink->f_height); in fimc_capture_try_selection()
926 ctx->s_frame.f_height = pix->height; in __video_try_or_set_format()
1137 sink_fmt.format.height = ff->f_height; in fimc_pipeline_validate()
1629 f->f_width, f->f_height); in fimc_subdev_get_selection()