Home
last modified time | relevance | path

Searched refs:max_h (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/exynos/
Dexynos_drm_rotator.c68 u32 max_h; member
196 else if (val > limit->max_h) in rotator_align_size()
197 *vsize = ROT_MAX(limit->max_h, mask); in rotator_align_size()
632 .max_h = SZ_64K,
639 .max_h = SZ_16K,
649 .max_h = SZ_32K,
656 .max_h = SZ_8K,
666 .max_h = SZ_32K,
673 .max_h = SZ_8K,
/linux-4.1.27/drivers/media/platform/exynos-gsc/
Dgsc-core.c396 u32 max_w, max_h, mod_x, mod_y; in gsc_try_fmt_mplane() local
417 max_h = variant->pix_max->target_rot_dis_h; in gsc_try_fmt_mplane()
434 mod_x, mod_y, max_w, max_h); in gsc_try_fmt_mplane()
442 &pix_mp->height, min_h, max_h, mod_y, 0); in gsc_try_fmt_mplane()
525 u32 min_w, min_h, max_w, max_h; in gsc_try_crop() local
541 max_h = f->f_height; in gsc_try_crop()
564 max_h = f->f_width; in gsc_try_crop()
579 &tmp_h, min_h, max_h, mod_y, 0); in gsc_try_crop()
595 if (cr->c.top + tmp_h > max_h) in gsc_try_crop()
596 cr->c.top = max_h - tmp_h; in gsc_try_crop()
[all …]
/linux-4.1.27/drivers/media/platform/coda/
Dcoda-common.c148 #define CODA_CODEC(mode, src_fourcc, dst_fourcc, max_w, max_h) \ argument
149 { mode, src_fourcc, dst_fourcc, max_w, max_h }
324 int *max_w, int *max_h) in coda_get_max_dimensions() argument
333 h = codec->max_h; in coda_get_max_dimensions()
337 h = max(h, codecs[k].max_h); in coda_get_max_dimensions()
343 if (max_h) in coda_get_max_dimensions()
344 *max_h = h; in coda_get_max_dimensions()
488 unsigned int max_w, max_h; in coda_try_fmt() local
501 coda_get_max_dimensions(dev, codec, &max_w, &max_h); in coda_try_fmt()
503 &f->fmt.pix.height, MIN_H, max_h, H_ALIGN, in coda_try_fmt()
[all …]
Dcoda.h105 u32 max_h; member
/linux-4.1.27/drivers/media/i2c/soc_camera/
Drj54n1cb0c.c999 int output_w, output_h, max_w, max_h, in rj54n1_s_fmt() local
1095 max_h = mf->height * (16 * 1024 - 1) / 1024; in rj54n1_s_fmt()
1096 if (input_h > max_h) in rj54n1_s_fmt()
1097 input_h = max_h; in rj54n1_s_fmt()
/linux-4.1.27/drivers/media/platform/exynos4-is/
Dfimc-capture.c669 u32 max_w, max_h, min_w = 0, min_h = 0, min_sz; in fimc_capture_try_selection() local
705 max_h = min_t(u32, FIMC_CAMIF_MAX_HEIGHT, sink->f_height); in fimc_capture_try_selection()
709 min_h = min_t(u32, max_h, sink->f_height / max_sc_v); in fimc_capture_try_selection()
716 &r->height, min_h, max_h, align_h, in fimc_capture_try_selection()