Home
last modified time | relevance | path

Searched refs:COMPRESSION_WEBP (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_codec.c107 { "WEBP", COMPRESSION_WEBP, TIFFInitWebP },
Dtiff.h194 #define COMPRESSION_WEBP 50001 /* WEBP: WARNING not registered in Adobe-maintained registry */ macro
Dtif_dirinfo.c1065 case COMPRESSION_WEBP: in _TIFFCheckFieldIsValidForCodec()
Dtif_dirwrite.c1712 compression == COMPRESSION_WEBP ) in _WriteAsType()
/external/ImageMagick/coders/
Dtiff.c1583 #if defined(COMPRESSION_WEBP) in ReadTIFFImage()
1584 case COMPRESSION_WEBP: image->compression=WebPCompression; break; in ReadTIFFImage()
3789 #if defined(WEBP_SUPPORT) && defined(COMPRESSION_WEBP) in WriteTIFFImage()
3790 case COMPRESSION_WEBP: in WriteTIFFImage()