Loading media/java/android/media/Image.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -75,7 +75,7 @@ public abstract class Image implements AutoCloseable { /** /** * Get the format for this image. This format determines the number of * Get the format for this image. This format determines the number of * ByteBuffers needed to represent the image, and the general layout of the * ByteBuffers needed to represent the image, and the general layout of the * pixel data in each in ByteBuffer. * pixel data in each ByteBuffer. * * * <p> * <p> * The format is one of the values from * The format is one of the values from Loading Loading
media/java/android/media/Image.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -75,7 +75,7 @@ public abstract class Image implements AutoCloseable { /** /** * Get the format for this image. This format determines the number of * Get the format for this image. This format determines the number of * ByteBuffers needed to represent the image, and the general layout of the * ByteBuffers needed to represent the image, and the general layout of the * pixel data in each in ByteBuffer. * pixel data in each ByteBuffer. * * * <p> * <p> * The format is one of the values from * The format is one of the values from Loading