Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1b596998 authored by Shuzhen Wang's avatar Shuzhen Wang Committed by Android (Google) Code Review
Browse files

Merge "Camera2: Clarify ordering between onCaptureStart and onCaptureProgressed" into nyc-dev

parents 960170c6 0fc589cb
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -847,6 +847,9 @@ public abstract class CameraCaptureSession implements AutoCloseable {
         * to make forward progress from the partial results and avoid waiting for the completed
         * result.</p>
         *
         * <p>For a particular request, {@link #onCaptureProgressed} may happen before or after
         * {@link #onCaptureStarted}.</p>
         *
         * <p>Each request will generate at least {@code 1} partial results, and at most
         * {@link CameraCharacteristics#REQUEST_PARTIAL_RESULT_COUNT} partial results.</p>
         *