Searched refs:WEBP_VP8_SIGNATURE (Results 1 – 1 of 1) sorted by relevance
602 private static final byte[] WEBP_VP8_SIGNATURE = new byte[]{(byte) 0x9d, (byte) 0x01, field in ExifInterface3842 || !Arrays.equals(WEBP_VP8_SIGNATURE, vp8Signature)) { in saveWebpAttributes()3897 nonHeaderOutputStream.write(WEBP_VP8_SIGNATURE); in saveWebpAttributes()