Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_bufferallocation.cpp635 const int sb_bytes = GRALLOC_ALIGN((format.bpp_afbc[plane] * sb.width * sb.height) / 8, 128); in calc_allocation_size() local
636 body_size = sb_num * sb_bytes; in calc_allocation_size()
/hardware/google/gchips/gralloc3/src/
Dmali_gralloc_bufferallocation.cpp577 const int sb_bytes = GRALLOC_ALIGN((format.bpp_afbc[plane] * sb.width * sb.height) / 8, 128); in calc_allocation_size() local
578 body_size = sb_num * sb_bytes; in calc_allocation_size()