Home
last modified time | relevance | path

Searched refs:buffer_count (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/libs/vr/libbufferhubqueue/
Dbuffer_hub_queue_client.cpp445 uint64_t usage, size_t buffer_count) { in AllocateBuffers() argument
446 if (buffer_count == 0) { in AllocateBuffers()
450 if (capacity() + buffer_count > kMaxQueueCapacity) { in AllocateBuffers()
454 capacity(), buffer_count); in AllocateBuffers()
460 width, height, layer_count, format, usage, buffer_count); in AllocateBuffers()
468 LOG_ALWAYS_FATAL_IF(buffer_handle_slots.size() != buffer_count, in AllocateBuffers()
471 buffer_count, buffer_handle_slots.size()); in AllocateBuffers()
474 buffer_slots.reserve(buffer_count); in AllocateBuffers()
491 if (buffer_slots.size() != buffer_count) { in AllocateBuffers()
496 buffer_count, buffer_slots.size()); in AllocateBuffers()
[all …]
/frameworks/native/services/vr/bufferhubd/include/private/dvr/
Dproducer_queue_channel.h38 size_t buffer_count);
/frameworks/native/services/vr/bufferhubd/
Dproducer_queue_channel.cpp149 uint32_t format, uint64_t usage, size_t buffer_count) { in OnProducerQueueAllocateBuffers() argument
182 for (size_t i = 0; i < buffer_count; i++) { in OnProducerQueueAllocateBuffers()
/frameworks/native/libs/vr/libbufferhub/include/private/dvr/
Dbufferhub_rpc.h365 uint32_t format, uint64_t usage, size_t buffer_count));
/frameworks/native/libs/vr/libbufferhubqueue/include/private/dvr/
Dbuffer_hub_queue_client.h324 uint64_t usage, size_t buffer_count);