Home
last modified time | relevance | path

Searched refs:uv_sclines (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/media/platform/qcom/venus/
H A Dhelpers.c948 u32 y_sclines, uv_sclines, uv_plane; in get_framesize_raw_nv12() local
954 uv_sclines = ALIGN(((height + 1) >> 1), 16); in get_framesize_raw_nv12()
957 uv_plane = uv_stride * uv_sclines + SZ_4K; in get_framesize_raw_nv12()
996 uv_sclines = ALIGN((height + 1) >> 1, 16); in get_framesize_raw_p010()
998 uv_plane = uv_stride * uv_sclines; in get_framesize_raw_p010()
1005 u32 y_stride, uv_stride, y_sclines, uv_sclines; in get_framesize_raw_p010_ubwc() local
1015 uv_sclines = ALIGN((height + 1) >> 1, 16); in get_framesize_raw_p010_ubwc()
1018 uv_ubwc_plane = ALIGN(uv_stride * uv_sclines, SZ_4K); in get_framesize_raw_p010_ubwc()
1033 u32 y_stride, uv_stride, y_sclines, uv_sclines; in get_framesize_raw_yuv420_tp10_ubwc() local
1044 uv_sclines = ALIGN((height + 1) >> 1, 16); in get_framesize_raw_yuv420_tp10_ubwc()
[all …]
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_formats.c656 uint32_t y_sclines, uv_sclines; in _dpu_format_get_plane_sizes_ubwc() local
667 uv_sclines = VENUS_UV_SCANLINES(color, height); in _dpu_format_get_plane_sizes_ubwc()
669 uv_sclines, DPU_UBWC_PLANE_SIZE_ALIGNMENT); in _dpu_format_get_plane_sizes_ubwc()