Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_bufferallocation.cpp631 int body_size = 0; in calc_allocation_size() local
636 body_size = sb_num * sb_bytes; in calc_allocation_size()
642 afbc_buffer_align(alloc_type.is_tiled, &body_size); in calc_allocation_size()
647 int back_buffer_size = body_size; in calc_allocation_size()
649 body_size += back_buffer_size; in calc_allocation_size()
654 body_size = plane_info[plane].byte_stride * plane_info[plane].alloc_height; in calc_allocation_size()
656 MALI_GRALLOC_LOGV("Body size: %d", body_size); in calc_allocation_size()
685 *size += body_size + header_size; in calc_allocation_size()
/hardware/google/gchips/gralloc3/src/
Dmali_gralloc_bufferallocation.cpp573 int body_size = 0; in calc_allocation_size() local
578 body_size = sb_num * sb_bytes; in calc_allocation_size()
584 afbc_buffer_align(alloc_type.is_tiled, &body_size); in calc_allocation_size()
589 int back_buffer_size = body_size; in calc_allocation_size()
591 body_size += back_buffer_size; in calc_allocation_size()
596 body_size = (plane_info[plane].byte_stride) * plane_info[plane].alloc_height; in calc_allocation_size()
598 ALOGV("Body size: %d", body_size); in calc_allocation_size()
627 *size += body_size + header_size; in calc_allocation_size()