Lines Matching refs:max_w
122 #define CODA_CODEC(mode, src_fourcc, dst_fourcc, max_w, max_h) \ argument
123 { mode, src_fourcc, dst_fourcc, max_w, max_h }
303 int *max_w, int *max_h) in coda_get_max_dimensions() argument
311 w = codec->max_w; in coda_get_max_dimensions()
315 w = max(w, codecs[k].max_w); in coda_get_max_dimensions()
320 if (max_w) in coda_get_max_dimensions()
321 *max_w = w; in coda_get_max_dimensions()
524 unsigned int max_w, max_h; in coda_try_fmt() local
537 coda_get_max_dimensions(dev, codec, &max_w, &max_h); in coda_try_fmt()
538 v4l_bound_align_image(&f->fmt.pix.width, MIN_W, max_w, W_ALIGN, in coda_try_fmt()
1181 fsize->stepwise.max_width = codec->max_w; in coda_enum_framesizes()
1523 unsigned int max_w, max_h, usize, csize; in set_default_params() local
1527 max_w = min(ctx->codec->max_w, 1920U); in set_default_params()
1529 usize = max_w * max_h * 3 / 2; in set_default_params()
1530 csize = coda_estimate_sizeimage(ctx, usize, max_w, max_h); in set_default_params()
1545 ctx->q_data[V4L2_M2M_SRC].width = max_w; in set_default_params()
1547 ctx->q_data[V4L2_M2M_DST].width = max_w; in set_default_params()
1550 ctx->q_data[V4L2_M2M_SRC].bytesperline = max_w; in set_default_params()
1557 ctx->q_data[V4L2_M2M_DST].bytesperline = max_w; in set_default_params()
1560 ctx->q_data[V4L2_M2M_SRC].rect.width = max_w; in set_default_params()
1562 ctx->q_data[V4L2_M2M_DST].rect.width = max_w; in set_default_params()