Searched refs:h_sample (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_formats.c | 35 uint32_t *h_sample) in _dpu_get_v_h_subsample_rate() argument 37 if (!v_sample || !h_sample) in _dpu_get_v_h_subsample_rate() 43 *h_sample = 2; in _dpu_get_v_h_subsample_rate() 47 *h_sample = 1; in _dpu_get_v_h_subsample_rate() 51 *h_sample = 2; in _dpu_get_v_h_subsample_rate() 55 *h_sample = 1; in _dpu_get_v_h_subsample_rate()
|
/linux-6.12.1/drivers/media/platform/mediatek/jpeg/ |
D | mtk_jpeg_core.h | 249 int h_sample[VIDEO_MAX_PLANES]; member
|
D | mtk_jpeg_core.c | 40 .h_sample = {4, 4}, 50 .h_sample = {4, 4}, 60 .h_sample = {8}, 70 .h_sample = {8}, 87 .h_sample = {4, 2, 2}, 96 .h_sample = {4, 2, 2}, 293 u32 stride = pix_mp->width * fmt->h_sample[i] / 4; in mtk_jpeg_try_fmt_mplane()
|