Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_bufferallocation.h82 bool is_afbc() const in is_afbc() function
Dmali_gralloc_bufferallocation.cpp142 if (plane > 0 && alloc_type.is_afbc() && alloc_type.is_multi_plane) in get_afbc_sb_size()
352 else if (alloc_type.is_afbc()) in get_pixel_w_h()
619 if (alloc_type.is_afbc()) in calc_allocation_size()
725 if (alloc_type.is_afbc()) in calc_allocation_size()
763 if (alloc_type.is_afbc()) in calc_allocation_size()
800 if (alloc_type.is_afbc()) in validate_format()
/hardware/google/gchips/libvendorgraphicbuffer/include/
DVendorGraphicBuffer.h139 static int is_afbc(buffer_handle_t);
/hardware/google/gchips/libvendorgraphicbuffer/gralloc4/
DREADME.txt48 static int is_afbc(buffer_handle_t);
54 VendorGraphicBufferMeta::is_afbc(handle);
Dvendor_graphicbuffer_meta.cpp134 int VendorGraphicBufferMeta::is_afbc(buffer_handle_t hnd) in is_afbc() function in VendorGraphicBufferMeta
/hardware/google/gchips/libvendorgraphicbuffer/gralloc5/
Dvendor_graphicbuffer_meta.cpp172 int VendorGraphicBufferMeta::is_afbc(buffer_handle_t hnd) { in is_afbc() function in VendorGraphicBufferMeta
/hardware/google/graphics/common/libhwc2.1/libhwchelper/
DExynosHWCHelper.cpp323 return VendorGraphicBufferMeta::is_afbc(handle); in isAFBCCompressed()