Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_bufferallocation.cpp104 static rect_t get_afbc_sb_size(AllocBaseType alloc_base_type) in get_afbc_sb_size() function
140 static rect_t get_afbc_sb_size(alloc_type_t alloc_type, const uint8_t plane) in get_afbc_sb_size() function
144 return get_afbc_sb_size(AllocBaseType::AFBC_EXTRAWIDEBLK); in get_afbc_sb_size()
148 return get_afbc_sb_size(alloc_type.primary_type); in get_afbc_sb_size()
320 const rect_t sb = get_afbc_sb_size(alloc_type, plane); in get_pixel_w_h()
727 const rect_t sb = get_afbc_sb_size(alloc_type, plane); in calc_allocation_size()