Lines Matching refs:SZ_4K

957 	uv_plane = uv_stride * uv_sclines + SZ_4K;  in get_framesize_raw_nv12()
960 return ALIGN(size, SZ_4K); in get_framesize_raw_nv12()
973 y_meta_plane = ALIGN(y_meta_plane, SZ_4K); in get_framesize_raw_nv12_ubwc()
976 y_plane = ALIGN(y_stride * ALIGN(height, 32), SZ_4K); in get_framesize_raw_nv12_ubwc()
980 uv_meta_plane = ALIGN(uv_meta_plane, SZ_4K); in get_framesize_raw_nv12_ubwc()
983 uv_plane = ALIGN(uv_stride * ALIGN(height / 2, 32), SZ_4K); in get_framesize_raw_nv12_ubwc()
986 max(extradata, y_stride * 48), SZ_4K); in get_framesize_raw_nv12_ubwc()
1000 return ALIGN((y_plane + uv_plane), SZ_4K); in get_framesize_raw_p010()
1017 y_ubwc_plane = ALIGN(y_stride * y_sclines, SZ_4K); in get_framesize_raw_p010_ubwc()
1018 uv_ubwc_plane = ALIGN(uv_stride * uv_sclines, SZ_4K); in get_framesize_raw_p010_ubwc()
1021 y_meta_plane = ALIGN(y_meta_stride * y_meta_scanlines, SZ_4K); in get_framesize_raw_p010_ubwc()
1024 uv_meta_plane = ALIGN(uv_meta_stride * uv_meta_scanlines, SZ_4K); in get_framesize_raw_p010_ubwc()
1028 return ALIGN(size, SZ_4K); in get_framesize_raw_p010_ubwc()
1046 y_ubwc_plane = ALIGN(y_stride * y_sclines, SZ_4K); in get_framesize_raw_yuv420_tp10_ubwc()
1047 uv_ubwc_plane = ALIGN(uv_stride * uv_sclines, SZ_4K); in get_framesize_raw_yuv420_tp10_ubwc()
1050 y_meta_plane = ALIGN(y_meta_stride * y_meta_scanlines, SZ_4K); in get_framesize_raw_yuv420_tp10_ubwc()
1053 uv_meta_plane = ALIGN(uv_meta_stride * uv_meta_scanlines, SZ_4K); in get_framesize_raw_yuv420_tp10_ubwc()
1058 return ALIGN(size, SZ_4K); in get_framesize_raw_yuv420_tp10_ubwc()
1112 return ALIGN(sz, SZ_4K); in venus_helper_get_framesz()