Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc4/src/hidl_common/
DAllocator.h57 void allocate(const buffer_descriptor_t &bufferDescriptor, uint32_t count, IAllocator::allocate_cb …
58 … std::function<int(const buffer_descriptor_t *, buffer_handle_t *)> fb_allocator = nullptr);
62 bool isSupported(buffer_descriptor_t *const bufDescriptor);
DAllocator.cpp73 void allocate(const buffer_descriptor_t &bufferDescriptor, uint32_t count, IAllocator::allocate_cb … in allocate()
74 std::function<int(const buffer_descriptor_t *, buffer_handle_t *)> fb_allocator) in allocate() argument
248 bool isSupported(buffer_descriptor_t *const bufDescriptor) { in isSupported()
DBufferDescriptor.h155 …odeBufferDescriptor(const frameworks_vec<vecT> &androidDescriptor, buffer_descriptor_t &grallocDes… in grallocDecodeBufferDescriptor()
186 grallocDescriptor.signature = sizeof(buffer_descriptor_t); in grallocDecodeBufferDescriptor()
DMapper.cpp359 buffer_descriptor_t grallocDescriptor; in validateBufferSize()
488 buffer_descriptor_t grallocDescriptor; in isSupported()
DMapperMetadata.cpp743 buffer_descriptor_t descriptor; in getFromBufferDescriptorInfo()
/hardware/google/gchips/gralloc4/src/aidl/
DGrallocAllocator2.cpp35 buffer_descriptor_t bufferDescriptor; in allocate()
88 buffer_descriptor_t toInternalDescriptor( in toInternalDescriptor()
90 buffer_descriptor_t bufferDescriptor; in toInternalDescriptor()
98 bufferDescriptor.signature = sizeof(buffer_descriptor_t); in toInternalDescriptor()
110 buffer_descriptor_t bufferDescriptor = toInternalDescriptor(descriptor); in allocate2()
158 buffer_descriptor_t bufferDescriptor = toInternalDescriptor(descriptor); in isSupported()
DGrallocAllocator.cpp38 buffer_descriptor_t bufferDescriptor; in allocate()
/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_bufferdescriptor.h33 struct buffer_descriptor_t struct
60 buffer_descriptor_t() : in buffer_descriptor_t() argument
Dmali_gralloc_bufferallocation.h99 int mali_gralloc_derive_format_and_size(buffer_descriptor_t * const bufDescriptor);
Dmali_gralloc_bufferallocation.cpp514 static bool validate_descriptor(buffer_descriptor_t * const bufDescriptor) { in validate_descriptor()
798 const buffer_descriptor_t * const bufDescriptor) in validate_format()
845 buffer_descriptor_t *bufDescriptor, in prepare_descriptor_exynos_formats()
1037 int mali_gralloc_derive_format_and_size(buffer_descriptor_t * const bufDescriptor) in mali_gralloc_derive_format_and_size()
1188 buffer_descriptor_t * const bufDescriptor = (buffer_descriptor_t *)(descriptors[0]); in mali_gralloc_buffer_allocate()
1202 buffer_descriptor_t * const bufDescriptor = (buffer_descriptor_t *)(descriptors[i]); in mali_gralloc_buffer_allocate()
/hardware/google/gchips/gralloc4/src/allocator/
Dmali_gralloc_ion.cpp373 buffer_descriptor_t *bufDescriptor = reinterpret_cast<buffer_descriptor_t *>(descriptors[i]); in mali_gralloc_ion_allocate()
426 buffer_descriptor_t *bufDescriptor = reinterpret_cast<buffer_descriptor_t *>(descriptors[i]); in mali_gralloc_ion_allocate()