Lines Matching refs:max_h
114 #define CODA_CODEC(mode, src_fourcc, dst_fourcc, max_w, max_h) \ argument
115 { mode, src_fourcc, dst_fourcc, max_w, max_h }
273 int *max_w, int *max_h) in coda_get_max_dimensions() argument
282 h = codec->max_h; in coda_get_max_dimensions()
286 h = max(h, codecs[k].max_h); in coda_get_max_dimensions()
292 if (max_h) in coda_get_max_dimensions()
293 *max_h = h; in coda_get_max_dimensions()
432 unsigned int max_w, max_h; in coda_try_fmt() local
445 coda_get_max_dimensions(dev, codec, &max_w, &max_h); in coda_try_fmt()
447 &f->fmt.pix.height, MIN_H, max_h, H_ALIGN, in coda_try_fmt()
1088 unsigned int max_w, max_h, usize, csize; in set_default_params() local
1093 max_h = min(ctx->codec->max_h, 1088U); in set_default_params()
1094 usize = max_w * max_h * 3 / 2; in set_default_params()
1095 csize = coda_estimate_sizeimage(ctx, usize, max_w, max_h); in set_default_params()
1105 ctx->q_data[V4L2_M2M_SRC].height = max_h; in set_default_params()
1107 ctx->q_data[V4L2_M2M_DST].height = max_h; in set_default_params()
1120 ctx->q_data[V4L2_M2M_SRC].rect.height = max_h; in set_default_params()
1122 ctx->q_data[V4L2_M2M_DST].rect.height = max_h; in set_default_params()