Searched refs:y_meta_plane (Results 1 – 1 of 1) sorted by relevance
965 u32 y_meta_stride, y_meta_plane; in get_framesize_raw_nv12_ubwc() local972 y_meta_plane = y_meta_stride * ALIGN(DIV_ROUND_UP(height, 8), 16); in get_framesize_raw_nv12_ubwc()973 y_meta_plane = ALIGN(y_meta_plane, SZ_4K); in get_framesize_raw_nv12_ubwc()985 return ALIGN(y_meta_plane + y_plane + uv_meta_plane + uv_plane + in get_framesize_raw_nv12_ubwc()1009 u32 y_meta_plane, uv_meta_plane; in get_framesize_raw_p010_ubwc() local1021 y_meta_plane = ALIGN(y_meta_stride * y_meta_scanlines, 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()1037 u32 y_meta_plane, uv_meta_plane; in get_framesize_raw_yuv420_tp10_ubwc() local1050 y_meta_plane = ALIGN(y_meta_stride * y_meta_scanlines, 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()