Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_formats.c540 uint32_t *h_sample) in _dpu_get_v_h_subsample_rate() argument
542 if (!v_sample || !h_sample) in _dpu_get_v_h_subsample_rate()
548 *h_sample = 2; in _dpu_get_v_h_subsample_rate()
552 *h_sample = 1; in _dpu_get_v_h_subsample_rate()
556 *h_sample = 2; in _dpu_get_v_h_subsample_rate()
560 *h_sample = 1; in _dpu_get_v_h_subsample_rate()
/Linux-v5.10/drivers/media/platform/mtk-jpeg/
Dmtk_jpeg_core.h121 int h_sample[VIDEO_MAX_PLANES]; member
Dmtk_jpeg_core.c41 .h_sample = {4, 4},
51 .h_sample = {4, 4},
61 .h_sample = {8},
71 .h_sample = {8},
88 .h_sample = {4, 2, 2},
97 .h_sample = {4, 2, 2},
296 u32 stride = pix_mp->width * fmt->h_sample[i] / 4; in mtk_jpeg_try_fmt_mplane()