Home
last modified time | relevance | path

Searched refs:JPEGCOLORMODE_RAW (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtiff.h558 #define JPEGCOLORMODE_RAW 0x0000 /* no conversion (default) */ macro
Dtif_jpeg.c2380 sp->jpegcolormode = JPEGCOLORMODE_RAW; in TIFFInitJPEG()
/external/ImageMagick/coders/
Dtiff.c3823 (void) TIFFSetField(tiff,TIFFTAG_JPEGCOLORMODE,JPEGCOLORMODE_RAW); in WriteTIFFImage()