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

Commit bc433a0d authored by Changyeon Jo's avatar Changyeon Jo
Browse files

Correct comments

- Fix a typo on ExposureParameters.coarseIntegrationTimeLShift.
- Add a comment that describes a descriptor field of GridStatistics.

Bug: 276675923
Test: build
Change-Id: Ida93c21c9de7f7c1d661c790d82342750d5f29fe
parent 83cd7221
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ parcelable ExposureParameters {
    /** Remainder exposure time in clocks. */
    long fineIntegrationTimeInPixelClocks;
    /**
     * Logarthm value of coarse integration time multiplier.
     * Logarithm value of coarse integration time multiplier.
     */
    int coarseIntegrationTimeLShift;
}
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ import android.hardware.common.Ashmem;
 */
@VintfStability
parcelable GridStatistics {
    /** */
    /** Descriptors of grid statistics in shared memory. */
    GridStatisticDesc[] descriptors;
    /**
     * Shared memory object containing one or more grid statistics.