Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_formats.c540 uint32_t *v_sample, in _dpu_get_v_h_subsample_rate() argument
543 if (!v_sample || !h_sample) in _dpu_get_v_h_subsample_rate()
548 *v_sample = 1; in _dpu_get_v_h_subsample_rate()
552 *v_sample = 2; in _dpu_get_v_h_subsample_rate()
556 *v_sample = 2; in _dpu_get_v_h_subsample_rate()
560 *v_sample = 1; in _dpu_get_v_h_subsample_rate()
/linux-6.1.9/drivers/media/platform/mediatek/jpeg/
Dmtk_jpeg_core.h120 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()