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

  /external/opencv3/3rdparty/libtiff/
tif_print.c 348 if (td->td_photometric < NPHOTONAMES)
349 fprintf(fd, "%s\n", photoNames[td->td_photometric]);
351 switch (td->td_photometric) {
360 td->td_photometric, td->td_photometric);
tif_dir.h 75 uint16 td_photometric; member in struct:__anon21817
tif_luv.c     [all...]
tif_strip.c 85 (td->td_photometric == PHOTOMETRIC_YCBCR)&&
281 if ((td->td_photometric==PHOTOMETRIC_YCBCR)&&
tif_jpeg.c 692 if ((tif->tif_dir.td_photometric==PHOTOMETRIC_YCBCR)&&
973 sp->photometric = td->td_photometric;
    [all...]
tif_tile.c 186 (td->td_photometric==PHOTOMETRIC_YCBCR)&&
tif_aux.c 139 if (td->td_photometric == PHOTOMETRIC_YCBCR) {
tif_dirread.c     [all...]
tif_dir.c 233 td->td_photometric = (uint16) va_arg(ap, uint16_vap);
840 *va_arg(ap, uint16*) = td->td_photometric;
    [all...]
tif_ojpeg.c     [all...]
tif_dirwrite.c 475 if (!TIFFWriteDirectoryTagShort(tif,&ndir,dir,TIFFTAG_PHOTOMETRIC,tif->tif_dir.td_photometric))
    [all...]
  /external/pdfium/third_party/libtiff/
tif_print.c 350 if (td->td_photometric < NPHOTONAMES)
351 fprintf(fd, "%s\n", photoNames[td->td_photometric]);
353 switch (td->td_photometric) {
362 td->td_photometric, td->td_photometric);
tif_dir.h 75 uint16 td_photometric; member in struct:__anon23096
tif_strip.c 85 (td->td_photometric == PHOTOMETRIC_YCBCR)&&
281 if ((td->td_photometric==PHOTOMETRIC_YCBCR)&&
tif_luv.c 1244 assert(td->td_photometric == PHOTOMETRIC_LOGL);
    [all...]
tif_tile.c 209 (td->td_photometric==PHOTOMETRIC_YCBCR)&&
tif_jpeg.c 708 if ((tif->tif_dir.td_photometric==PHOTOMETRIC_YCBCR)&&
993 sp->photometric = td->td_photometric;
    [all...]
tif_aux.c 139 if (td->td_photometric == PHOTOMETRIC_YCBCR) {
tif_dirread.c     [all...]
tif_dir.c 235 td->td_photometric = (uint16) va_arg(ap, uint16_vap);
860 *va_arg(ap, uint16*) = td->td_photometric;
    [all...]
tif_ojpeg.c     [all...]
tif_dirwrite.c 475 if (!TIFFWriteDirectoryTagShort(tif,&ndir,dir,TIFFTAG_PHOTOMETRIC,tif->tif_dir.td_photometric))
    [all...]

Completed in 3701 milliseconds