Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/
H A Dhelpers.c885 u32 y_ubwc_plane, uv_ubwc_plane; in get_framesize_raw_p010_ubwc() local
897 uv_ubwc_plane = ALIGN(uv_stride * uv_sclines, SZ_4K); in get_framesize_raw_p010_ubwc()
905 size = y_ubwc_plane + uv_ubwc_plane + y_meta_plane + uv_meta_plane; in get_framesize_raw_p010_ubwc()
913 u32 y_ubwc_plane, uv_ubwc_plane; in get_framesize_raw_yuv420_tp10_ubwc() local
926 uv_ubwc_plane = ALIGN(uv_stride * uv_sclines, SZ_4K); in get_framesize_raw_yuv420_tp10_ubwc()
934 size = y_ubwc_plane + uv_ubwc_plane + y_meta_plane + uv_meta_plane; in get_framesize_raw_yuv420_tp10_ubwc()
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/
H A Dhelpers.c1006 u32 y_ubwc_plane, uv_ubwc_plane; in get_framesize_raw_p010_ubwc() local
1018 uv_ubwc_plane = ALIGN(uv_stride * uv_sclines, SZ_4K); in get_framesize_raw_p010_ubwc()
1026 size = y_ubwc_plane + uv_ubwc_plane + y_meta_plane + uv_meta_plane; in get_framesize_raw_p010_ubwc()
1034 u32 y_ubwc_plane, uv_ubwc_plane; in get_framesize_raw_yuv420_tp10_ubwc() local
1047 uv_ubwc_plane = ALIGN(uv_stride * uv_sclines, SZ_4K); in get_framesize_raw_yuv420_tp10_ubwc()
1055 size = y_ubwc_plane + uv_ubwc_plane + y_meta_plane + uv_meta_plane; in get_framesize_raw_yuv420_tp10_ubwc()

Completed in 5 milliseconds