Home
last modified time | relevance | path

Searched refs:native_window_set_scaling_mode (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/native/libs/gui/tests/
H A DSurfaceTextureGL_test.cpp536 ASSERT_EQ(OK, native_window_set_scaling_mode(mANW.get(), in TEST_F()
568 ASSERT_EQ(OK, native_window_set_scaling_mode(mANW.get(), in TEST_F()
/aosp12/frameworks/av/media/libstagefright/
H A DSurfaceUtils.cpp122 err = native_window_set_scaling_mode( in setNativeWindowSizeFormatAndUsage()
/aosp12/frameworks/native/libs/nativewindow/
H A DANativeWindow.cpp99 err = native_window_set_scaling_mode(window, mode); in ANativeWindow_setBuffersGeometry()
/aosp12/frameworks/native/libs/nativewindow/include/system/
H A Dwindow.h844 static inline int native_window_set_scaling_mode( in native_window_set_scaling_mode() function
/aosp12/frameworks/base/media/jni/
H A Dandroid_media_ImageWriter.cpp663 res = native_window_set_scaling_mode(anw.get(), scalingMode); in ImageWriter_queueImage()
742 res = native_window_set_scaling_mode(anw.get(), scalingMode); in attachAndQeueuGraphicBuffer()
H A Dandroid_media_MediaCodec.cpp945 native_window_set_scaling_mode(mSurfaceTextureClient.get(), mode); in setVideoScalingMode()
/aosp12/frameworks/base/libs/hwui/renderthread/
H A DVulkanSurface.cpp91 err = native_window_set_scaling_mode(window, NATIVE_WINDOW_SCALING_MODE_FREEZE); in ConnectAndSetWindowDefaults()
/aosp12/frameworks/av/media/libstagefright/colorconversion/
H A DSoftwareRenderer.cpp202 native_window_set_scaling_mode( in resetFormatIfChanged()
/aosp12/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3OutputStream.cpp491 res = native_window_set_scaling_mode(mConsumer.get(), in configureConsumerQueueLocked()
/aosp12/frameworks/native/vulkan/libvulkan/
H A Dswapchain.cpp1186 err = native_window_set_scaling_mode( in CreateSwapchainKHR()
/aosp12/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp2206 status_t ret = native_window_set_scaling_mode(mSurface.get(), mVideoScalingMode); in setVideoScalingMode()