Home
last modified time | relevance | path

Searched refs:luma_header_size (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gchips/gralloc4/src/core/
Dexynos_format_allocation.h39 const size_t luma_header_size = (bpp == 8) ? in sbwc_sizes() local
47 …MALI_GRALLOC_LOGV("SBWC luma body size 0x%zx, header size 0x%zx", luma_body_size, luma_header_size in sbwc_sizes()
50 return { luma_body_size + luma_header_size, in sbwc_sizes()
/hardware/google/gchips/gralloc3/src/
Dmali_gralloc_bufferallocation.cpp875 const size_t luma_header_size = (bpp == 8) ? in sbwc_sizes() local
883 ALOGV("SBWC luma body size 0x%zx, header size 0x%zx", luma_body_size, luma_header_size); in sbwc_sizes()
886 return { luma_body_size + luma_header_size, in sbwc_sizes()