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

Commit 1420de41 authored by Zhijun He's avatar Zhijun He
Browse files

Camera2: partialResultCount should be optional

Change-Id: Iacd2b5e8f388c18cbff0f1cefdb5c10812ae751e
parent dcb743e2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -858,6 +858,7 @@ public final class CameraCharacteristics extends CameraMetadata<CameraCharacteri
     * then immediately dispatch this state via a partial result to
     * the application, and the rest of the metadata via later
     * partial results.</p>
     * <p><b>Optional</b> - This value may be {@code null} on some devices.</p>
     */
    public static final Key<Integer> REQUEST_PARTIAL_RESULT_COUNT =
            new Key<Integer>("android.request.partialResultCount", int.class);