Searched refs:photometric (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_getimage.c77 uint16 photometric; local
94 if (!TIFFGetField(tif, TIFFTAG_PHOTOMETRIC, &photometric)) {
97 photometric = PHOTOMETRIC_MINISBLACK;
100 photometric = PHOTOMETRIC_RGB;
107 switch (photometric) {
117 photoTag, photometric,
178 photoTag, photometric);
266 if( !TIFFGetField(tif, TIFFTAG_PHOTOMETRIC, &img->photometric))
267 img->photometric = PHOTOMETRIC_MINISWHITE;
271 && img->photometric
[all...]
H A Dtif_jpeg.c119 uint16 photometric; /* copy of PhotometricInterpretation */ member in struct:__anon763
615 sp->photometric = td->td_photometric;
616 switch (sp->photometric) {
740 sp->photometric == PHOTOMETRIC_YCBCR &&
933 if (sp->photometric == PHOTOMETRIC_YCBCR)
938 if (sp->photometric == PHOTOMETRIC_YCBCR)
973 sp->photometric = td->td_photometric;
974 switch (sp->photometric) {
999 (int) sp->photometric);
1108 if (sp->photometric
[all...]
H A Dtiffio.h214 uint16 photometric; /* image photometric interp */ member in struct:_TIFFRGBAImage
H A Dtif_ojpeg.c213 J_COLOR_SPACE photometric; /* IJG JPEG Library's photometry code */ member in struct:__anon767
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dtiff.c56 enum TiffPhotometric photometric; member in struct:TiffContext
422 int is_yuv = s->photometric == TIFF_PHOTOMETRIC_YCBCR;
590 if (s->photometric == TIFF_PHOTOMETRIC_YCBCR) {
834 s->photometric = value;
1075 s->photometric = TIFF_PHOTOMETRIC_NONE;
1168 if (s->photometric == TIFF_PHOTOMETRIC_YCBCR) {
1204 if (s->photometric == TIFF_PHOTOMETRIC_WHITE_IS_ZERO) {

Completed in 87 milliseconds