Home
last modified time | relevance | path

Searched refs:v_sample (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_formats.c570 uint32_t *v_sample, in _dpu_get_v_h_subsample_rate() argument
573 if (!v_sample || !h_sample) in _dpu_get_v_h_subsample_rate()
578 *v_sample = 1; in _dpu_get_v_h_subsample_rate()
582 *v_sample = 2; in _dpu_get_v_h_subsample_rate()
586 *v_sample = 2; in _dpu_get_v_h_subsample_rate()
590 *v_sample = 1; in _dpu_get_v_h_subsample_rate()
/Linux-v6.6/drivers/media/platform/mediatek/jpeg/
Dmtk_jpeg_core.h251 int v_sample[VIDEO_MAX_PLANES]; member
Dmtk_jpeg_core.c41 .v_sample = {4, 2},
51 .v_sample = {4, 2},
61 .v_sample = {4},
71 .v_sample = {4},
88 .v_sample = {4, 2, 2},
97 .v_sample = {4, 4, 4},
294 u32 h = pix_mp->height * fmt->v_sample[i] / 4; in mtk_jpeg_try_fmt_mplane()