HomeSort by relevance Sort by last modified time
    Searched refs:photometric (Results 1 - 7 of 7) sorted by null

  /external/opencv/otherlibs/highgui/
grfmt_tiff.cpp 139 int width = 0, height = 0, photometric = 0, compression = 0; local
145 TIFFGetField( tif, TIFFTAG_PHOTOMETRIC, &photometric ) &&
152 m_iscolor = photometric > 1;
359 int photometric = -1; local
448 photometric = value;
449 if( (unsigned)photometric > 3 )
507 if( photometric == 0 || photometric == 1 && channels == 1 )
509 FillGrayPalette( m_palette, m_bpp, photometric == 0 );
516 if( (photometric == 0 || photometric == 1 |
    [all...]
  /external/pdfium/third_party/libtiff/
tif_getimage.c 80 uint16 photometric; local
100 if (!TIFFGetField(tif, TIFFTAG_PHOTOMETRIC, &photometric)) {
103 photometric = PHOTOMETRIC_MINISBLACK;
106 photometric = PHOTOMETRIC_RGB;
113 switch (photometric) {
123 photoTag, photometric,
208 photoTag, photometric);
314 if( !TIFFGetField(tif, TIFFTAG_PHOTOMETRIC, &img->photometric))
315 img->photometric = PHOTOMETRIC_MINISWHITE;
319 && img->photometric == PHOTOMETRIC_RGB
    [all...]
tif_jpeg.c 164 uint16 photometric; /* copy of PhotometricInterpretation */ member in struct:__anon29476
993 sp->photometric = td->td_photometric;
994 switch (sp->photometric) {
    [all...]
tiffio.h 210 uint16 photometric; /* image photometric interp */ member in struct:_TIFFRGBAImage
  /external/ImageMagick/coders/
tiff.c 925 static TIFFMethodType GetJPEGMethod(Image* image,TIFF *tiff,uint16 photometric,
954 if ((photometric != PHOTOMETRIC_SEPARATED) || (bits_per_sample != 8) ||
1127 photometric, local
3132 photometric; local
    [all...]
dcm.c 2785 photometric[MagickPathExtent]; local
    [all...]
  /external/pdfium/core/fxcodec/codec/
ccodec_tiffmodule.cpp 296 uint16_t photometric = 0;
297 if (!TIFFGetField(m_tif_ctx, TIFFTAG_PHOTOMETRIC, &photometric))
303 if (photometric != PHOTOMETRIC_PALETTE) {
308 if (photometric != PHOTOMETRIC_RGB) {

Completed in 271 milliseconds