/frameworks/native/libs/vr/libbufferhubqueue/tests/ |
D | buffer_hub_queue-test.cpp | 49 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/ |
D | buffer_hub_queue_producer.cpp | 154 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()
|
D | buffer_hub_queue_client.cpp | 485 Status<size_t> ProducerQueue::AllocateBuffer(uint32_t width, uint32_t height, in AllocateBuffer() function in android::dvr::ProducerQueue
|
/frameworks/native/services/vr/bufferhubd/ |
D | producer_queue_channel.cpp | 179 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
|
D | producer_queue_channel.h | 59 pdx::Status<std::pair<pdx::RemoteChannelHandle, size_t>> AllocateBuffer(
|
/frameworks/native/libs/vr/libbufferhubqueue/include/private/dvr/ |
D | buffer_hub_queue_producer.h | 132 status_t AllocateBuffer(uint32_t width, uint32_t height, uint32_t layer_count,
|
D | buffer_hub_queue_client.h | 308 pdx::Status<size_t> AllocateBuffer(uint32_t width, uint32_t height,
|
/frameworks/native/headers/media_plugin/media/openmax/ |
D | OMX_Component.h | 507 OMX_ERRORTYPE (*AllocateBuffer)( member
|
D | OMX_Core.h | 1091 ((OMX_COMPONENTTYPE*)(hComponent))->AllocateBuffer( \
|
/frameworks/av/media/libstagefright/omx/ |
D | SoftOMXComponent.cpp | 53 mComponent->AllocateBuffer = AllocateBufferWrapper; in SoftOMXComponent()
|
/frameworks/native/libs/vr/libdvr/ |
D | dvr_buffer_queue.cpp | 151 auto allocate_status = producer_queue_->AllocateBuffer( in GainBuffer()
|