Searched refs:uv_sclines (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/drivers/media/platform/qcom/venus/ |
A D | helpers.c | 946 u32 y_sclines, uv_sclines, uv_plane; in get_framesize_raw_nv12() local 952 uv_sclines = ALIGN(((height + 1) >> 1), 16); in get_framesize_raw_nv12() 955 uv_plane = uv_stride * uv_sclines + SZ_4K; in get_framesize_raw_nv12() 994 uv_sclines = ALIGN((height + 1) >> 1, 16); in get_framesize_raw_p010() 996 uv_plane = uv_stride * uv_sclines; in get_framesize_raw_p010() 1003 u32 y_stride, uv_stride, y_sclines, uv_sclines; in get_framesize_raw_p010_ubwc() local 1013 uv_sclines = ALIGN((height + 1) >> 1, 16); in get_framesize_raw_p010_ubwc() 1016 uv_ubwc_plane = ALIGN(uv_stride * uv_sclines, SZ_4K); in get_framesize_raw_p010_ubwc() 1031 u32 y_stride, uv_stride, y_sclines, uv_sclines; in get_framesize_raw_yuv420_tp10_ubwc() local 1042 uv_sclines = ALIGN((height + 1) >> 1, 16); in get_framesize_raw_yuv420_tp10_ubwc() [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/msm/disp/dpu1/ |
A D | dpu_formats.c | 645 uint32_t y_sclines, uv_sclines; in _dpu_format_get_plane_sizes_ubwc() local 656 uv_sclines = VENUS_UV_SCANLINES(color, height); in _dpu_format_get_plane_sizes_ubwc() 658 uv_sclines, DPU_UBWC_PLANE_SIZE_ALIGNMENT); in _dpu_format_get_plane_sizes_ubwc()
|
Completed in 8 milliseconds