Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DExifInterface.java2622 private static boolean isJpegFormat(byte[] signatureCheckBytes) throws IOException { in isJpegFormat()
2637 private boolean isRafFormat(byte[] signatureCheckBytes) throws IOException { in isRafFormat()
2647 private boolean isHeifFormat(byte[] signatureCheckBytes) throws IOException { in isHeifFormat()
2730 private boolean isOrfFormat(byte[] signatureCheckBytes) throws IOException { in isOrfFormat()
2757 private boolean isRw2Format(byte[] signatureCheckBytes) throws IOException { in isRw2Format()
2785 private boolean isPngFormat(byte[] signatureCheckBytes) throws IOException { in isPngFormat()
2799 private boolean isWebpFormat(byte[] signatureCheckBytes) throws IOException { in isWebpFormat()