Searched refs:SBWC_10B_CBCR_HEADER_SIZE (Results 1 – 5 of 5) sorted by relevance
/hardware/google/gchips/gralloc4/src/core/ |
D | mfc_macros_local.h | 45 #define SBWC_10B_CBCR_HEADER_SIZE(w, h) (((__ALIGN_UP((w), 32) * __ALIGN_UP((h), 16)) + 256) - SBW… macro
|
D | exynos_format_allocation.h | 45 SBWC_8B_CBCR_HEADER_SIZE(w, h) : SBWC_10B_CBCR_HEADER_SIZE(w, h); in sbwc_sizes()
|
/hardware/google/gchips/gralloc3/src/ |
D | local_mfc_macros.h | 43 #define SBWC_10B_CBCR_HEADER_SIZE(w, h) (((__ALIGN_UP((w), 32) * __ALIGN_UP((h), 16)) + 256) - SBW… macro
|
D | mali_gralloc_bufferallocation.cpp | 881 SBWC_8B_CBCR_HEADER_SIZE(w, h) : SBWC_10B_CBCR_HEADER_SIZE(w, h); in sbwc_sizes()
|
/hardware/google/graphics/common/libhwc2.1/libhwchelper/ |
D | ExynosHWCHelper.cpp | 722 SBWC_10B_CBCR_HEADER_SIZE(width, height); in getExynosBufferCbCrLength()
|