Home
last modified time | relevance | path

Searched refs:gSurface (Results 1 – 3 of 3) sorted by relevance

/frameworks/wilhelm/tests/sandbox/
Dnativewindow.cpp39 sp<Surface> gSurface; variable
71 gSurface = surface; in getNativeWindow_()
/frameworks/av/cmds/stagefright/
Dstagefright.cpp86 static sp<ANativeWindow> gSurface; variable
204 source, flags, gSurface, in playSource()
1065 gSurface = control->getSurface(); in main()
1066 CHECK(gSurface != NULL); in main()
1076 gSurface = new Surface(producer); in main()
1239 gSurface.clear(); in main()
/frameworks/av/media/codec2/hidl/1.0/vts/functional/video/
DVtsHalMediaC2V1_0TargetVideoDecTest.cpp423 sp<ANativeWindow> gSurface = new Surface(producer); in setOutputSurface() local
424 ASSERT_NE(gSurface, nullptr) << "getSurface failed"; in setOutputSurface()