Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libbufferhubqueue/tests/
Dbuffer_hub_queue-test.cpp55 void AllocateBuffer(size_t* slot_out = nullptr) { in AllocateBuffer() function in android::dvr::__anon2dd1b5de0111::BufferHubQueueTest
57 auto status = producer_queue_->AllocateBuffer(kBufferWidth, kBufferHeight, in AllocateBuffer()
96 AllocateBuffer(); in TEST_F()
134 AllocateBuffer(); in TEST_F()
214 AllocateBuffer(); in TEST_F()
277 AllocateBuffer(); in TEST_F()
370 AllocateBuffer(); in TEST_F()
419 AllocateBuffer(&slot); in TEST_F()
434 AllocateBuffer(&slot); in TEST_F()
449 AllocateBuffer(&slot); in TEST_F()
[all …]
/frameworks/native/libs/gui/
DBufferHubProducer.cpp156 ret = AllocateBuffer(width, height, kLayerCount, format, usage); in dequeueBuffer()
196 ret = AllocateBuffer(width, height, kLayerCount, format, usage); in dequeueBuffer()
784 status_t BufferHubProducer::AllocateBuffer(uint32_t width, uint32_t height, uint32_t layer_count, in AllocateBuffer() function in android::BufferHubProducer
786 auto status = queue_->AllocateBuffer(width, height, layer_count, uint32_t(format), usage); in AllocateBuffer()
/frameworks/native/services/vr/bufferhubd/include/private/dvr/
Dproducer_queue_channel.h62 pdx::Status<std::pair<pdx::RemoteChannelHandle, size_t>> AllocateBuffer(
/frameworks/native/services/vr/bufferhubd/
Dproducer_queue_channel.cpp183 auto status = AllocateBuffer(message, width, height, layer_count, format, in OnProducerQueueAllocateBuffers()
198 ProducerQueueChannel::AllocateBuffer(Message& message, uint32_t width, in AllocateBuffer() function in android::dvr::ProducerQueueChannel
/frameworks/native/libs/gui/include/gui/
DBufferHubProducer.h158 status_t AllocateBuffer(uint32_t width, uint32_t height, uint32_t layer_count,
/frameworks/av/media/bufferpool/2.0/tests/
Dsingle.cpp95 TEST_F(BufferpoolSingleTest, AllocateBuffer) { in TEST_F() argument
/frameworks/av/media/bufferpool/1.0/vts/
Dsingle.cpp95 TEST_F(BufferpoolSingleTest, AllocateBuffer) { in TEST_F() argument
/frameworks/native/headers/media_plugin/media/openmax/
DOMX_Component.h507 OMX_ERRORTYPE (*AllocateBuffer)( member
DOMX_Core.h1105 ((OMX_COMPONENTTYPE*)(hComponent))->AllocateBuffer( \
/frameworks/av/media/libstagefright/omx/
DSoftOMXComponent.cpp53 mComponent->AllocateBuffer = AllocateBufferWrapper; in SoftOMXComponent()
/frameworks/native/libs/vr/libbufferhubqueue/include/private/dvr/
Dbuffer_hub_queue_client.h330 pdx::Status<size_t> AllocateBuffer(uint32_t width, uint32_t height,
/frameworks/native/libs/vr/libdvr/
Ddvr_buffer_queue.cpp149 auto allocate_status = producer_queue_->AllocateBuffer( in GainBuffer()
/frameworks/native/libs/vr/libbufferhubqueue/
Dbuffer_hub_queue_client.cpp503 Status<size_t> ProducerQueue::AllocateBuffer(uint32_t width, uint32_t height, in AllocateBuffer() function in android::dvr::ProducerQueue