Searched refs:y_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 933 y_sclines = ALIGN(height, 32); in get_framesize_raw_nv12() 936 y_plane = y_stride * y_sclines; in get_framesize_raw_nv12() 975 y_sclines = ALIGN(height, 32); in get_framesize_raw_p010() 977 y_plane = y_stride * y_sclines; in get_framesize_raw_p010() 985 u32 y_stride, uv_stride, y_sclines, uv_sclines; in get_framesize_raw_p010_ubwc() local 994 y_sclines = ALIGN(height, 16); in get_framesize_raw_p010_ubwc() 997 y_ubwc_plane = ALIGN(y_stride * y_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 1023 y_sclines = ALIGN(height, 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 628 y_sclines = VENUS_Y_SCANLINES(color, height); in _dpu_format_get_plane_sizes_ubwc() 630 y_sclines, DPU_UBWC_PLANE_SIZE_ALIGNMENT); in _dpu_format_get_plane_sizes_ubwc()
|
Completed in 9 milliseconds