Lines Matching refs:f_height
364 wh = frame->f_width * frame->f_height; in queue_setup()
631 *height = ctx->s_frame.f_height; in fimc_capture_try_format()
655 dst->f_width, dst->f_height); in fimc_capture_try_format()
676 r->height = sink->f_height; in fimc_capture_try_selection()
704 rotate ? sink->f_height : sink->f_width); in fimc_capture_try_selection()
705 max_h = min_t(u32, FIMC_CAMIF_MAX_HEIGHT, sink->f_height); in fimc_capture_try_selection()
709 min_h = min_t(u32, max_h, sink->f_height / max_sc_v); in fimc_capture_try_selection()
720 r->top = clamp_t(u32, r->top, 0, sink->f_height - r->height); in fimc_capture_try_selection()
725 sink->f_width, sink->f_height); in fimc_capture_try_selection()
946 ctx->s_frame.f_height = pix->height; in __video_try_or_set_format()
1152 sink_fmt.format.height = ff->f_height; in fimc_pipeline_validate()
1653 f->f_width, f->f_height); in fimc_subdev_get_selection()