Home
last modified time | relevance | path

Searched refs:native_window_set_buffer_count (Results 1 – 13 of 13) sorted by relevance

/frameworks/native/libs/gui/tests/
DSurfaceTextureClient_test.cpp317 ASSERT_EQ(OK, native_window_set_buffer_count(mANW.get(), 4)); in TEST_F()
338 ASSERT_EQ(OK, native_window_set_buffer_count(mANW.get(), 4)); in TEST_F()
366 ASSERT_EQ(OK, native_window_set_buffer_count(mANW.get(), 4)); in TEST_F()
374 ASSERT_EQ(OK, native_window_set_buffer_count(mANW.get(), 3)); in TEST_F()
389 ASSERT_EQ(OK, native_window_set_buffer_count(mANW.get(), 4)); in TEST_F()
410 ASSERT_EQ(OK, native_window_set_buffer_count(mANW.get(), 4)); in TEST_F()
431 ASSERT_EQ(OK, native_window_set_buffer_count(mANW.get(), 3)); in TEST_F()
456 ASSERT_EQ(OK, native_window_set_buffer_count(mANW.get(), 3)); in TEST_F()
476 ASSERT_EQ(OK, native_window_set_buffer_count(mANW.get(), 3)); in TEST_F()
557 ASSERT_EQ(OK, native_window_set_buffer_count(mANW.get(), 3)); in TEST_F()
[all …]
DSurface_test.cpp134 ASSERT_EQ(NO_ERROR, native_window_set_buffer_count(anw.get(), 3)); in TEST_F()
312 native_window_set_buffer_count(window.get(), 4); in TEST_F()
317 native_window_set_buffer_count(window.get(), 3); in TEST_F()
319 native_window_set_buffer_count(window.get(), 2); in TEST_F()
341 ASSERT_EQ(NO_ERROR, native_window_set_buffer_count(window.get(), BUFFER_COUNT)); in TEST_F()
720 native_window_set_buffer_count(mWindow.get(), 4); in SetUp()
DCpuConsumer_test.cpp475 err = native_window_set_buffer_count(anw.get(), in configureANW()
/frameworks/native/libs/nativewindow/
DANativeWindow.cpp197 return native_window_set_buffer_count(window, bufferCount); in ANativeWindow_setBufferCount()
/frameworks/av/media/libstagefright/
DSurfaceUtils.cpp171 err = native_window_set_buffer_count(nativeWindow, numBufs); in pushBlankBuffersToNativeWindow()
DACodec.cpp751 err = native_window_set_buffer_count(nativeWindow, buffers.size()); in handleSetSurface()
1205 err = native_window_set_buffer_count( in configureOutputBuffersFromNativeWindow()
/frameworks/native/libs/nativewindow/include/system/
Dwindow.h595 static inline int native_window_set_buffer_count( in native_window_set_buffer_count() function
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3StreamSplitter.cpp188 res = native_window_set_buffer_count(outputQueue.get(), in addOutputLocked()
DCamera3OutputStream.cpp440 res = native_window_set_buffer_count(mConsumer.get(), in configureConsumerQueueLocked()
/frameworks/native/vulkan/libvulkan/
Dswapchain.cpp854 err = native_window_set_buffer_count(surface.window.get(), 0); in CreateSwapchainKHR()
990 err = native_window_set_buffer_count(surface.window.get(), std::max(2u, num_images)); in CreateSwapchainKHR()
/frameworks/base/media/jni/
Dandroid_media_ImageWriter.cpp309 res = native_window_set_buffer_count(anw.get(), totalBufferCount); in ImageWriter_init()
/frameworks/base/core/jni/
Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp125 err = native_window_set_buffer_count(surface.get(), maxBufferSlack + 1 + minUndequeuedBuffers); in connectSurface()
/frameworks/av/services/camera/libcameraservice/device1/
DCameraHardwareInterface.cpp327 int rc = native_window_set_buffer_count(a, count); in setBufferCount()