Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/qcom/venus/
H A Dhelpers.c1006 u32 y_ubwc_plane, uv_ubwc_plane; in get_framesize_raw_p010_ubwc() local
1017 y_ubwc_plane = ALIGN(y_stride * y_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
1046 y_ubwc_plane = ALIGN(y_stride * y_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()