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

Commit f60194b1 authored by Zhijun He's avatar Zhijun He Committed by Android (Google) Code Review
Browse files

Merge "Camera2: Update sync.frameNumber tag"

parents bf19fa4f 4f91e2a4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2134,8 +2134,8 @@ public final class CaptureResult extends CameraMetadata {
     * @see #SYNC_FRAME_NUMBER_UNKNOWN
     * @hide
     */
    public static final Key<Integer> SYNC_FRAME_NUMBER =
            new Key<Integer>("android.sync.frameNumber", int.class);
    public static final Key<Long> SYNC_FRAME_NUMBER =
            new Key<Long>("android.sync.frameNumber", long.class);

    /*~@~@~@~@~@~@~@~@~@~@~@~@~@~@~@~@~@~@~@~@~@~@~@~@~@~@~@~@~@~@~@~@~@~@~@~
     * End generated code