Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_bufferallocation.cpp724 size_t body_size = 0; in calc_allocation_size() local
729 body_size = sb_num * sb_bytes; in calc_allocation_size()
735 afbc_buffer_align(alloc_type.is_tiled, &body_size); in calc_allocation_size()
740 size_t back_buffer_size = body_size; in calc_allocation_size()
742 body_size += back_buffer_size; in calc_allocation_size()
754 body_size = plane_info[plane].byte_stride * plane_info[plane].alloc_height; in calc_allocation_size()
756 MALI_GRALLOC_LOGV("Body size: %zu", body_size); in calc_allocation_size()
785 *size += body_size + header_size; in calc_allocation_size()