Home
last modified time | relevance | path

Searched refs:native_window_set_buffers_format (Results 1 – 23 of 23) 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()
203 ASSERT_EQ(NO_ERROR, native_window_set_buffers_format(mANW.get(), in TEST_F()
347 ASSERT_EQ(NO_ERROR, native_window_set_buffers_format(mANW.get(), in TEST_F()
393 ASSERT_EQ(NO_ERROR, native_window_set_buffers_format(mANW.get(), in TEST_F()
DSurfaceTextureClient_test.cpp232 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(), PIXEL_FORMAT_RGB_565)); in TEST_F()
256 EXPECT_EQ(OK, native_window_set_buffers_format(mANW.get(), 0)); in TEST_F()
268 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(), 0)); in TEST_F()
287 EXPECT_EQ(OK, native_window_set_buffers_format(mANW.get(), PIXEL_FORMAT_RGB_565)); in TEST_F()
349 EXPECT_EQ(OK, native_window_set_buffers_format(mANW.get(), 0)); in TEST_F()
651 ASSERT_EQ(OK, native_window_set_buffers_format(mANW.get(), 0)); in TEST_F()
700 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()
/frameworks/native/libs/nativewindow/
DANativeWindow.cpp85 int32_t err = native_window_set_buffers_format(window, format); in ANativeWindow_setBuffersGeometry()
251 return native_window_set_buffers_format(window, format); in ANativeWindow_setBuffersFormat()
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DRenderSurface.cpp73 status = native_window_set_buffers_format(window, HAL_PIXEL_FORMAT_RGBA_8888); in initialize()
/frameworks/av/media/libstagefright/
DSurfaceUtils.cpp56 err = native_window_set_buffers_format(nativeWindow, format); in setNativeWindowSizeFormatAndUsage()
/frameworks/native/opengl/libs/EGL/
Degl_object.cpp92 native_window_set_buffers_format(win, 0); in disconnect()
Degl_platform_entries.cpp751 int err = native_window_set_buffers_format(window, format); in eglCreateWindowSurfaceTmpl()
783 native_window_set_buffers_format(window, 0); in eglCreateWindowSurfaceTmpl()
/frameworks/native/libs/nativewindow/include/system/
Dwindow.h688 static inline int native_window_set_buffers_format( in native_window_set_buffers_format() function
/frameworks/av/services/camera/libcameraservice/device1/
DCameraHardwareInterface.cpp315 native_window_set_buffers_format(a, mPreviewFormat); in setBufferCount()
349 rc = native_window_set_buffers_format(a, mPreviewFormat); in setBuffersGeometry()
/frameworks/av/media/libstagefright/colorconversion/
DSoftwareRenderer.cpp211 CHECK_EQ(0, native_window_set_buffers_format( in resetFormatIfChanged()
/frameworks/base/libs/hwui/renderthread/
DVulkanSurface.cpp318 int err = native_window_set_buffers_format(window, windowInfo.pixelFormat); in UpdateWindow()
/frameworks/base/core/jni/
Dandroid_view_Surface.cpp234 native_window_set_buffers_format(surface.get(), PIXEL_FORMAT_RGBA_8888); in nativeLockCanvas()
Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp644 status_t err = native_window_set_buffers_format(anw.get(), pixelFormat); in LegacyCameraDevice_nativeSetSurfaceFormat()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3StreamSplitter.cpp199 res = native_window_set_buffers_format(outputQueue.get(), in addOutputLocked()
DCamera3OutputStream.cpp426 res = native_window_set_buffers_format(mConsumer.get(), in configureConsumerQueueLocked()
/frameworks/av/services/camera/libcameraservice/api2/
DDepthCompositeStream.cpp603 if ((res = native_window_set_buffers_format(mOutputSurface.get(), HAL_PIXEL_FORMAT_BLOB)) in configureStream()
DHeicCompositeStream.cpp450 if ((res = native_window_set_buffers_format(mOutputSurface.get(), HAL_PIXEL_FORMAT_BLOB)) in configureStream()
/frameworks/base/services/core/jni/
Dcom_android_server_tv_TvInputHal.cpp146 err = native_window_set_buffers_format(anw.get(), mStream.buffer_producer.format); in readyToRun()
/frameworks/base/media/jni/
Dandroid_media_ImageWriter.cpp409 res = native_window_set_buffers_format(anw.get(), nativeFormat); in ImageWriter_init()
/frameworks/native/vulkan/libvulkan/
Dswapchain.cpp1113 err = native_window_set_buffers_format(surface.window.get(), in CreateSwapchainKHR()