Home
last modified time | relevance | path

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

12

/hardware/qcom/display/msm8998/libgralloc1/
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,
Dgr_buf_mgr.cpp123 if (AllocateBuffer(*descriptors[UINT(max_buf_index)], &out_buffers[max_buf_index])) { in AllocateBuffers()
139 if (AllocateBuffer(*descriptors[i], &out_buffers[i])) { in AllocateBuffers()
403 int BufferManager::AllocateBuffer(unsigned int size, int aligned_w, int aligned_h, int unaligned_w, in AllocateBuffer() function in gralloc1::BufferManager
475 int BufferManager::AllocateBuffer(const BufferDescriptor &descriptor, buffer_handle_t *handle, in AllocateBuffer() function in gralloc1::BufferManager
508 err = AllocateBuffer(size, INT(alignedw), INT(alignedh), descriptor.GetWidth(), in AllocateBuffer()
730 AllocateBuffer(descriptor, hnd, size); in Perform()
/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dhwc_buffer_allocator.h49 DisplayError AllocateBuffer(BufferInfo *buffer_info);
Dhwc_buffer_allocator.cpp49 DisplayError HWCBufferAllocator::AllocateBuffer(BufferInfo *buffer_info) { in AllocateBuffer() function in sdm::HWCBufferAllocator
/hardware/qcom/display/msm8998/sdm/libs/hwc/
Dhwc_buffer_allocator.h49 DisplayError AllocateBuffer(BufferInfo *buffer_info);
Dhwc_buffer_allocator.cpp49 DisplayError HWCBufferAllocator::AllocateBuffer(BufferInfo *buffer_info) { in AllocateBuffer() function in sdm::HWCBufferAllocator
/hardware/qcom/display/msm8996/sdm/include/core/
Dbuffer_allocator.h98 virtual DisplayError AllocateBuffer(BufferInfo *buffer_info) = 0;
/hardware/qcom/display/msm8998/sdm/include/core/
Dbuffer_allocator.h103 virtual DisplayError AllocateBuffer(BufferInfo *buffer_info) = 0;
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_buffer_allocator.h51 DisplayError AllocateBuffer(BufferInfo *buffer_info);
Dhwc_buffer_allocator.cpp61 DisplayError HWCBufferAllocator::AllocateBuffer(BufferInfo *buffer_info) { in AllocateBuffer() function in sdm::HWCBufferAllocator
Dhwc_color_manager.cpp224 ret = buffer_allocator_->AllocateBuffer(&buffer_info); in SetFrameCapture()
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_buffer_allocator.h51 DisplayError AllocateBuffer(BufferInfo *buffer_info);
Dhwc_buffer_allocator.cpp61 DisplayError HWCBufferAllocator::AllocateBuffer(BufferInfo *buffer_info) { in AllocateBuffer() function in sdm::HWCBufferAllocator
/hardware/intel/common/wrs_omxil_core/base/inc/
Dportbase.h77 OMX_ERRORTYPE AllocateBuffer(OMX_BUFFERHEADERTYPE **ppBuffer,
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_buf_mgr.h76 int AllocateBuffer(const BufferDescriptor &descriptor, buffer_handle_t *handle,
Dgr_buf_mgr.cpp126 if (AllocateBuffer(*descriptors[UINT(max_buf_index)], &out_buffers[max_buf_index])) { in AllocateBuffers()
142 if (AllocateBuffer(*descriptors[i], &out_buffers[i])) { in AllocateBuffers()
457 int BufferManager::AllocateBuffer(const BufferDescriptor &descriptor, buffer_handle_t *handle, in AllocateBuffer() function in gralloc1::BufferManager
748 AllocateBuffer(descriptor, hnd, size); in Perform()
/hardware/intel/common/utils/ISV/omx/
Disv_omxcomponent.cpp106 mBaseComponent.AllocateBuffer = AllocateBuffer; in ISVComponent()
571 OMX_ERRORTYPE ISVComponent::AllocateBuffer( in AllocateBuffer() function in ISVComponent
/hardware/qcom/media/msm8996/mm-core/inc/
DOMX_Component.h490 OMX_ERRORTYPE (*AllocateBuffer)( member
/hardware/qcom/media/msm8998/mm-core/inc/
DOMX_Component.h490 OMX_ERRORTYPE (*AllocateBuffer)( member
DOMX_Core.h1043 ((OMX_COMPONENTTYPE*)hComponent)->AllocateBuffer( \
/hardware/qcom/media/msm8974/mm-core/inc/
DOMX_Component.h490 OMX_ERRORTYPE (*AllocateBuffer)( member
DOMX_Core.h1043 ((OMX_COMPONENTTYPE*)hComponent)->AllocateBuffer( \
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
DOMX_Component.h490 OMX_ERRORTYPE (*AllocateBuffer)( member
DOMX_Core.h1034 ((OMX_COMPONENTTYPE*)hComponent)->AllocateBuffer( \
/hardware/intel/common/utils/ISV/include/
Disv_omxcomponent.h158 static OMX_ERRORTYPE AllocateBuffer(

12