HomeSort by relevance Sort by last modified time
    Searched defs:mOutputSurface (Results 1 - 5 of 5) sorted by null

  /frameworks/av/cmds/screenrecord/
Overlay.h 123 sp<IGraphicBufferProducer> mOutputSurface;
  /developers/build/prebuilts/gradle/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
ViewfinderProcessor.java 39 private Surface mOutputSurface;
  /developers/samples/android/media/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
ViewfinderProcessor.java 39 private Surface mOutputSurface;
  /development/samples/browseable/HdrViewfinder/src/com.example.android.hdrviewfinder/
ViewfinderProcessor.java 39 private Surface mOutputSurface;
  /frameworks/native/libs/gui/tests/
SRGB_test.cpp 53 mComposerClient(), mSurfaceControl(), mOutputSurface() {
239 sp<Surface> mOutputSurface;
304 mOutputSurface = mSurfaceControl->getSurface();
305 mOutputSurface->lock(&outBuffer, &inOutDirtyBounds);
317 mOutputSurface->unlockAndPost();
321 if (!mOutputSurface.get()) return;
328 mOutputSurface->lock(&outBuffer, &outBufferBounds);
356 mOutputSurface->unlockAndPost();

Completed in 132 milliseconds