Lines Matching refs:SZ_4K
955 uv_plane = uv_stride * uv_sclines + SZ_4K; in get_framesize_raw_nv12()
958 return ALIGN(size, SZ_4K); in get_framesize_raw_nv12()
971 y_meta_plane = ALIGN(y_meta_plane, SZ_4K); in get_framesize_raw_nv12_ubwc()
974 y_plane = ALIGN(y_stride * ALIGN(height, 32), SZ_4K); in get_framesize_raw_nv12_ubwc()
978 uv_meta_plane = ALIGN(uv_meta_plane, SZ_4K); in get_framesize_raw_nv12_ubwc()
981 uv_plane = ALIGN(uv_stride * ALIGN(height / 2, 32), SZ_4K); in get_framesize_raw_nv12_ubwc()
984 max(extradata, y_stride * 48), SZ_4K); in get_framesize_raw_nv12_ubwc()
998 return ALIGN((y_plane + uv_plane), SZ_4K); in get_framesize_raw_p010()
1015 y_ubwc_plane = ALIGN(y_stride * y_sclines, SZ_4K); in get_framesize_raw_p010_ubwc()
1016 uv_ubwc_plane = ALIGN(uv_stride * uv_sclines, SZ_4K); in get_framesize_raw_p010_ubwc()
1019 y_meta_plane = ALIGN(y_meta_stride * y_meta_scanlines, SZ_4K); in get_framesize_raw_p010_ubwc()
1022 uv_meta_plane = ALIGN(uv_meta_stride * uv_meta_scanlines, SZ_4K); in get_framesize_raw_p010_ubwc()
1026 return ALIGN(size, SZ_4K); in get_framesize_raw_p010_ubwc()
1044 y_ubwc_plane = ALIGN(y_stride * y_sclines, SZ_4K); in get_framesize_raw_yuv420_tp10_ubwc()
1045 uv_ubwc_plane = ALIGN(uv_stride * uv_sclines, SZ_4K); in get_framesize_raw_yuv420_tp10_ubwc()
1048 y_meta_plane = ALIGN(y_meta_stride * y_meta_scanlines, SZ_4K); in get_framesize_raw_yuv420_tp10_ubwc()
1051 uv_meta_plane = ALIGN(uv_meta_stride * uv_meta_scanlines, SZ_4K); in get_framesize_raw_yuv420_tp10_ubwc()
1056 return ALIGN(size, SZ_4K); in get_framesize_raw_yuv420_tp10_ubwc()
1110 return ALIGN(sz, SZ_4K); in venus_helper_get_framesz()