diff options
| -rw-r--r-- | core/java/android/hardware/camera2/params/StreamConfigurationMap.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/hardware/camera2/params/StreamConfigurationMap.java b/core/java/android/hardware/camera2/params/StreamConfigurationMap.java index c56b68523daf..414c463b4545 100644 --- a/core/java/android/hardware/camera2/params/StreamConfigurationMap.java +++ b/core/java/android/hardware/camera2/params/StreamConfigurationMap.java @@ -725,7 +725,7 @@ public final class StreamConfigurationMap { * Get the minimum {@link CaptureRequest#SENSOR_FRAME_DURATION frame duration} * for the class/size combination (in nanoseconds). * - * <p>This assumes a the {@code klass} is set up to use {@link ImageFormat#PRIVATE}. + * <p>This assumes that the {@code klass} is set up to use {@link ImageFormat#PRIVATE}. * For user-defined formats, use {@link #getOutputMinFrameDuration(int, Size)}.</p> * * <p>{@code klass} should be one of the ones which is supported by @@ -870,7 +870,7 @@ public final class StreamConfigurationMap { /** * Get the stall duration for the class/size combination (in nanoseconds). * - * <p>This assumes a the {@code klass} is set up to use {@link ImageFormat#PRIVATE}. + * <p>This assumes that the {@code klass} is set up to use {@link ImageFormat#PRIVATE}. * For user-defined formats, use {@link #getOutputMinFrameDuration(int, Size)}.</p> * * <p>{@code klass} should be one of the ones with a non-empty array returned by |