Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/tests/
DSurfaceTextureClient_test.cpp316 ASSERT_EQ(OK, native_window_set_buffer_count(mANW.get(), 4)); in TEST_F()
337 ASSERT_EQ(OK, native_window_set_buffer_count(mANW.get(), 4)); in TEST_F()
365 ASSERT_EQ(OK, native_window_set_buffer_count(mANW.get(), 4)); in TEST_F()
373 ASSERT_EQ(OK, native_window_set_buffer_count(mANW.get(), 3)); in TEST_F()
388 ASSERT_EQ(OK, native_window_set_buffer_count(mANW.get(), 4)); in TEST_F()
409 ASSERT_EQ(OK, native_window_set_buffer_count(mANW.get(), 4)); in TEST_F()
430 ASSERT_EQ(OK, native_window_set_buffer_count(mANW.get(), 3)); in TEST_F()
455 ASSERT_EQ(OK, native_window_set_buffer_count(mANW.get(), 3)); in TEST_F()
475 ASSERT_EQ(OK, native_window_set_buffer_count(mANW.get(), 3)); in TEST_F()
556 ASSERT_EQ(OK, native_window_set_buffer_count(mANW.get(), 3)); in TEST_F()
[all …]
DSurface_test.cpp143 ASSERT_EQ(NO_ERROR, native_window_set_buffer_count(window.get(), BUFFER_COUNT)); in testSurfaceListener()
262 ASSERT_EQ(NO_ERROR, native_window_set_buffer_count(anw.get(), 3)); in TEST_F()
510 native_window_set_buffer_count(window.get(), 4); in TEST_F()
515 native_window_set_buffer_count(window.get(), 3); in TEST_F()
517 native_window_set_buffer_count(window.get(), 2); in TEST_F()
539 ASSERT_EQ(NO_ERROR, native_window_set_buffer_count(window.get(), BUFFER_COUNT)); in TEST_F()
1011 native_window_set_buffer_count(mWindow.get(), 4); in SetUp()
DCpuConsumer_test.cpp470 err = native_window_set_buffer_count(anw.get(), in configureANW()
/frameworks/base/libs/hwui/pipeline/skia/
DSkiaOpenGLPipeline.cpp169 native_window_set_buffer_count(window, bufferCount); in setBufferCount()
/frameworks/native/libs/nativewindow/
DANativeWindow.cpp243 return native_window_set_buffer_count(window, bufferCount); in ANativeWindow_setBufferCount()
/frameworks/av/media/libstagefright/
DSurfaceUtils.cpp208 err = native_window_set_buffer_count(nativeWindow, numBufs); in pushBlankBuffersToNativeWindow()
DACodec.cpp773 err = native_window_set_buffer_count(nativeWindow, buffers.size()); in handleSetSurface()
1201 err = native_window_set_buffer_count( in configureOutputBuffersFromNativeWindow()
/frameworks/native/libs/nativewindow/include/system/
Dwindow.h608 static inline int native_window_set_buffer_count( in native_window_set_buffer_count() function
/frameworks/av/media/libstagefright/colorconversion/
DSoftwareRenderer.cpp214 if (OK != native_window_set_buffer_count( in resetFormatIfChanged()
/frameworks/base/libs/hwui/renderthread/
DVulkanSurface.cpp366 err = native_window_set_buffer_count(window, windowInfo.bufferCount); in UpdateWindow()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3StreamSplitter.cpp235 res = native_window_set_buffer_count(outputQueue.get(), in addOutputLocked()
DCamera3OutputStream.cpp466 res = native_window_set_buffer_count(mConsumer.get(), in configureConsumerQueueLocked()
/frameworks/native/vulkan/libvulkan/
Dswapchain.cpp1077 err = native_window_set_buffer_count(surface.window.get(), 0); in CreateSwapchainKHR()
1215 err = native_window_set_buffer_count(surface.window.get(), std::max(2u, num_images)); in CreateSwapchainKHR()
/frameworks/av/services/camera/libcameraservice/api2/
DDepthCompositeStream.cpp627 if ((res = native_window_set_buffer_count( in configureStream()
DHeicCompositeStream.cpp468 if ((res = native_window_set_buffer_count( in configureStream()
/frameworks/base/core/jni/
Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp143 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()
/frameworks/base/media/jni/
Dandroid_media_ImageWriter.cpp453 res = native_window_set_buffer_count(anw.get(), totalBufferCount); in ImageWriter_init()