Searched defs:targetCollector (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DSurfaceTextureRenderer.java678 * @param targetCollector the surfaces to draw to.
680 public void drawIntoSurfaces(CaptureCollector targetCollector) { argument
686 boolean doTiming = targetCollector.hasPendingPreviewCaptures();
697 Pair<RequestHolder, Long> captureHolder = targetCollector.previewCaptured(timestamp);
759 targetCollector.previewProduced();

Completed in 114 milliseconds