Loading core/java/android/hardware/camera2/MultiResolutionImageReader.java +1 −1 Original line number Diff line number Diff line Loading @@ -91,7 +91,7 @@ public class MultiResolutionImageReader implements AutoCloseable { * </p> * <p> * The {@code maxImages} parameter determines the maximum number of * {@link Image} objects that can be be acquired from each of the {@code ImageReader} * {@link Image} objects that can be acquired from each of the {@code ImageReader} * within the {@code MultiResolutionImageReader}. However, requesting more buffers will * use up more memory, so it is important to use only the minimum number necessary. The * application is strongly recommended to acquire no more than {@code maxImages} images Loading core/java/android/hardware/camera2/params/InputConfiguration.java +5 −5 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ public final class InputConfiguration { private final boolean mIsMultiResolution; /** * Create an input configration with the width, height, and user-defined format. * Create an input configuration with the width, height, and user-defined format. * * <p>Images of a user-defined format are accessible by applications. Use * {@link android.hardware.camera2.CameraCharacteristics#SCALER_STREAM_CONFIGURATION_MAP} Loading @@ -64,7 +64,7 @@ public final class InputConfiguration { } /** * Create an input configration with the format and a list of multi-resolution input stream * Create an input configuration with the format and a list of multi-resolution input stream * info. * * <p>Use {@link Loading Loading @@ -108,7 +108,7 @@ public final class InputConfiguration { } /** * Get the width of this input configration. * Get the width of this input configuration. * * @return width of this input configuration. */ Loading @@ -117,7 +117,7 @@ public final class InputConfiguration { } /** * Get the height of this input configration. * Get the height of this input configuration. * * @return height of this input configuration. */ Loading @@ -126,7 +126,7 @@ public final class InputConfiguration { } /** * Get the format of this input configration. * Get the format of this input configuration. * * @return format of this input configuration. */ Loading Loading
core/java/android/hardware/camera2/MultiResolutionImageReader.java +1 −1 Original line number Diff line number Diff line Loading @@ -91,7 +91,7 @@ public class MultiResolutionImageReader implements AutoCloseable { * </p> * <p> * The {@code maxImages} parameter determines the maximum number of * {@link Image} objects that can be be acquired from each of the {@code ImageReader} * {@link Image} objects that can be acquired from each of the {@code ImageReader} * within the {@code MultiResolutionImageReader}. However, requesting more buffers will * use up more memory, so it is important to use only the minimum number necessary. The * application is strongly recommended to acquire no more than {@code maxImages} images Loading
core/java/android/hardware/camera2/params/InputConfiguration.java +5 −5 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ public final class InputConfiguration { private final boolean mIsMultiResolution; /** * Create an input configration with the width, height, and user-defined format. * Create an input configuration with the width, height, and user-defined format. * * <p>Images of a user-defined format are accessible by applications. Use * {@link android.hardware.camera2.CameraCharacteristics#SCALER_STREAM_CONFIGURATION_MAP} Loading @@ -64,7 +64,7 @@ public final class InputConfiguration { } /** * Create an input configration with the format and a list of multi-resolution input stream * Create an input configuration with the format and a list of multi-resolution input stream * info. * * <p>Use {@link Loading Loading @@ -108,7 +108,7 @@ public final class InputConfiguration { } /** * Get the width of this input configration. * Get the width of this input configuration. * * @return width of this input configuration. */ Loading @@ -117,7 +117,7 @@ public final class InputConfiguration { } /** * Get the height of this input configration. * Get the height of this input configuration. * * @return height of this input configuration. */ Loading @@ -126,7 +126,7 @@ public final class InputConfiguration { } /** * Get the format of this input configration. * Get the format of this input configuration. * * @return format of this input configuration. */ Loading