Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_bufferallocation.h26 enum class AllocBaseType enum
57 AllocBaseType primary_type{AllocBaseType::UNCOMPRESSED};
86 case AllocBaseType::AFBC: in is_afbc()
87 case AllocBaseType::AFBC_WIDEBLK: in is_afbc()
88 case AllocBaseType::AFBC_EXTRAWIDEBLK: in is_afbc()
Dmali_gralloc_bufferallocation.cpp96 static rect_t get_afbc_sb_size(AllocBaseType alloc_base_type) in get_afbc_sb_size()
109 case AllocBaseType::AFBC: in get_afbc_sb_size()
113 case AllocBaseType::AFBC_WIDEBLK: in get_afbc_sb_size()
117 case AllocBaseType::AFBC_EXTRAWIDEBLK: in get_afbc_sb_size()
136 return get_afbc_sb_size(AllocBaseType::AFBC_EXTRAWIDEBLK); in get_afbc_sb_size()
149 alloc_type->primary_type = AllocBaseType::UNCOMPRESSED; in get_alloc_type()
167 alloc_type->primary_type = AllocBaseType::AFBC; in get_alloc_type()
170 alloc_type->primary_type = AllocBaseType::AFBC_WIDEBLK; in get_alloc_type()
174 alloc_type->primary_type = AllocBaseType::AFBC_EXTRAWIDEBLK; in get_alloc_type()
377 if (AllocBaseType::AFBC_WIDEBLK == alloc_type.primary_type && !alloc_type.is_tiled) in get_pixel_w_h()
/hardware/google/gchips/gralloc3/src/
Dmali_gralloc_bufferallocation.h30 enum AllocBaseType enum
52 AllocBaseType primary_type;
Dmali_gralloc_bufferallocation.cpp79 static rect_t get_afbc_sb_size(AllocBaseType alloc_base_type) in get_afbc_sb_size()