Searched refs:AllocateBuffer (Results 1 - 25 of 41) sorted by relevance

12

/hardware/qcom/display/msm8996/sdm/include/core/
H A Dbuffer_allocator.h59 @sa BufferAllocator::AllocateBuffer
70 @sa BufferAllocator::AllocateBuffer
98 virtual DisplayError AllocateBuffer(BufferInfo *buffer_info) = 0;
103 @details This method deallocates the memory allocated using AllocateBuffer method.
/hardware/qcom/display/msm8996/sdm/libs/hwc/
H A Dhwc_buffer_allocator.h49 DisplayError AllocateBuffer(BufferInfo *buffer_info);
H A Dhwc_buffer_allocator.cpp49 DisplayError HWCBufferAllocator::AllocateBuffer(BufferInfo *buffer_info) { function in class:sdm::HWCBufferAllocator
/hardware/qcom/display/msm8998/sdm/libs/hwc/
H A Dhwc_buffer_allocator.h49 DisplayError AllocateBuffer(BufferInfo *buffer_info);
H A Dhwc_buffer_allocator.cpp49 DisplayError HWCBufferAllocator::AllocateBuffer(BufferInfo *buffer_info) { function in class:sdm::HWCBufferAllocator
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
H A Dhwc_buffer_allocator.h51 DisplayError AllocateBuffer(BufferInfo *buffer_info);
H A Dhwc_buffer_allocator.cpp61 DisplayError HWCBufferAllocator::AllocateBuffer(BufferInfo *buffer_info) { function in class:sdm::HWCBufferAllocator
H A Dhwc_color_manager.cpp224 ret = buffer_allocator_->AllocateBuffer(&buffer_info);
/hardware/qcom/display/msm8998/sdm/include/core/
H A Dbuffer_allocator.h61 @sa BufferAllocator::AllocateBuffer
75 @sa BufferAllocator::AllocateBuffer
103 virtual DisplayError AllocateBuffer(BufferInfo *buffer_info) = 0;
108 @details This method deallocates the memory allocated using AllocateBuffer method.
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
H A Dhwc_buffer_allocator.h51 DisplayError AllocateBuffer(BufferInfo *buffer_info);
H A Dhwc_buffer_allocator.cpp61 DisplayError HWCBufferAllocator::AllocateBuffer(BufferInfo *buffer_info) { function in class:sdm::HWCBufferAllocator
/hardware/qcom/display/msm8998/libgralloc1/
H A Dgr_buf_mgr.h75 int AllocateBuffer(const BufferDescriptor &descriptor, buffer_handle_t *handle,
77 int AllocateBuffer(unsigned int size, int aligned_w, int aligned_h, int unaligned_w,
H A Dgr_buf_mgr.cpp123 if (AllocateBuffer(*descriptors[UINT(max_buf_index)], &out_buffers[max_buf_index])) {
139 if (AllocateBuffer(*descriptors[i], &out_buffers[i])) {
403 int BufferManager::AllocateBuffer(unsigned int size, int aligned_w, int aligned_h, int unaligned_w, function in class:gralloc1::BufferManager
475 int BufferManager::AllocateBuffer(const BufferDescriptor &descriptor, buffer_handle_t *handle, function in class:gralloc1::BufferManager
508 err = AllocateBuffer(size, INT(alignedw), INT(alignedh), descriptor.GetWidth(),
730 AllocateBuffer(descriptor, hnd, size);
/hardware/intel/common/wrs_omxil_core/base/inc/
H A Dportbase.h77 OMX_ERRORTYPE AllocateBuffer(OMX_BUFFERHEADERTYPE **ppBuffer,
/hardware/qcom/display/msm8996/libgralloc1/
H A Dgr_buf_mgr.h76 int AllocateBuffer(const BufferDescriptor &descriptor, buffer_handle_t *handle,
H A Dgr_buf_mgr.cpp126 if (AllocateBuffer(*descriptors[UINT(max_buf_index)], &out_buffers[max_buf_index])) {
142 if (AllocateBuffer(*descriptors[i], &out_buffers[i])) {
457 int BufferManager::AllocateBuffer(const BufferDescriptor &descriptor, buffer_handle_t *handle, function in class:gralloc1::BufferManager
748 AllocateBuffer(descriptor, hnd, size);
/hardware/intel/common/utils/ISV/include/
H A Disv_omxcomponent.h158 static OMX_ERRORTYPE AllocateBuffer(
/hardware/qcom/media/msm8974/mm-core/inc/
H A DOMX_Component.h487 specification for details on the AllocateBuffer method.
490 OMX_ERRORTYPE (*AllocateBuffer)( member in struct:OMX_COMPONENTTYPE
H A DOMX_Core.h566 or AllocateBuffer indicating the buffer that was emptied.
595 or AllocateBuffer indicating the buffer that was filled.
1043 ((OMX_COMPONENTTYPE*)hComponent)->AllocateBuffer( \
1067 or AllocateBuffer.
1099 or AllocateBuffer.
1129 or AllocateBuffer.
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
H A DOMX_Component.h487 specification for details on the AllocateBuffer method.
490 OMX_ERRORTYPE (*AllocateBuffer)( member in struct:OMX_COMPONENTTYPE
H A DOMX_Core.h557 or AllocateBuffer indicating the buffer that was emptied.
586 or AllocateBuffer indicating the buffer that was filled.
1034 ((OMX_COMPONENTTYPE*)hComponent)->AllocateBuffer( \
1058 or AllocateBuffer.
1090 or AllocateBuffer.
1120 or AllocateBuffer.
/hardware/qcom/media/msm8996/mm-core/inc/
H A DOMX_Component.h487 specification for details on the AllocateBuffer method.
490 OMX_ERRORTYPE (*AllocateBuffer)( member in struct:OMX_COMPONENTTYPE
H A DOMX_Core.h566 or AllocateBuffer indicating the buffer that was emptied.
595 or AllocateBuffer indicating the buffer that was filled.
1043 ((OMX_COMPONENTTYPE*)hComponent)->AllocateBuffer( \
1067 or AllocateBuffer.
1099 or AllocateBuffer.
1129 or AllocateBuffer.
/hardware/qcom/media/msm8998/mm-core/inc/
H A DOMX_Component.h487 specification for details on the AllocateBuffer method.
490 OMX_ERRORTYPE (*AllocateBuffer)( member in struct:OMX_COMPONENTTYPE
H A DOMX_Core.h566 or AllocateBuffer indicating the buffer that was emptied.
595 or AllocateBuffer indicating the buffer that was filled.
1043 ((OMX_COMPONENTTYPE*)hComponent)->AllocateBuffer( \
1067 or AllocateBuffer.
1099 or AllocateBuffer.
1129 or AllocateBuffer.

Completed in 200 milliseconds

12