Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/platform/qcom/venus/
Dhelpers.c1004 u32 y_ubwc_plane, uv_ubwc_plane; in get_framesize_raw_p010_ubwc() local
1016 uv_ubwc_plane = ALIGN(uv_stride * uv_sclines, SZ_4K); in get_framesize_raw_p010_ubwc()
1024 size = y_ubwc_plane + uv_ubwc_plane + y_meta_plane + uv_meta_plane; in get_framesize_raw_p010_ubwc()
1032 u32 y_ubwc_plane, uv_ubwc_plane; in get_framesize_raw_yuv420_tp10_ubwc() local
1045 uv_ubwc_plane = ALIGN(uv_stride * uv_sclines, SZ_4K); in get_framesize_raw_yuv420_tp10_ubwc()
1053 size = y_ubwc_plane + uv_ubwc_plane + y_meta_plane + uv_meta_plane; in get_framesize_raw_yuv420_tp10_ubwc()