Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libbufferhubqueue/tests/
Dbuffer_hub_queue-test.cpp49 void AllocateBuffer(size_t* slot_out = nullptr) { in AllocateBuffer() function in android::dvr::__anon6d1260d40111::BufferHubQueueTest
51 auto status = producer_queue_->AllocateBuffer(kBufferWidth, kBufferHeight, in AllocateBuffer()
91 AllocateBuffer(); in TEST_F()
122 AllocateBuffer(); in TEST_F()
180 AllocateBuffer(); in TEST_F()
229 AllocateBuffer(&slot); in TEST_F()
244 AllocateBuffer(&slot); in TEST_F()
259 AllocateBuffer(&slot); in TEST_F()
284 AllocateBuffer(); in TEST_F()
370 AllocateBuffer(); in TEST_F()
[all …]
/frameworks/native/libs/vr/libbufferhubqueue/
Dbuffer_hub_queue_producer.cpp154 ret = AllocateBuffer(width, height, kLayerCount, format, usage); in dequeueBuffer()
199 ret = AllocateBuffer(width, height, kLayerCount, format, usage); in dequeueBuffer()
620 status_t BufferHubQueueProducer::AllocateBuffer(uint32_t width, uint32_t height, in AllocateBuffer() function in android::dvr::BufferHubQueueProducer
625 queue_->AllocateBuffer(width, height, layer_count, format, usage); in AllocateBuffer()
Dbuffer_hub_queue_client.cpp485 Status<size_t> ProducerQueue::AllocateBuffer(uint32_t width, uint32_t height, in AllocateBuffer() function in android::dvr::ProducerQueue
/frameworks/native/services/vr/bufferhubd/
Dproducer_queue_channel.cpp179 auto status = AllocateBuffer(message, width, height, layer_count, format, in OnProducerQueueAllocateBuffers()
194 ProducerQueueChannel::AllocateBuffer(Message& message, uint32_t width, in AllocateBuffer() function in android::dvr::ProducerQueueChannel
Dproducer_queue_channel.h59 pdx::Status<std::pair<pdx::RemoteChannelHandle, size_t>> AllocateBuffer(
/frameworks/native/libs/vr/libbufferhubqueue/include/private/dvr/
Dbuffer_hub_queue_producer.h132 status_t AllocateBuffer(uint32_t width, uint32_t height, uint32_t layer_count,
Dbuffer_hub_queue_client.h308 pdx::Status<size_t> AllocateBuffer(uint32_t width, uint32_t height,
/frameworks/native/headers/media_plugin/media/openmax/
DOMX_Component.h507 OMX_ERRORTYPE (*AllocateBuffer)( member
DOMX_Core.h1091 ((OMX_COMPONENTTYPE*)(hComponent))->AllocateBuffer( \
/frameworks/av/media/libstagefright/omx/
DSoftOMXComponent.cpp53 mComponent->AllocateBuffer = AllocateBufferWrapper; in SoftOMXComponent()
/frameworks/native/libs/vr/libdvr/
Ddvr_buffer_queue.cpp151 auto allocate_status = producer_queue_->AllocateBuffer( in GainBuffer()