Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_bufferallocation.cpp292 const size_t sb_bytes = is_tiled? 0 : GRALLOC_ALIGN((bpp * AFBC_PIXELS_PER_BLOCK) / 8, 128); in init_afbc() local
297 n_headers, body_offset, is_tiled, sb_bytes); in init_afbc()
303 headers[layout][0] += sb_bytes; in init_afbc()
728 const size_t sb_bytes = GRALLOC_ALIGN((format.bpp_afbc[plane] * sb.width * sb.height) / 8, 128); in calc_allocation_size() local
729 body_size = sb_num * sb_bytes; in calc_allocation_size()