Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_bufferallocation.cpp625 const uint32_t sb_num = (plane_info[plane].alloc_width * plane_info[plane].alloc_height) in calc_allocation_size() local
636 body_size = sb_num * sb_bytes; in calc_allocation_size()
668 header_size = sb_num * AFBC_HEADER_BUFFER_BYTES_PER_BLOCKENTRY; in calc_allocation_size()
/hardware/google/gchips/gralloc3/src/
Dmali_gralloc_bufferallocation.cpp567 const uint32_t sb_num = (plane_info[plane].alloc_width * plane_info[plane].alloc_height) in calc_allocation_size() local
578 body_size = sb_num * sb_bytes; in calc_allocation_size()
610 header_size = sb_num * AFBC_HEADER_BUFFER_BYTES_PER_BLOCKENTRY; in calc_allocation_size()