Searched refs:h_sample (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.10/drivers/gpu/drm/msm/disp/dpu1/ |
| D | dpu_formats.c | 540 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/ |
| D | mtk_jpeg_core.h | 121 int h_sample[VIDEO_MAX_PLANES]; member
|
| D | mtk_jpeg_core.c | 41 .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()
|