Home
last modified time | relevance | path

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

/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/vulkan/libvulkan/
Dswapchain.cpp1881 const uint32_t buffer_count = std::max(min_buffer_count, num_images); in CreateSwapchainKHR() local
1882 err = native_window_set_buffer_count(window, buffer_count); in CreateSwapchainKHR()
1884 ALOGE("native_window_set_buffer_count(%d) failed: %s (%d)", buffer_count, in CreateSwapchainKHR()