Lines Matching refs:f_width
375 wh = frame->f_width * frame->f_height; in queue_setup()
623 v4l_bound_align_image(&r->width, 0, frame->f_width, 0, in fimc_lite_try_crop()
627 r->left = clamp_t(u32, r->left, 0, frame->f_width - r->width); in fimc_lite_try_crop()
633 frame->f_width, frame->f_height); in fimc_lite_try_crop()
647 r->left = clamp_t(u32, r->left, 0, frame->f_width - r->width); in fimc_lite_try_compose()
653 frame->f_width, frame->f_height); in fimc_lite_try_compose()
698 plane_fmt->bytesperline = (frame->f_width * fmt->depth[0]) / 8; in fimc_lite_g_fmt_mplane()
703 pixm->width = frame->f_width; in fimc_lite_g_fmt_mplane()
780 frame->f_width = pixm->width; in fimc_lite_s_fmt_mplane()
801 sink_fmt.format.width = ff->f_width; in fimc_pipeline_validate()
920 sel->r.width = f->f_width; in fimc_lite_g_selection()
1089 mf->width = f->f_width; in fimc_lite_subdev_get_fmt()
1142 sink->f_width = mf->width; in fimc_lite_subdev_set_fmt()
1152 source->f_width = mf->width; in fimc_lite_subdev_set_fmt()
1183 sel->r.width = f->f_width; in fimc_lite_subdev_get_selection()
1190 f->rect.height, f->f_width, f->f_height); in fimc_lite_subdev_get_selection()
1224 f->rect.height, f->f_width, f->f_height); in fimc_lite_subdev_set_selection()
1412 sink->f_width = FLITE_DEFAULT_WIDTH; in fimc_lite_set_default_config()