Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc4/src/core/
Dmfc_macros_local.h37 #define SBWC_8B_Y_SIZE(w, h) ((SBWC_8B_STRIDE(w) * ((__ALIGN_UP((h), 16) + 3) / 4)) + 64) macro
Dexynos_format_allocation.h38 SBWC_8B_Y_SIZE(w, h) : SBWC_10B_Y_SIZE(w, h); in sbwc_sizes()
/hardware/google/gchips/gralloc3/src/
Dlocal_mfc_macros.h35 #define SBWC_8B_Y_SIZE(w, h) ((SBWC_8B_STRIDE(w) * ((__ALIGN_UP((h), 16) + 3) / 4)) + 64) macro
Dmali_gralloc_bufferallocation.cpp874 SBWC_8B_Y_SIZE(w, h) : SBWC_10B_Y_SIZE(w, h); in sbwc_sizes()
Dmali_gralloc_bufferaccess.cpp729 …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/
DExynosHWCHelper.cpp662 return SBWC_8B_Y_SIZE(width, height) + in getExynosBufferYLength()