Home
last modified time | relevance | path

Searched refs:SBWC_10B_Y_HEADER_SIZE (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gchips/gralloc4/src/core/
Dmfc_macros_local.h43 #define SBWC_10B_Y_HEADER_SIZE(w, h) __ALIGN_UP((((__ALIGN_UP((w), 32) * __ALIGN_UP((h), 16) * 2) … macro
Dexynos_format_allocation.h40 SBWC_8B_Y_HEADER_SIZE(w, h) : SBWC_10B_Y_HEADER_SIZE(w, h); in sbwc_sizes()
/hardware/google/gchips/gralloc3/src/
Dlocal_mfc_macros.h41 #define SBWC_10B_Y_HEADER_SIZE(w, h) __ALIGN_UP((((__ALIGN_UP((w), 32) * __ALIGN_UP((h), 16) * 2) … macro
Dmali_gralloc_bufferallocation.cpp876 SBWC_8B_Y_HEADER_SIZE(w, h) : SBWC_10B_Y_HEADER_SIZE(w, h); in sbwc_sizes()
Dmali_gralloc_bufferaccess.cpp744 …uOffset = (SBWC_10B_Y_SIZE(hnd->width, hnd->height) + SBWC_10B_Y_HEADER_SIZE(hnd->width, hnd->heig… in get_flexlayout_exynos_formats_only()
/hardware/google/graphics/common/libhwc2.1/libhwchelper/
DExynosHWCHelper.cpp674 SBWC_10B_Y_HEADER_SIZE(width, height); in getExynosBufferYLength()