Searched refs:WEBP_SIGNATURE_2 (Results 1 – 1 of 1) sorted by relevance
598 private static final byte[] WEBP_SIGNATURE_2 = new byte[] {'W', 'E', 'B', 'P'}; field in ExifInterface2805 for (int i = 0; i < WEBP_SIGNATURE_2.length; i++) { in isWebpFormat()2807 != WEBP_SIGNATURE_2[i]) { in isWebpFormat()3462 bytesRead += in.skipBytes(WEBP_SIGNATURE_2.length); in getWebpAttributes()3735 totalInputStream.skipBytes(WEBP_FILE_SIZE_BYTE_LENGTH + WEBP_SIGNATURE_2.length); in saveWebpAttributes()3749 + WEBP_SIGNATURE_2.length; in saveWebpAttributes()3915 + WEBP_SIGNATURE_2.length); in saveWebpAttributes()3916 totalOutputStream.write(WEBP_SIGNATURE_2); in saveWebpAttributes()