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