Home
last modified time | relevance | path

Searched defs:signatureCheckBytes (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/
DExifInterface.java2125 private static boolean isJpegFormat(byte[] signatureCheckBytes) throws IOException { in isJpegFormat()
2140 private boolean isRafFormat(byte[] signatureCheckBytes) throws IOException { in isRafFormat()
2158 private boolean isOrfFormat(byte[] signatureCheckBytes) throws IOException { in isOrfFormat()
2177 private boolean isRw2Format(byte[] signatureCheckBytes) throws IOException { in isRw2Format()
/frameworks/support/exifinterface/src/android/support/media/
DExifInterface.java2067 private static boolean isJpegFormat(byte[] signatureCheckBytes) throws IOException { in isJpegFormat()
2082 private boolean isRafFormat(byte[] signatureCheckBytes) throws IOException { in isRafFormat()
2100 private boolean isOrfFormat(byte[] signatureCheckBytes) throws IOException { in isOrfFormat()
2117 private boolean isRw2Format(byte[] signatureCheckBytes) throws IOException { in isRw2Format()