Home
last modified time | relevance | path

Searched refs:native_window_set_buffers_format (Results 1 – 24 of 24) sorted by relevance

/frameworks/native/libs/gui/tests/
DSurfaceTextureGL_test.cpp35 ASSERT_EQ(NO_ERROR, native_window_set_buffers_format(mANW.get(), in TEST_F()
85 ASSERT_EQ(NO_ERROR, native_window_set_buffers_format(mANW.get(), in TEST_F()
135 ASSERT_EQ(NO_ERROR, native_window_set_buffers_format(mANW.get(), in TEST_F()
204 ASSERT_EQ(NO_ERROR, native_window_set_buffers_format(mANW.get(), in TEST_F()
348 ASSERT_EQ(NO_ERROR, native_window_set_buffers_format(mANW.get(), in TEST_F()
394 ASSERT_EQ(NO_ERROR, native_window_set_buffers_format(mANW.get(), in TEST_F()
DSurfaceTextureClient_test.cpp220 EXPECT_EQ(OK, native_window_set_buffers_format(mANW.get(), PIXEL_FORMAT_RGB_565)); in TEST_F()
232 EXPECT_EQ(OK, native_window_set_buffers_format(mANW.get(), PIXEL_FORMAT_RGB_565)); in TEST_F()
244 EXPECT_EQ(OK, native_window_set_buffers_format(mANW.get(), 0)); in TEST_F()
256 EXPECT_EQ(OK, native_window_set_buffers_format(mANW.get(), 0)); in TEST_F()
263 EXPECT_EQ(OK, native_window_set_buffers_format(mANW.get(), 0)); in TEST_F()
275 EXPECT_EQ(OK, native_window_set_buffers_format(mANW.get(), PIXEL_FORMAT_RGB_565)); in TEST_F()
337 EXPECT_EQ(OK, native_window_set_buffers_format(mANW.get(), 0)); in TEST_F()
639 ASSERT_EQ(OK, native_window_set_buffers_format(mANW.get(), 0)); in TEST_F()
688 ASSERT_EQ(OK, native_window_set_buffers_format(anw.get(), fmts[i])); in TEST_F()
DSurfaceTextureFBO_test.cpp34 ASSERT_EQ(NO_ERROR, native_window_set_buffers_format(mANW.get(), in TEST_F()
DMultiTextureConsumer_test.cpp72 ASSERT_EQ(native_window_set_buffers_format(mANW, HAL_PIXEL_FORMAT_RGBA_8888), NO_ERROR); in TEST_F()
DCpuConsumer_test.cpp455 err = native_window_set_buffers_format(anw.get(), params.format); in configureANW()
DBufferQueue_test.cpp1419 native_window_set_buffers_format(surface.get(), PIXEL_FORMAT_RGBA_8888); in TEST()
1457 native_window_set_buffers_format(surface.get(), PIXEL_FORMAT_RGBA_8888); in TEST_F()
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DRenderSurface.cpp86 status = native_window_set_buffers_format(window, HAL_PIXEL_FORMAT_RGBA_8888); in initialize()
111 native_window_set_buffers_format(mNativeWindow.get(), static_cast<int32_t>(pixelFormat)); in setBufferPixelFormat()
/frameworks/base/services/core/jni/tvinput/
DBufferProducerThread.cpp44 err = native_window_set_buffers_format(anw.get(), mStream.buffer_producer.format); in readyToRun()
/frameworks/native/libs/nativewindow/
DANativeWindow.cpp110 int32_t err = native_window_set_buffers_format(window, format); in ANativeWindow_setBuffersGeometry()
368 return native_window_set_buffers_format(window, format); in ANativeWindow_setBuffersFormat()
/frameworks/native/opengl/libs/EGL/
Degl_object.cpp88 native_window_set_buffers_format(win, 0); in disconnect()
Degl_platform_entries.cpp715 int err = native_window_set_buffers_format(window, static_cast<int>(format)); in eglCreateWindowSurfaceTmpl()
747 native_window_set_buffers_format(window, 0); in eglCreateWindowSurfaceTmpl()
/frameworks/av/media/libstagefright/
DSurfaceUtils.cpp56 err = native_window_set_buffers_format(nativeWindow, format); in setNativeWindowSizeFormatAndUsage()
/frameworks/base/tests/SurfaceViewBufferTests/cpp/
DSurfaceProxy.cpp45 native_window_set_buffers_format(sAnw, HAL_PIXEL_FORMAT_RGBA_8888); in Java_com_android_test_SurfaceProxy_setSurface()
/frameworks/native/libs/nativewindow/include/system/
Dwindow.h710 static inline int native_window_set_buffers_format( in native_window_set_buffers_format() function
/frameworks/av/media/libstagefright/colorconversion/
DSoftwareRenderer.cpp211 CHECK_EQ(0, native_window_set_buffers_format( in resetFormatIfChanged()
/frameworks/base/core/jni/
Dandroid_view_Surface.cpp206 native_window_set_buffers_format(surface.get(), PIXEL_FORMAT_RGBA_8888); in nativeLockCanvas()
/frameworks/base/libs/hwui/renderthread/
DVulkanSurface.cpp296 int err = native_window_set_buffers_format(window, windowInfo.bufferFormat); in UpdateWindow()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3StreamSplitter.cpp210 res = native_window_set_buffers_format(outputQueue.get(), in addOutputLocked()
DCamera3OutputStream.cpp597 res = native_window_set_buffers_format(mConsumer.get(), in configureConsumerQueueLocked()
/frameworks/av/services/camera/libcameraservice/api2/
DDepthCompositeStream.cpp700 if ((res = native_window_set_buffers_format(mOutputSurface.get(), HAL_PIXEL_FORMAT_BLOB)) in configureStream()
DJpegRCompositeStream.cpp663 if ((res = native_window_set_buffers_format(mOutputSurface.get(), HAL_PIXEL_FORMAT_BLOB)) in configureStream()
DHeicCompositeStream.cpp522 if ((res = native_window_set_buffers_format(mOutputSurface.get(), HAL_PIXEL_FORMAT_BLOB)) in configureStream()
/frameworks/base/media/jni/
Dandroid_media_ImageWriter.cpp471 res = native_window_set_buffers_format(anw.get(), hardwareBufferFormat); in ImageWriter_init()
/frameworks/native/vulkan/libvulkan/
Dswapchain.cpp1762 err = native_window_set_buffers_format( in CreateSwapchainKHR()