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

Commit 4f91e2a4 authored by Zhijun He's avatar Zhijun He
Browse files

Camera2: Update sync.frameNumber tag

This is from the type mismapping bug fix in metadata generation.

Change-Id: Icaa9916e00e76b30cdc5688c3d3b7e9cadf84794
parent a2c8a1b8
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