Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/tests/
DSRGB_test.cpp53 mComposerClient(), mSurfaceControl(), mOutputSurface() { in SRGBTest()
239 sp<Surface> mOutputSurface; member in android::SRGBTest
304 mOutputSurface = mSurfaceControl->getSurface(); in createDebugSurface()
305 mOutputSurface->lock(&outBuffer, &inOutDirtyBounds); in createDebugSurface()
317 mOutputSurface->unlockAndPost(); in createDebugSurface()
321 if (!mOutputSurface.get()) return; in copyToDebugSurface()
328 mOutputSurface->lock(&outBuffer, &outBufferBounds); in copyToDebugSurface()
356 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