Searched refs:SBWC_8B_Y_HEADER_SIZE (Results 1 – 6 of 6) sorted by relevance
/hardware/google/gchips/gralloc4/src/core/ |
D | mfc_macros_local.h | 38 #define SBWC_8B_Y_HEADER_SIZE(w, h) __ALIGN_UP(((SBWC_HEADER_STRIDE(w) * ((__ALIGN_UP((h), 16) + … macro
|
D | exynos_format_allocation.h | 40 SBWC_8B_Y_HEADER_SIZE(w, h) : SBWC_10B_Y_HEADER_SIZE(w, h); in sbwc_sizes()
|
/hardware/google/gchips/gralloc3/src/ |
D | local_mfc_macros.h | 36 #define SBWC_8B_Y_HEADER_SIZE(w, h) __ALIGN_UP(((SBWC_HEADER_STRIDE(w) * ((__ALIGN_UP((h), 16) + … macro
|
D | mali_gralloc_bufferallocation.cpp | 876 SBWC_8B_Y_HEADER_SIZE(w, h) : SBWC_10B_Y_HEADER_SIZE(w, h); in sbwc_sizes()
|
D | mali_gralloc_bufferaccess.cpp | 729 …uOffset = (SBWC_8B_Y_SIZE(hnd->width, hnd->height) + SBWC_8B_Y_HEADER_SIZE(hnd->width, hnd->height… in get_flexlayout_exynos_formats_only()
|
/hardware/google/graphics/common/libhwc2.1/libhwchelper/ |
D | ExynosHWCHelper.cpp | 663 SBWC_8B_Y_HEADER_SIZE(width, height); in getExynosBufferYLength()
|