Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/gui/tests/
H A DSurfaceTextureClient_test.cpp212 EXPECT_GT(OK, native_window_set_buffers_dimensions(mANW.get(), 0, 8)); in TEST_F()
213 EXPECT_GT(OK, native_window_set_buffers_dimensions(mANW.get(), 8, 0)); in TEST_F()
229 EXPECT_EQ(OK, native_window_set_buffers_dimensions(mANW.get(), 16, 8)); in TEST_F()
241 EXPECT_EQ(OK, native_window_set_buffers_dimensions(mANW.get(), 0, 0)); in TEST_F()
253 EXPECT_EQ(OK, native_window_set_buffers_dimensions(mANW.get(), 16, 8)); in TEST_F()
265 EXPECT_EQ(OK, native_window_set_buffers_dimensions(mANW.get(), 16, 8)); in TEST_F()
272 EXPECT_EQ(OK, native_window_set_buffers_dimensions(mANW.get(), 0, 0)); in TEST_F()
284 EXPECT_EQ(OK, native_window_set_buffers_dimensions(mANW.get(), 0, 0)); in TEST_F()
291 EXPECT_EQ(OK, native_window_set_buffers_dimensions(mANW.get(), 16, 8)); in TEST_F()
502 ASSERT_EQ(OK, native_window_set_buffers_dimensions(mANW.get(), 4, 4)); in TEST_F()
[all …]
H A DSurfaceTextureGL_test.cpp33 ASSERT_EQ(NO_ERROR, native_window_set_buffers_dimensions(mANW.get(), in TEST_F()
83 ASSERT_EQ(NO_ERROR, native_window_set_buffers_dimensions(mANW.get(), in TEST_F()
133 ASSERT_EQ(NO_ERROR, native_window_set_buffers_dimensions(mANW.get(), in TEST_F()
201 ASSERT_EQ(NO_ERROR, native_window_set_buffers_dimensions(mANW.get(), in TEST_F()
345 ASSERT_EQ(NO_ERROR, native_window_set_buffers_dimensions(mANW.get(), in TEST_F()
391 ASSERT_EQ(NO_ERROR, native_window_set_buffers_dimensions(mANW.get(), in TEST_F()
540 ASSERT_EQ(OK, native_window_set_buffers_dimensions(mANW.get(), 512, 512)); in TEST_F()
572 ASSERT_EQ(OK, native_window_set_buffers_dimensions(mANW.get(), 512, 512)); in TEST_F()
H A DSurfaceTextureFBO_test.cpp32 ASSERT_EQ(NO_ERROR, native_window_set_buffers_dimensions(mANW.get(), in TEST_F()
H A DCpuConsumer_test.cpp451 err = native_window_set_buffers_dimensions(anw.get(), in configureANW()
H A DSurface_test.cpp1970 native_window_set_buffers_dimensions(window.get(), 0, 0); in TEST_F()
2021 native_window_set_buffers_dimensions(window.get(), 0, 0); in TEST_F()
/aosp12/frameworks/av/media/libstagefright/
H A DSurfaceUtils.cpp50 err = native_window_set_buffers_dimensions(nativeWindow, width, height); in setNativeWindowSizeFormatAndUsage()
/aosp12/frameworks/native/libs/nativewindow/
H A DANativeWindow.cpp279 return native_window_set_buffers_dimensions(window, (int)w, (int)h); in ANativeWindow_setBuffersDimensions()
/aosp12/frameworks/native/libs/nativewindow/include/system/
H A Dwindow.h668 static inline int native_window_set_buffers_dimensions( in native_window_set_buffers_dimensions() function
/aosp12/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3OutputStream.cpp501 res = native_window_set_buffers_dimensions(mConsumer.get(), in configureConsumerQueueLocked()
505 res = native_window_set_buffers_dimensions(mConsumer.get(), in configureConsumerQueueLocked()
H A DCamera3StreamSplitter.cpp193 status_t res = native_window_set_buffers_dimensions(outputQueue.get(), in addOutputLocked()
/aosp12/frameworks/base/libs/hwui/renderthread/
H A DVulkanSurface.cpp99 err = native_window_set_buffers_dimensions(window, 0, 0); in ConnectAndSetWindowDefaults()
/aosp12/frameworks/av/media/libstagefright/colorconversion/
H A DSoftwareRenderer.cpp207 CHECK_EQ(0, native_window_set_buffers_dimensions( in resetFormatIfChanged()
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_tv_TvInputHal.cpp141 err = native_window_set_buffers_dimensions( in readyToRun()
/aosp12/frameworks/av/services/camera/libcameraservice/api2/
H A DDepthCompositeStream.cpp285 if ((res = native_window_set_buffers_dimensions(mOutputSurface.get(), finalJpegBufferSize, 1)) in processInputFrame()
H A DHeicCompositeStream.cpp509 if ((res = native_window_set_buffers_dimensions(anwConsumer, mMaxHeicBufferSize, 1)) != OK) { in configureStream()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/test/
H A Dqcamera_test.cpp3021 native_window_set_buffers_dimensions(mTestContext->mViVVid.ANW.get(), in configureViVCodec()
3027 native_window_set_buffers_dimensions(mTestContext->mViVVid.ANW.get(), in configureViVCodec()
/aosp12/frameworks/native/vulkan/libvulkan/
H A Dswapchain.cpp1159 err = native_window_set_buffers_dimensions( in CreateSwapchainKHR()
/aosp12/hardware/interfaces/camera/provider/2.4/vts/functional/
H A DVtsHalCameraProviderV2_4TargetTest.cpp495 native_window_set_buffers_dimensions(mAnw.get(), in setBufferCount()
520 auto rc = native_window_set_buffers_dimensions(mAnw.get(), w, h); in setBuffersGeometry()