Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_bufferallocation.cpp245 const uint32_t n_headers = (w * h) / AFBC_PIXELS_PER_BLOCK; in init_afbc() local
246 int body_offset = n_headers * AFBC_HEADER_BUFFER_BYTES_PER_BLOCKENTRY; in init_afbc()
284 for (uint32_t i = 0; i < n_headers; i++) in init_afbc()
/hardware/google/gchips/gralloc3/src/
Dmali_gralloc_bufferallocation.cpp230 const uint32_t n_headers = (w * h) / AFBC_PIXELS_PER_BLOCK; in init_afbc() local
231 int body_offset = n_headers * AFBC_HEADER_BUFFER_BYTES_PER_BLOCKENTRY; in init_afbc()
268 for (uint32_t i = 0; i < n_headers; i++) in init_afbc()