Lines Matching refs:max_h
122 #define CODA_CODEC(mode, src_fourcc, dst_fourcc, max_w, max_h) \ argument
123 { mode, src_fourcc, dst_fourcc, max_w, max_h }
340 int *max_w, int *max_h) in coda_get_max_dimensions() argument
349 h = codec->max_h; in coda_get_max_dimensions()
353 h = max(h, codecs[k].max_h); in coda_get_max_dimensions()
359 if (max_h) in coda_get_max_dimensions()
360 *max_h = h; in coda_get_max_dimensions()
591 unsigned int max_w, max_h; in coda_try_fmt() local
604 coda_get_max_dimensions(dev, codec, &max_w, &max_h); in coda_try_fmt()
606 &f->fmt.pix.height, MIN_H, max_h, H_ALIGN, in coda_try_fmt()
1308 fsize->stepwise.max_height = codec->max_h; in coda_enum_framesizes()
1340 f->height < MIN_H || f->height > codec->max_h) in coda_enum_frameintervals()
1654 unsigned int max_w, max_h, usize, csize; in set_default_params() local
1659 max_h = min(ctx->codec->max_h, 1088U); in set_default_params()
1660 usize = max_w * max_h * 3 / 2; in set_default_params()
1661 csize = coda_estimate_sizeimage(ctx, usize, max_w, max_h); in set_default_params()
1682 ctx->q_data[V4L2_M2M_SRC].height = max_h; in set_default_params()
1684 ctx->q_data[V4L2_M2M_DST].height = max_h; in set_default_params()
1697 ctx->q_data[V4L2_M2M_SRC].rect.height = max_h; in set_default_params()
1699 ctx->q_data[V4L2_M2M_DST].rect.height = max_h; in set_default_params()