| /linux/drivers/media/platform/samsung/exynos-gsc/ |
| H A D | gsc-core.c | 395 u32 min_w, min_h, tmp_w, tmp_h; in gsc_try_fmt_mplane() local 425 min_h = variant->pix_min->org_h; in gsc_try_fmt_mplane() 428 min_h = variant->pix_min->target_rot_dis_h; in gsc_try_fmt_mplane() 441 &pix_mp->height, min_h, max_h, mod_y, 0); in gsc_try_fmt_mplane() 522 u32 min_w, min_h, max_w, max_h; in gsc_try_selection() local 550 min_h = 32; in gsc_try_selection() 552 min_h = 16; in gsc_try_selection() 563 min_h = variant->pix_min->target_rot_en_h; in gsc_try_selection() 568 min_h = variant->pix_min->target_rot_dis_h; in gsc_try_selection() 572 mod_x, mod_y, min_w, min_h); in gsc_try_selection() [all …]
|
| /linux/drivers/media/platform/mediatek/mdp/ |
| H A D | mtk_mdp_m2m.c | 181 u32 min_w, min_h, org_w, org_h; in mtk_mdp_try_fmt_mplane() local 217 min_h = variant->pix_min->org_h; in mtk_mdp_try_fmt_mplane() 220 min_h = variant->pix_min->target_rot_dis_h; in mtk_mdp_try_fmt_mplane() 234 &pix_mp->height, min_h, max_h, align_h); in mtk_mdp_try_fmt_mplane() 282 u32 min_w, min_h, max_w, max_h; in mtk_mdp_try_crop() local 303 min_h = 32; in mtk_mdp_try_crop() 312 min_h = variant->pix_min->target_rot_en_h; in mtk_mdp_try_crop() 317 min_h = variant->pix_min->target_rot_dis_h; in mtk_mdp_try_crop() 322 align_w, align_h, min_w, min_h, new_w, new_h); in mtk_mdp_try_crop() 325 &new_h, min_h, max_h, align_h); in mtk_mdp_try_crop()
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | skl_scaler.c | 86 u64 modifier, int *min_w, int *min_h) in skl_scaler_min_src_size() argument 90 *min_h = 16; in skl_scaler_min_src_size() 93 *min_h = 8; in skl_scaler_min_src_size() 115 static void skl_scaler_min_dst_size(int *min_w, int *min_h) in skl_scaler_min_dst_size() argument 118 *min_h = 8; in skl_scaler_min_dst_size()
|
| /linux/drivers/media/platform/samsung/exynos4-is/ |
| H A D | fimc-capture.c | 569 u32 depth, min_w, max_w, min_h, align_h = 3; in fimc_capture_try_format() local 615 min_h = dst->offs_v + dst->height; in fimc_capture_try_format() 618 min_h = var->min_out_pixsize; in fimc_capture_try_format() 626 height, min_h, FIMC_CAMIF_MAX_HEIGHT, in fimc_capture_try_format() 646 u32 max_w, max_h, min_w = 0, min_h = 0, min_sz; in fimc_capture_try_selection() local 670 min_w = min_h = min_sz; in fimc_capture_try_selection() 689 min_h = min_t(u32, max_h, sink->f_height / max_sc_v); in fimc_capture_try_selection() 692 swap(min_w, min_h); in fimc_capture_try_selection() 696 &r->height, min_h, max_h, align_h, in fimc_capture_try_selection()
|
| /linux/drivers/media/platform/renesas/vsp1/ |
| H A D | vsp1_entity.h | 194 unsigned int min_w, unsigned int min_h,
|
| /linux/drivers/media/pci/ivtv/ |
| H A D | ivtv-ioctl.c | 468 int min_h = 2; in ivtv_try_fmt_vid_cap() local 475 min_h = 32; in ivtv_try_fmt_vid_cap() 478 h = max(h, min_h); in ivtv_try_fmt_vid_cap()
|