HomeSort by relevance Sort by last modified time
    Searched defs:photometric (Results 1 - 6 of 6) 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/ImageMagick/coders/
dcm.c 2785 photometric[MagickPathExtent]; local
    [all...]
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...]
  /external/pdfium/third_party/libtiff/
tif_getimage.c 80 uint16 photometric; local
104 if (!TIFFGetField(tif, TIFFTAG_PHOTOMETRIC, &photometric)) {
107 photometric = PHOTOMETRIC_MINISBLACK;
110 photometric = PHOTOMETRIC_RGB;
117 switch (photometric) {
127 photoTag, photometric,
210 photoTag, photometric);
330 if( !TIFFGetField(tif, TIFFTAG_PHOTOMETRIC, &img->photometric))
331 img->photometric = PHOTOMETRIC_MINISWHITE;
335 && img->photometric == PHOTOMETRIC_RGB
    [all...]
tiffio.h 210 uint16 photometric; /* image photometric interp */ member in struct:_TIFFRGBAImage
tif_jpeg.c 164 uint16 photometric; /* copy of PhotometricInterpretation */ member in struct:__anon31502
995 sp->photometric = td->td_photometric;
996 switch (sp->photometric) {
    [all...]

Completed in 108 milliseconds