Lines Matching refs:width
326 v4l_bound_align_image(&pix->width, 16, max_w, mod_x, in fimc_try_fmt_mplane()
329 fimc_adjust_mplane_format(fmt, pix->width, pix->height, &f->fmt.pix_mp); in fimc_try_fmt_mplane()
350 frame->f_width = pixm->width; in __set_frame_format()
352 frame->o_width = pixm->width; in __set_frame_format()
354 frame->width = pixm->width; in __set_frame_format()
412 cr->bounds.width = frame->o_width; in fimc_m2m_cropcap()
430 cr->c.width = frame->width; in fimc_m2m_g_crop()
467 v4l_bound_align_image(&cr->c.width, min_size, f->o_width, in fimc_m2m_try_crop()
473 if (cr->c.left + cr->c.width > f->o_width) in fimc_m2m_try_crop()
474 cr->c.left = f->o_width - cr->c.width; in fimc_m2m_try_crop()
482 cr->c.left, cr->c.top, cr->c.width, cr->c.height, in fimc_m2m_try_crop()
505 ret = fimc_check_scaler_ratio(ctx, cr.c.width, in fimc_m2m_s_crop()
506 cr.c.height, ctx->d_frame.width, in fimc_m2m_s_crop()
509 ret = fimc_check_scaler_ratio(ctx, ctx->s_frame.width, in fimc_m2m_s_crop()
510 ctx->s_frame.height, cr.c.width, in fimc_m2m_s_crop()
520 f->width = cr.c.width; in fimc_m2m_s_crop()
586 .width = 800, in fimc_m2m_set_default_format()