Searched refs:WEBP_VP8L_SIGNATURE (Results 1 – 1 of 1) sorted by relevance
604 private static final byte WEBP_VP8L_SIGNATURE = (byte) 0x2f; field in ExifInterface3855 if (vp8lSignature != WEBP_VP8L_SIGNATURE) { in saveWebpAttributes()3900 nonHeaderOutputStream.write(WEBP_VP8L_SIGNATURE); in saveWebpAttributes()