Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_bufferallocation.cpp71 #define AFBC_PIXELS_PER_BLOCK 256 macro
254 const uint32_t n_headers = (w * h) / AFBC_PIXELS_PER_BLOCK; in init_afbc()
292 const size_t sb_bytes = is_tiled? 0 : GRALLOC_ALIGN((bpp * AFBC_PIXELS_PER_BLOCK) / 8, 128); in init_afbc()
719 / AFBC_PIXELS_PER_BLOCK; in calc_allocation_size()