Home
last modified time | relevance | path

Searched refs:isJpegFormat (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/
DExifInterface.java2108 if (isJpegFormat(signatureCheckBytes)) { in getMimeType()
2125 private static boolean isJpegFormat(byte[] signatureCheckBytes) throws IOException { in isJpegFormat() method in ExifInterface
/frameworks/support/exifinterface/src/android/support/media/
DExifInterface.java2050 if (isJpegFormat(signatureCheckBytes)) { in getMimeType()
2067 private static boolean isJpegFormat(byte[] signatureCheckBytes) throws IOException { in isJpegFormat() method in ExifInterface