Searched refs:mCaptureCollector (Results 1 – 2 of 2) sorted by relevance
72 private final CaptureCollector mCaptureCollector; field in RequestThreadManager211 Pair<RequestHolder, Long> captureInfo = mCaptureCollector.jpegProduced();255 mCaptureCollector.jpegCaptured(SystemClock.elapsedRealtimeNanos());506 mGLThreadManager.setConfigurationAndWait(previews, mCaptureCollector); in configureOutputs()691 boolean success = mCaptureCollector.waitForEmpty(JPEG_FRAME_TIMEOUT,695 mCaptureCollector.failAll();722 boolean success = mCaptureCollector.waitForEmpty(JPEG_FRAME_TIMEOUT,727 mCaptureCollector.failAll();797 boolean success = mCaptureCollector.queueRequest(holder,816 while(!mCaptureCollector.waitForPreviewsEmpty(PREVIEW_FRAME_TIMEOUT,[all …]
46 private CaptureCollector mCaptureCollector; field in GLThreadManager90 mCaptureCollector = checkNotNull(configure.collector);105 mTextureRenderer.drawIntoSurfaces(mCaptureCollector);