Searched refs:buffer_count (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/libs/vr/libbufferhubqueue/ |
D | buffer_hub_queue_client.cpp | 434 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/ |
D | producer_queue_channel.cpp | 145 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()
|
D | producer_queue_channel.h | 39 size_t buffer_count);
|
/frameworks/native/libs/vr/libbufferhubqueue/include/private/dvr/ |
D | buffer_hub_queue_client.h | 302 uint64_t usage, size_t buffer_count);
|
/frameworks/native/libs/vr/libbufferhub/include/private/dvr/ |
D | bufferhub_rpc.h | 429 uint32_t format, uint64_t usage, size_t buffer_count));
|