Searched refs:uv_sclines (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/media/platform/qcom/venus/ |
| A D | helpers.c | 928 u32 y_sclines, uv_sclines, uv_plane; in get_framesize_raw_nv12() local 934 uv_sclines = ALIGN(((height + 1) >> 1), 16); in get_framesize_raw_nv12() 937 uv_plane = uv_stride * uv_sclines + SZ_4K; in get_framesize_raw_nv12() 976 uv_sclines = ALIGN((height + 1) >> 1, 16); in get_framesize_raw_p010() 978 uv_plane = uv_stride * uv_sclines; in get_framesize_raw_p010() 985 u32 y_stride, uv_stride, y_sclines, uv_sclines; in get_framesize_raw_p010_ubwc() local 995 uv_sclines = ALIGN((height + 1) >> 1, 16); in get_framesize_raw_p010_ubwc() 998 uv_ubwc_plane = ALIGN(uv_stride * uv_sclines, SZ_4K); in get_framesize_raw_p010_ubwc() 1013 u32 y_stride, uv_stride, y_sclines, uv_sclines; in get_framesize_raw_yuv420_tp10_ubwc() local 1024 uv_sclines = ALIGN((height + 1) >> 1, 16); in get_framesize_raw_yuv420_tp10_ubwc() [all …]
|
| /linux/drivers/gpu/drm/msm/disp/dpu1/ |
| A D | dpu_formats.c | 622 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()
|
Completed in 10 milliseconds