/frameworks/native/libs/vr/libbufferhubqueue/tests/ |
D | buffer_hub_queue-test.cpp | 55 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/ |
D | BufferHubProducer.cpp | 156 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/ |
D | producer_queue_channel.h | 62 pdx::Status<std::pair<pdx::RemoteChannelHandle, size_t>> AllocateBuffer(
|
/frameworks/native/services/vr/bufferhubd/ |
D | producer_queue_channel.cpp | 183 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/ |
D | BufferHubProducer.h | 158 status_t AllocateBuffer(uint32_t width, uint32_t height, uint32_t layer_count,
|
/frameworks/av/media/bufferpool/2.0/tests/ |
D | single.cpp | 95 TEST_F(BufferpoolSingleTest, AllocateBuffer) { in TEST_F() argument
|
/frameworks/av/media/bufferpool/1.0/vts/ |
D | single.cpp | 95 TEST_F(BufferpoolSingleTest, AllocateBuffer) { in TEST_F() argument
|
/frameworks/native/headers/media_plugin/media/openmax/ |
D | OMX_Component.h | 507 OMX_ERRORTYPE (*AllocateBuffer)( member
|
D | OMX_Core.h | 1105 ((OMX_COMPONENTTYPE*)(hComponent))->AllocateBuffer( \
|
/frameworks/av/media/libstagefright/omx/ |
D | SoftOMXComponent.cpp | 53 mComponent->AllocateBuffer = AllocateBufferWrapper; in SoftOMXComponent()
|
/frameworks/native/libs/vr/libbufferhubqueue/include/private/dvr/ |
D | buffer_hub_queue_client.h | 330 pdx::Status<size_t> AllocateBuffer(uint32_t width, uint32_t height,
|
/frameworks/native/libs/vr/libdvr/ |
D | dvr_buffer_queue.cpp | 149 auto allocate_status = producer_queue_->AllocateBuffer( in GainBuffer()
|
/frameworks/native/libs/vr/libbufferhubqueue/ |
D | buffer_hub_queue_client.cpp | 503 Status<size_t> ProducerQueue::AllocateBuffer(uint32_t width, uint32_t height, in AllocateBuffer() function in android::dvr::ProducerQueue
|