Lines Matching refs:f_width
379 wh = frame->f_width * frame->f_height; in queue_setup()
626 v4l_bound_align_image(&r->width, 0, frame->f_width, 0, in fimc_lite_try_crop()
630 r->left = clamp_t(u32, r->left, 0, frame->f_width - r->width); in fimc_lite_try_crop()
636 frame->f_width, frame->f_height); in fimc_lite_try_crop()
650 r->left = clamp_t(u32, r->left, 0, frame->f_width - r->width); in fimc_lite_try_compose()
656 frame->f_width, frame->f_height); in fimc_lite_try_compose()
701 plane_fmt->bytesperline = (frame->f_width * fmt->depth[0]) / 8; in fimc_lite_g_fmt_mplane()
706 pixm->width = frame->f_width; in fimc_lite_g_fmt_mplane()
783 frame->f_width = pixm->width; in fimc_lite_s_fmt_mplane()
804 sink_fmt.format.width = ff->f_width; in fimc_pipeline_validate()
923 sel->r.width = f->f_width; in fimc_lite_g_selection()
1092 mf->width = f->f_width; in fimc_lite_subdev_get_fmt()
1145 sink->f_width = mf->width; in fimc_lite_subdev_set_fmt()
1155 source->f_width = mf->width; in fimc_lite_subdev_set_fmt()
1186 sel->r.width = f->f_width; 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()
1415 sink->f_width = FLITE_DEFAULT_WIDTH; in fimc_lite_set_default_config()