Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc3/src/
Dmali_gralloc_bufferallocation.h77 bool is_afbc() const in is_afbc() function
Dmali_gralloc_bufferallocation.cpp117 if (plane > 0 && alloc_type.is_afbc() && alloc_type.is_multi_plane) in get_afbc_sb_size()
334 else if (alloc_type.is_afbc()) in get_pixel_w_h()
499 if (alloc_type.is_afbc()) in calc_allocation_size()
574 if (alloc_type.is_afbc()) in calc_allocation_size()
605 if (alloc_type.is_afbc()) in calc_allocation_size()
642 if (alloc_type.is_afbc()) in validate_format()
/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_bufferallocation.h82 bool is_afbc() const in is_afbc() function
Dmali_gralloc_bufferallocation.cpp134 if (plane > 0 && alloc_type.is_afbc() && alloc_type.is_multi_plane) in get_afbc_sb_size()
346 else if (alloc_type.is_afbc()) in get_pixel_w_h()
542 if (alloc_type.is_afbc()) in calc_allocation_size()
632 if (alloc_type.is_afbc()) in calc_allocation_size()
663 if (alloc_type.is_afbc()) in calc_allocation_size()
700 if (alloc_type.is_afbc()) in validate_format()
/hardware/google/gchips/libvendorgraphicbuffer/include/
DVendorGraphicBuffer.h137 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.cpp141 int VendorGraphicBufferMeta::is_afbc(buffer_handle_t hnd) in is_afbc() function in VendorGraphicBufferMeta
/hardware/google/gchips/libvendorgraphicbuffer/gralloc3/
Dvendor_graphicbuffer_meta.cpp28 int VendorGraphicBufferMeta::is_afbc(buffer_handle_t buffer_hnd_p) in is_afbc() function in VendorGraphicBufferMeta
/hardware/google/graphics/common/libhwc2.1/libhwchelper/
DExynosHWCHelper.cpp303 return VendorGraphicBufferMeta::is_afbc(handle); in isAFBCCompressed()