Home
last modified time | relevance | path

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

/drivers/media/platform/qcom/venus/
Dhelpers.c827 u32 y_sclines, uv_sclines, uv_plane; in get_framesize_raw_nv12() local
833 uv_sclines = ALIGN(((height + 1) >> 1), 16); in get_framesize_raw_nv12()
836 uv_plane = uv_stride * uv_sclines + SZ_4K; in get_framesize_raw_nv12()
870 u32 y_plane, uv_plane, y_stride, uv_stride, y_sclines, uv_sclines; in get_framesize_raw_p010() local
875 uv_sclines = ALIGN((height + 1) >> 1, 16); in get_framesize_raw_p010()
877 uv_plane = uv_stride * uv_sclines; in get_framesize_raw_p010()
884 u32 y_stride, uv_stride, y_sclines, uv_sclines; in get_framesize_raw_p010_ubwc() local
894 uv_sclines = ALIGN((height + 1) >> 1, 16); in get_framesize_raw_p010_ubwc()
897 uv_ubwc_plane = ALIGN(uv_stride * uv_sclines, SZ_4K); in get_framesize_raw_p010_ubwc()
912 u32 y_stride, uv_stride, y_sclines, uv_sclines; in get_framesize_raw_yuv420_tp10_ubwc() local
[all …]
/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_formats.c622 uint32_t y_sclines, uv_sclines; in _dpu_format_get_plane_sizes_ubwc() local
633 uv_sclines = VENUS_UV_SCANLINES(color, height); in _dpu_format_get_plane_sizes_ubwc()
635 uv_sclines, DPU_UBWC_PLANE_SIZE_ALIGNMENT); in _dpu_format_get_plane_sizes_ubwc()