Searched defs:AllocateBuffer (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/services/vr/bufferhubd/
H A Dproducer_queue_channel.cpp177 auto status = AllocateBuffer(message, width, height, layer_count, format,
192 ProducerQueueChannel::AllocateBuffer(Message& message, uint32_t width, function in class:android::dvr::ProducerQueueChannel
195 ATRACE_NAME("ProducerQueueChannel::AllocateBuffer");
197 "ProducerQueueChannel::AllocateBuffer: producer_channel_id=%d",
201 ALOGE("ProducerQueueChannel::AllocateBuffer: reaches kMaxQueueCapacity.");
212 ALOGE("ProducerQueueChannel::AllocateBuffer: failed to push channel: %s",
218 "ProducerQueueChannel::AllocateBuffer: buffer_id=%d width=%u "
228 "ProducerQueueChannel::AllocateBuffer: Failed to create producer "
237 "ProducerQueueChannel::AllocateBuffer: buffer_id=%d, buffer_handle=%d",
244 "ProducerQueueChannel::AllocateBuffer
[all...]
/frameworks/native/libs/vr/libbufferhubqueue/tests/
H A Dbuffer_hub_queue-test.cpp54 void AllocateBuffer() { function in class:android::dvr::__anon1730::BufferHubQueueTest
57 int ret = producer_queue_->AllocateBuffer(kBufferWidth, kBufferHeight,
74 AllocateBuffer();
104 AllocateBuffer();
156 AllocateBuffer();
230 AllocateBuffer();
256 AllocateBuffer();
275 AllocateBuffer();
294 AllocateBuffer();
308 AllocateBuffer();
[all...]
/frameworks/native/libs/vr/libbufferhubqueue/
H A Dbuffer_hub_queue_client.cpp258 // TODO(jwcai) Move the check into Producer's AllocateBuffer and consumer's
391 int ProducerQueue::AllocateBuffer(uint32_t width, uint32_t height, function in class:android::dvr::ProducerQueue
395 ALOGE("ProducerQueue::AllocateBuffer: Parameter out_slot cannot be null.");
400 ALOGE("ProducerQueue::AllocateBuffer queue is at maximum capacity: %zu",
410 ALOGE("ProducerQueue::AllocateBuffer failed to create producer buffer: %s",
424 "ProducerQueue::AllocateBuffer, new buffer, channel_handle: %d",
H A Dbuffer_hub_queue_producer.cpp150 ret = AllocateBuffer(width, height, kLayerCount, format, usage);
193 ret = AllocateBuffer(width, height, kLayerCount, format, usage);
605 status_t BufferHubQueueProducer::AllocateBuffer(uint32_t width, uint32_t height, function in class:android::dvr::BufferHubQueueProducer
611 if (queue_->AllocateBuffer(width, height, layer_count, format, usage, &slot) <
/frameworks/native/include/media/openmax/
H A DOMX_Component.h504 specification for details on the AllocateBuffer method.
507 OMX_ERRORTYPE (*AllocateBuffer)( member in struct:OMX_COMPONENTTYPE

Completed in 215 milliseconds