/frameworks/native/libs/gui/tests/ |
D | SurfaceTextureGL_test.cpp | 35 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()
|
D | SurfaceTextureClient_test.cpp | 230 EXPECT_EQ(OK, native_window_set_buffers_format(mANW.get(), PIXEL_FORMAT_RGB_565)); in TEST_F() 242 EXPECT_EQ(OK, native_window_set_buffers_format(mANW.get(), PIXEL_FORMAT_RGB_565)); in TEST_F() 254 EXPECT_EQ(OK, native_window_set_buffers_format(mANW.get(), 0)); in TEST_F() 266 EXPECT_EQ(OK, native_window_set_buffers_format(mANW.get(), 0)); in TEST_F() 273 EXPECT_EQ(OK, native_window_set_buffers_format(mANW.get(), 0)); in TEST_F() 285 EXPECT_EQ(OK, native_window_set_buffers_format(mANW.get(), PIXEL_FORMAT_RGB_565)); in TEST_F() 347 EXPECT_EQ(OK, native_window_set_buffers_format(mANW.get(), 0)); in TEST_F() 649 ASSERT_EQ(OK, native_window_set_buffers_format(mANW.get(), 0)); in TEST_F() 698 ASSERT_EQ(OK, native_window_set_buffers_format(anw.get(), fmts[i])); in TEST_F()
|
D | SurfaceTextureFBO_test.cpp | 34 ASSERT_EQ(NO_ERROR, native_window_set_buffers_format(mANW.get(), in TEST_F()
|
D | MultiTextureConsumer_test.cpp | 72 ASSERT_EQ(native_window_set_buffers_format(mANW, HAL_PIXEL_FORMAT_RGBA_8888), NO_ERROR); in TEST_F()
|
D | CpuConsumer_test.cpp | 455 err = native_window_set_buffers_format(anw.get(), params.format); in configureANW()
|
/frameworks/native/services/surfaceflinger/CompositionEngine/src/ |
D | RenderSurface.cpp | 82 status = native_window_set_buffers_format(window, HAL_PIXEL_FORMAT_RGBA_8888); in initialize() 108 native_window_set_buffers_format(mNativeWindow.get(), static_cast<int32_t>(pixelFormat)); in setBufferPixelFormat()
|
/frameworks/native/libs/nativewindow/ |
D | ANativeWindow.cpp | 91 int32_t err = native_window_set_buffers_format(window, format); in ANativeWindow_setBuffersGeometry() 277 return native_window_set_buffers_format(window, format); in ANativeWindow_setBuffersFormat()
|
/frameworks/av/media/libstagefright/ |
D | SurfaceUtils.cpp | 56 err = native_window_set_buffers_format(nativeWindow, format); in setNativeWindowSizeFormatAndUsage()
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_object.cpp | 92 native_window_set_buffers_format(win, 0); in disconnect()
|
D | egl_platform_entries.cpp | 746 int err = native_window_set_buffers_format(window, format); in eglCreateWindowSurfaceTmpl() 778 native_window_set_buffers_format(window, 0); in eglCreateWindowSurfaceTmpl()
|
/frameworks/native/libs/nativewindow/include/system/ |
D | window.h | 705 static inline int native_window_set_buffers_format( in native_window_set_buffers_format() function
|
/frameworks/av/services/camera/libcameraservice/device1/ |
D | CameraHardwareInterface.cpp | 323 native_window_set_buffers_format(a, mPreviewFormat); in setBufferCount() 357 rc = native_window_set_buffers_format(a, mPreviewFormat); in setBuffersGeometry()
|
/frameworks/base/libs/hwui/renderthread/ |
D | VulkanSurface.cpp | 266 int err = native_window_set_buffers_format(window, windowInfo.pixelFormat); in UpdateWindow()
|
/frameworks/base/core/jni/ |
D | android_view_Surface.cpp | 197 native_window_set_buffers_format(surface.get(), PIXEL_FORMAT_RGBA_8888); in nativeLockCanvas()
|
D | android_hardware_camera2_legacy_LegacyCameraDevice.cpp | 651 status_t err = native_window_set_buffers_format(anw.get(), pixelFormat); in LegacyCameraDevice_nativeSetSurfaceFormat()
|
/frameworks/av/media/libstagefright/colorconversion/ |
D | SoftwareRenderer.cpp | 211 CHECK_EQ(0, native_window_set_buffers_format( in resetFormatIfChanged()
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3StreamSplitter.cpp | 199 res = native_window_set_buffers_format(outputQueue.get(), in addOutputLocked()
|
D | Camera3OutputStream.cpp | 427 res = native_window_set_buffers_format(mConsumer.get(), in configureConsumerQueueLocked()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_tv_TvInputHal.cpp | 146 err = native_window_set_buffers_format(anw.get(), mStream.buffer_producer.format); in readyToRun()
|
/frameworks/av/services/camera/libcameraservice/api2/ |
D | DepthCompositeStream.cpp | 577 if ((res = native_window_set_buffers_format(mOutputSurface.get(), HAL_PIXEL_FORMAT_BLOB)) in configureStream()
|
D | HeicCompositeStream.cpp | 481 if ((res = native_window_set_buffers_format(mOutputSurface.get(), HAL_PIXEL_FORMAT_BLOB)) in configureStream()
|
/frameworks/base/media/jni/ |
D | android_media_ImageWriter.cpp | 434 res = native_window_set_buffers_format(anw.get(), nativeFormat); in ImageWriter_init()
|
/frameworks/native/vulkan/libvulkan/ |
D | swapchain.cpp | 1141 err = native_window_set_buffers_format(window, native_pixel_format); in CreateSwapchainKHR()
|