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.cpp434 uint64_t usage, size_t buffer_count) { in AllocateBuffers() argument
435 if (capacity() + buffer_count > kMaxQueueCapacity) { in AllocateBuffers()
439 capacity(), buffer_count); in AllocateBuffers()
445 width, height, layer_count, format, usage, buffer_count); in AllocateBuffers()
453 LOG_ALWAYS_FATAL_IF(buffer_handle_slots.size() != buffer_count, in AllocateBuffers()
456 buffer_count, buffer_handle_slots.size()); in AllocateBuffers()
459 buffer_slots.reserve(buffer_count); in AllocateBuffers()
489 constexpr size_t buffer_count = 1; in AllocateBuffer() local
491 AllocateBuffers(width, height, layer_count, format, usage, buffer_count); in AllocateBuffer()
/frameworks/native/services/vr/bufferhubd/
Dproducer_queue_channel.cpp145 uint32_t format, uint64_t usage, size_t buffer_count) { in OnProducerQueueAllocateBuffers() argument
178 for (size_t i = 0; i < buffer_count; i++) { in OnProducerQueueAllocateBuffers()
Dproducer_queue_channel.h39 size_t buffer_count);
/frameworks/native/libs/vr/libbufferhubqueue/include/private/dvr/
Dbuffer_hub_queue_client.h302 uint64_t usage, size_t buffer_count);
/frameworks/native/libs/vr/libbufferhub/include/private/dvr/
Dbufferhub_rpc.h429 uint32_t format, uint64_t usage, size_t buffer_count));