Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/tests/
DSRGB_test.cpp59 mComposerClient(), mSurfaceControl(), mOutputSurface() { in SRGBTest()
246 sp<Surface> mOutputSurface; member in android::SRGBTest
311 mOutputSurface = mSurfaceControl->getSurface(); in createDebugSurface()
312 mOutputSurface->lock(&outBuffer, &inOutDirtyBounds); in createDebugSurface()
324 mOutputSurface->unlockAndPost(); in createDebugSurface()
328 if (!mOutputSurface.get()) return; in copyToDebugSurface()
335 mOutputSurface->lock(&outBuffer, &outBufferBounds); in copyToDebugSurface()
364 mOutputSurface->unlockAndPost(); in copyToDebugSurface()
/frameworks/av/cmds/screenrecord/
DOverlay.cpp61 mOutputSurface = outputSurface; in start()
137 err = mEglWindow.createWindow(mOutputSurface); in setup_l()
190 mOutputSurface.clear(); in release_l()
DOverlay.h123 sp<IGraphicBufferProducer> mOutputSurface; variable