Home
last modified time | relevance | path

Searched refs:PHOTOMETRIC_RGB (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_getimage.c105 photometric = PHOTOMETRIC_RGB; in TIFFRGBAImageOK()
141 case PHOTOMETRIC_RGB: in TIFFRGBAImageOK()
306 && img->photometric == PHOTOMETRIC_RGB ) in TIFFRGBAImageBegin()
325 img->photometric = PHOTOMETRIC_RGB; in TIFFRGBAImageBegin()
382 img->photometric = PHOTOMETRIC_RGB; in TIFFRGBAImageBegin()
395 case PHOTOMETRIC_RGB: in TIFFRGBAImageBegin()
440 img->photometric = PHOTOMETRIC_RGB; /* little white lie */ in TIFFRGBAImageBegin()
2468 case PHOTOMETRIC_RGB: in buildMap()
2508 case PHOTOMETRIC_RGB: in PickContigCase()
2662 case PHOTOMETRIC_RGB: in PickSeparateCase()
Dtiff.h196 #define PHOTOMETRIC_RGB 2 /* RGB color model */ macro
Dtif_dirread.c3833 else if (tif->tif_dir.td_photometric==PHOTOMETRIC_RGB) in TIFFReadDirectory()
3849 if (tif->tif_dir.td_photometric==PHOTOMETRIC_RGB) in TIFFReadDirectory()
3883 tif->tif_dir.td_photometric = PHOTOMETRIC_RGB; in TIFFReadDirectory()
Dtif_jpeg.c1619 else if (td->td_photometric == PHOTOMETRIC_RGB && td->td_samplesperpixel == 3) in JPEGSetupEncode()
/external/opencv3/3rdparty/libtiff/
Dtif_getimage.c105 photometric = PHOTOMETRIC_RGB; in TIFFRGBAImageOK()
141 case PHOTOMETRIC_RGB: in TIFFRGBAImageOK()
291 && img->photometric == PHOTOMETRIC_RGB ) in TIFFRGBAImageBegin()
310 img->photometric = PHOTOMETRIC_RGB; in TIFFRGBAImageBegin()
367 img->photometric = PHOTOMETRIC_RGB; in TIFFRGBAImageBegin()
380 case PHOTOMETRIC_RGB: in TIFFRGBAImageBegin()
425 img->photometric = PHOTOMETRIC_RGB; /* little white lie */ in TIFFRGBAImageBegin()
2407 case PHOTOMETRIC_RGB: in buildMap()
2447 case PHOTOMETRIC_RGB: in PickContigCase()
2601 case PHOTOMETRIC_RGB: in PickSeparateCase()
Dtiff.h194 #define PHOTOMETRIC_RGB 2 /* RGB color model */ macro
Dtif_dirread.c3837 else if (tif->tif_dir.td_photometric==PHOTOMETRIC_RGB) in TIFFReadDirectory()
3853 if (tif->tif_dir.td_photometric==PHOTOMETRIC_RGB) in TIFFReadDirectory()
3887 tif->tif_dir.td_photometric = PHOTOMETRIC_RGB; in TIFFReadDirectory()
Dtif_jpeg.c1698 else if (td->td_photometric == PHOTOMETRIC_RGB) in JPEGPreEncode()
/external/opencv3/modules/imgcodecs/src/
Dgrfmt_tiff.cpp570 int colorspace = channels > 1 ? PHOTOMETRIC_RGB : PHOTOMETRIC_MINISBLACK; in writeLibTiff()
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_tiff.cpp354 if (photometric != PHOTOMETRIC_RGB) { in isSupport()