Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_formats.c539 uint32_t *v_sample, in _dpu_get_v_h_subsample_rate() argument
542 if (!v_sample || !h_sample) in _dpu_get_v_h_subsample_rate()
547 *v_sample = 1; in _dpu_get_v_h_subsample_rate()
551 *v_sample = 2; in _dpu_get_v_h_subsample_rate()
555 *v_sample = 2; in _dpu_get_v_h_subsample_rate()
559 *v_sample = 1; in _dpu_get_v_h_subsample_rate()
/Linux-v5.10/drivers/media/platform/mtk-jpeg/
Dmtk_jpeg_core.h122 int v_sample[VIDEO_MAX_PLANES]; member
Dmtk_jpeg_core.c42 .v_sample = {4, 2},
52 .v_sample = {4, 2},
62 .v_sample = {4},
72 .v_sample = {4},
89 .v_sample = {4, 2, 2},
98 .v_sample = {4, 4, 4},
297 u32 h = pix_mp->height * fmt->v_sample[i] / 4; in mtk_jpeg_try_fmt_mplane()