Searched refs:buffer_count (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/libs/vr/libbufferhubqueue/ |
D | buffer_hub_queue_client.cpp | 442 uint64_t usage, size_t buffer_count) { in AllocateBuffers() argument 443 if (capacity() + buffer_count > kMaxQueueCapacity) { in AllocateBuffers() 447 capacity(), buffer_count); in AllocateBuffers() 453 width, height, layer_count, format, usage, buffer_count); in AllocateBuffers() 461 LOG_ALWAYS_FATAL_IF(buffer_handle_slots.size() != buffer_count, in AllocateBuffers() 464 buffer_count, buffer_handle_slots.size()); in AllocateBuffers() 467 buffer_slots.reserve(buffer_count); in AllocateBuffers() 497 constexpr size_t buffer_count = 1; in AllocateBuffer() local 499 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 | 319 uint64_t usage, size_t buffer_count);
|
/frameworks/native/libs/vr/libbufferhub/include/private/dvr/ |
D | bufferhub_rpc.h | 432 uint32_t format, uint64_t usage, size_t buffer_count));
|