Lines Matching refs:width
325 v4l_bound_align_image(&pix->width, 16, max_w, mod_x, in fimc_try_fmt_mplane()
328 fimc_adjust_mplane_format(fmt, pix->width, pix->height, &f->fmt.pix_mp); in fimc_try_fmt_mplane()
349 frame->f_width = pixm->width; in __set_frame_format()
351 frame->o_width = pixm->width; in __set_frame_format()
353 frame->width = pixm->width; in __set_frame_format()
411 cr->bounds.width = frame->o_width; in fimc_m2m_cropcap()
429 cr->c.width = frame->width; in fimc_m2m_g_crop()
466 v4l_bound_align_image(&cr->c.width, min_size, f->o_width, in fimc_m2m_try_crop()
472 if (cr->c.left + cr->c.width > f->o_width) in fimc_m2m_try_crop()
473 cr->c.left = f->o_width - cr->c.width; in fimc_m2m_try_crop()
481 cr->c.left, cr->c.top, cr->c.width, cr->c.height, in fimc_m2m_try_crop()
504 ret = fimc_check_scaler_ratio(ctx, cr.c.width, in fimc_m2m_s_crop()
505 cr.c.height, ctx->d_frame.width, in fimc_m2m_s_crop()
508 ret = fimc_check_scaler_ratio(ctx, ctx->s_frame.width, in fimc_m2m_s_crop()
509 ctx->s_frame.height, cr.c.width, in fimc_m2m_s_crop()
519 f->width = cr.c.width; in fimc_m2m_s_crop()
585 .width = 800, in fimc_m2m_set_default_format()