Home
last modified time | relevance | path

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

/aosp12/frameworks/base/media/java/android/media/
H A DExifInterface.java2613 private static boolean isJpegFormat(byte[] signatureCheckBytes) throws IOException { in isJpegFormat()
2628 private boolean isRafFormat(byte[] signatureCheckBytes) throws IOException { in isRafFormat()
2638 private boolean isHeifFormat(byte[] signatureCheckBytes) throws IOException { in isHeifFormat()
2721 private boolean isOrfFormat(byte[] signatureCheckBytes) throws IOException { in isOrfFormat()
2748 private boolean isRw2Format(byte[] signatureCheckBytes) throws IOException { in isRw2Format()
2776 private boolean isPngFormat(byte[] signatureCheckBytes) throws IOException { in isPngFormat()
2790 private boolean isWebpFormat(byte[] signatureCheckBytes) throws IOException { in isWebpFormat()