Searched refs:pix_max (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/exynos-gsc/ |
H A D | gsc-core.c | 416 max_w = variant->pix_max->target_rot_dis_w; in gsc_try_fmt_mplane() 417 max_h = variant->pix_max->target_rot_dis_h; in gsc_try_fmt_mplane() 989 .pix_max = &gsc_v_100_max, 1002 .pix_max = &gsc_v_5250_max, 1015 .pix_max = &gsc_v_5420_max, 1028 .pix_max = &gsc_v_5433_max,
|
H A D | gsc-core.h | 287 struct gsc_pix_max *pix_max; member
|
/kernel/linux/linux-6.6/drivers/media/platform/samsung/exynos-gsc/ |
H A D | gsc-core.c | 414 max_w = variant->pix_max->target_rot_dis_w; in gsc_try_fmt_mplane() 415 max_h = variant->pix_max->target_rot_dis_h; in gsc_try_fmt_mplane() 987 .pix_max = &gsc_v_100_max, 1000 .pix_max = &gsc_v_5250_max, 1013 .pix_max = &gsc_v_5420_max, 1026 .pix_max = &gsc_v_5433_max,
|
H A D | gsc-core.h | 285 struct gsc_pix_max *pix_max; member
|
/kernel/linux/linux-5.10/drivers/media/platform/mtk-mdp/ |
H A D | mtk_mdp_core.h | 114 * @pix_max: maximum limit of image size 123 struct mtk_mdp_pix_limit *pix_max; member
|
H A D | mtk_mdp_m2m.c | 109 .pix_max = &mtk_mdp_size_max, 204 max_w = variant->pix_max->target_rot_dis_w; in mtk_mdp_try_fmt_mplane() 205 max_h = variant->pix_max->target_rot_dis_h; in mtk_mdp_try_fmt_mplane()
|
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/mdp/ |
H A D | mtk_mdp_core.h | 114 * @pix_max: maximum limit of image size 123 struct mtk_mdp_pix_limit *pix_max; member
|
H A D | mtk_mdp_m2m.c | 109 .pix_max = &mtk_mdp_size_max, 203 max_w = variant->pix_max->target_rot_dis_w; in mtk_mdp_try_fmt_mplane() 204 max_h = variant->pix_max->target_rot_dis_h; in mtk_mdp_try_fmt_mplane()
|
Completed in 10 milliseconds