Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_bufferallocation.cpp96 static rect_t get_afbc_sb_size(AllocBaseType alloc_base_type) in get_afbc_sb_size() function
132 static rect_t get_afbc_sb_size(alloc_type_t alloc_type, const uint8_t plane) in get_afbc_sb_size() function
136 return get_afbc_sb_size(AllocBaseType::AFBC_EXTRAWIDEBLK); in get_afbc_sb_size()
140 return get_afbc_sb_size(alloc_type.primary_type); in get_afbc_sb_size()
314 const rect_t sb = get_afbc_sb_size(alloc_type, plane); in get_pixel_w_h()
634 const rect_t sb = get_afbc_sb_size(alloc_type, plane); in calc_allocation_size()
/hardware/google/gchips/gralloc3/src/
Dmali_gralloc_bufferallocation.cpp79 static rect_t get_afbc_sb_size(AllocBaseType alloc_base_type) in get_afbc_sb_size() function
115 static rect_t get_afbc_sb_size(alloc_type_t alloc_type, const uint8_t plane) in get_afbc_sb_size() function
119 return get_afbc_sb_size(AFBC_EXTRAWIDEBLK); in get_afbc_sb_size()
123 return get_afbc_sb_size(alloc_type.primary_type); in get_afbc_sb_size()
303 const rect_t sb = get_afbc_sb_size(alloc_type, plane); in get_pixel_w_h()
576 const rect_t sb = get_afbc_sb_size(alloc_type, plane); in calc_allocation_size()