Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc4/src/core/
Dmfc_macros_local.h44 #define SBWC_10B_CBCR_SIZE(w, h) ((SBWC_10B_STRIDE(w) * (((__ALIGN_UP((h), 16) / 2) + 3) / 4)) + … macro
45 …HEADER_SIZE(w, h) (((__ALIGN_UP((w), 32) * __ALIGN_UP((h), 16)) + 256) - SBWC_10B_CBCR_SIZE(w, h))
Dexynos_format_allocation.h43 SBWC_8B_CBCR_SIZE(w, h) : SBWC_10B_CBCR_SIZE(w, h); in sbwc_sizes()
/hardware/google/gchips/gralloc3/src/
Dlocal_mfc_macros.h42 #define SBWC_10B_CBCR_SIZE(w, h) ((SBWC_10B_STRIDE(w) * (((__ALIGN_UP((h), 16) / 2) + 3) / 4)) + … macro
43 …HEADER_SIZE(w, h) (((__ALIGN_UP((w), 32) * __ALIGN_UP((h), 16)) + 256) - SBWC_10B_CBCR_SIZE(w, h))
Dmali_gralloc_bufferallocation.cpp879 SBWC_8B_CBCR_SIZE(w, h) : SBWC_10B_CBCR_SIZE(w, h); in sbwc_sizes()
/hardware/google/graphics/common/libhwc2.1/libhwchelper/
DExynosHWCHelper.cpp721 return SBWC_10B_CBCR_SIZE(width, height) + in getExynosBufferCbCrLength()