Loading media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/CameraTestUtils.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1810,7 +1810,7 @@ public class CameraTestUtils extends Assert { /** /** * Simple validation of JPEG image size and format. * Simple validation of JPEG image size and format. * <p> * <p> * Only validate the image object sanity. It is fast, but doesn't actually * Only validate the image object consistency. It is fast, but doesn't actually * check the buffer data. Assert is used here as it make no sense to * check the buffer data. Assert is used here as it make no sense to * continue the test if the jpeg image captured has some serious failures. * continue the test if the jpeg image captured has some serious failures. * </p> * </p> Loading Loading
media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/CameraTestUtils.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1810,7 +1810,7 @@ public class CameraTestUtils extends Assert { /** /** * Simple validation of JPEG image size and format. * Simple validation of JPEG image size and format. * <p> * <p> * Only validate the image object sanity. It is fast, but doesn't actually * Only validate the image object consistency. It is fast, but doesn't actually * check the buffer data. Assert is used here as it make no sense to * check the buffer data. Assert is used here as it make no sense to * continue the test if the jpeg image captured has some serious failures. * continue the test if the jpeg image captured has some serious failures. * </p> * </p> Loading