Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_formats.c34 uint32_t *v_sample, in _dpu_get_v_h_subsample_rate() argument
37 if (!v_sample || !h_sample) in _dpu_get_v_h_subsample_rate()
42 *v_sample = 1; in _dpu_get_v_h_subsample_rate()
46 *v_sample = 2; in _dpu_get_v_h_subsample_rate()
50 *v_sample = 2; in _dpu_get_v_h_subsample_rate()
54 *v_sample = 1; in _dpu_get_v_h_subsample_rate()
/linux-6.12.1/drivers/media/platform/mediatek/jpeg/
Dmtk_jpeg_core.h250 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()