Home
last modified time | relevance | path

Searched refs:NATIVE_WINDOW_FORMAT (Results 1 – 19 of 19) sorted by relevance

/frameworks/native/libs/vr/libbufferhubqueue/tests/
Dbuffer_hub_queue_producer-test.cpp195 EXPECT_EQ(OK, mProducer->query(NATIVE_WINDOW_FORMAT, &value)); in TEST_F()
233 EXPECT_EQ(BAD_VALUE, mProducer->query(NATIVE_WINDOW_FORMAT, /*value*/ NULL)); in TEST_F()
581 EXPECT_EQ(mProducer->query(NATIVE_WINDOW_FORMAT, &value), OK); in TEST_F()
/frameworks/native/libs/gui/tests/
DIGraphicBufferProducer_test.cpp326 EXPECT_OK(mProducer->query(NATIVE_WINDOW_FORMAT, &value)); in TEST_P()
362 EXPECT_EQ(BAD_VALUE, mProducer->query(NATIVE_WINDOW_FORMAT, /*value*/nullptr)); in TEST_P()
369 EXPECT_EQ(NO_INIT, mProducer->query(NATIVE_WINDOW_FORMAT, &value)); in TEST_P()
DSurfaceTextureClient_test.cpp701 ASSERT_EQ(OK, anw->query(anw.get(), NATIVE_WINDOW_FORMAT, &fmt)); in TEST_F()
/frameworks/native/libs/nativewindow/
DANativeWindow.cpp80 return query(window, NATIVE_WINDOW_FORMAT); in ANativeWindow_getFormat()
/frameworks/native/opengl/tests/lib/include/
DEGLUtils.h146 if ((err = window->query(window, NATIVE_WINDOW_FORMAT, &format)) < 0) { in selectConfigForNativeWindow()
/frameworks/native/libs/nativewindow/include/system/
Dwindow.h67 NATIVE_WINDOW_FORMAT = 2, enumerator
/frameworks/base/core/jni/
Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp221 err = anw->query(anw.get(), NATIVE_WINDOW_FORMAT, &bufFmt); in produceFrame()
445 status_t err = anw->query(anw.get(), NATIVE_WINDOW_FORMAT, &fmt); in LegacyCameraDevice_nativeDetectSurfaceType()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DVirtualDisplaySurface.cpp102 sink->query(NATIVE_WINDOW_FORMAT, &sinkFormat);
/frameworks/native/libs/gui/
DBufferHubProducer.cpp558 case NATIVE_WINDOW_FORMAT: in query()
DBufferQueueProducer.cpp1102 case NATIVE_WINDOW_FORMAT: in query()
DSurface.cpp888 case NATIVE_WINDOW_FORMAT: in query()
/frameworks/av/services/camera/libcameraservice/api2/
DDepthCompositeStream.cpp479 if ((err = anw->query(anw, NATIVE_WINDOW_FORMAT, &format)) != OK) { in isDepthCompositeStream()
DHeicCompositeStream.cpp96 if ((err = anw->query(anw, NATIVE_WINDOW_FORMAT, &format)) != OK) { in isHeicCompositeStream()
DCameraDeviceClient.cpp1376 if ((err = anw->query(anw, NATIVE_WINDOW_FORMAT, &format)) != OK) { in createSurfaceFromGbp()
/frameworks/base/media/jni/
Dandroid_media_ImageWriter.cpp398 if ((res = anw->query(anw.get(), NATIVE_WINDOW_FORMAT, &surfaceFormat)) != OK) { in ImageWriter_init()
/frameworks/native/vulkan/libvulkan/
Dswapchain.cpp597 int err = window->query(window, NATIVE_WINDOW_FORMAT, &query_value); in GetPhysicalDeviceSurfaceSupportKHR()
/frameworks/av/services/camera/libcameraservice/api1/
DCamera2Client.cpp2204 if ((res = anw->query(anw, NATIVE_WINDOW_FORMAT, &format)) != OK) { in setVideoTarget()
/frameworks/native/services/surfaceflinger/tests/unittests/
DDisplayTransactionTest.cpp1901 EXPECT_CALL(*surface, query(NATIVE_WINDOW_FORMAT, _)) in TEST_F()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp2736 status = state.surface->query(NATIVE_WINDOW_FORMAT, &intFormat); in processDisplayChangesLocked()