Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/tests/
DSurfaceTextureClient_test.cpp314 ASSERT_EQ(OK, native_window_set_buffer_count(mANW.get(), 4)); in TEST_F()
335 ASSERT_EQ(OK, native_window_set_buffer_count(mANW.get(), 4)); in TEST_F()
363 ASSERT_EQ(OK, native_window_set_buffer_count(mANW.get(), 4)); in TEST_F()
371 ASSERT_EQ(OK, native_window_set_buffer_count(mANW.get(), 3)); in TEST_F()
386 ASSERT_EQ(OK, native_window_set_buffer_count(mANW.get(), 4)); in TEST_F()
407 ASSERT_EQ(OK, native_window_set_buffer_count(mANW.get(), 4)); in TEST_F()
428 ASSERT_EQ(OK, native_window_set_buffer_count(mANW.get(), 3)); in TEST_F()
453 ASSERT_EQ(OK, native_window_set_buffer_count(mANW.get(), 3)); in TEST_F()
473 ASSERT_EQ(OK, native_window_set_buffer_count(mANW.get(), 3)); in TEST_F()
554 ASSERT_EQ(OK, native_window_set_buffer_count(mANW.get(), 3)); in TEST_F()
[all …]
DSurface_test.cpp142 ASSERT_EQ(NO_ERROR, native_window_set_buffer_count(window.get(), BUFFER_COUNT)); in testSurfaceListener()
277 ASSERT_EQ(NO_ERROR, native_window_set_buffer_count(anw.get(), 3)); in TEST_F()
523 native_window_set_buffer_count(window.get(), 4); in TEST_F()
528 native_window_set_buffer_count(window.get(), 3); in TEST_F()
530 native_window_set_buffer_count(window.get(), 2); in TEST_F()
552 ASSERT_EQ(NO_ERROR, native_window_set_buffer_count(window.get(), BUFFER_COUNT)); in TEST_F()
1083 native_window_set_buffer_count(mWindow.get(), 4); in SetUp()
2057 ASSERT_EQ(NO_ERROR, native_window_set_buffer_count(window.get(), BUFFER_COUNT)); in TEST_F()
2109 ASSERT_EQ(NO_ERROR, native_window_set_buffer_count(window.get(), BUFFER_COUNT)); in TEST_F()
DCpuConsumer_test.cpp470 err = native_window_set_buffer_count(anw.get(), in configureANW()
/frameworks/av/media/libstagefright/
DSurfaceUtils.cpp234 err = native_window_set_buffer_count(nativeWindow, numBufs); in pushBlankBuffersToNativeWindow()
DACodec.cpp790 err = native_window_set_buffer_count(nativeWindow, buffers.size()); in handleSetSurface()
1218 err = native_window_set_buffer_count( in configureOutputBuffersFromNativeWindow()
/frameworks/native/libs/nativewindow/
DANativeWindow.cpp275 return native_window_set_buffer_count(window, bufferCount); in ANativeWindow_setBufferCount()
/frameworks/base/tests/SurfaceViewBufferTests/cpp/
DSurfaceProxy.cpp229 int result = native_window_set_buffer_count(sAnw, count); in Java_com_android_test_SurfaceProxy_NativeWindowSetBufferCount()
/frameworks/native/libs/nativewindow/include/system/
Dwindow.h627 static inline int native_window_set_buffer_count( in native_window_set_buffer_count() function
/frameworks/base/libs/hwui/renderthread/
DVulkanSurface.cpp297 err = native_window_set_buffer_count(window, windowInfo.bufferCount); in UpdateWindow()
DCanvasContext.cpp170 native_window_set_buffer_count(window, bufferCount); in setBufferCount()
/frameworks/av/media/libstagefright/colorconversion/
DSoftwareRenderer.cpp214 if (OK != native_window_set_buffer_count( in resetFormatIfChanged()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3StreamSplitter.cpp235 res = native_window_set_buffer_count(outputQueue.get(), in addOutputLocked()
DCamera3OutputStream.cpp550 res = native_window_set_buffer_count(mConsumer.get(), in configureConsumerQueueLocked()
/frameworks/av/services/camera/libcameraservice/api2/
DDepthCompositeStream.cpp692 if ((res = native_window_set_buffer_count( in configureStream()
DHeicCompositeStream.cpp503 if ((res = native_window_set_buffer_count( in configureStream()
/frameworks/base/media/jni/
Dandroid_media_ImageWriter.cpp497 res = native_window_set_buffer_count(anw.get(), totalBufferCount); in ImageWriter_init()
/frameworks/native/vulkan/libvulkan/
Dswapchain.cpp1227 err = native_window_set_buffer_count(window, std::max(2u, num_images)); in CreateSwapchainKHR()