HomeSort by relevance Sort by last modified time
    Searched full:tiff_version (Results 1 - 8 of 8) sorted by null

  /external/opencv3/cmake/
OpenCVFindLibsGrfmt.cmake 35 ocv_parse_header("${TIFF_INCLUDE_DIR}/tiff.h" TIFF_VERSION_LINES TIFF_VERSION_CLASSIC TIFF_VERSION_BIG TIFF_VERSION TIFF_BIGTIFF_VERSION)
46 ocv_parse_header("${${TIFF_LIBRARY}_SOURCE_DIR}/tiff.h" TIFF_VERSION_LINES TIFF_VERSION_CLASSIC TIFF_VERSION_BIG TIFF_VERSION TIFF_BIGTIFF_VERSION)
49 if(TIFF_VERSION_CLASSIC AND NOT TIFF_VERSION)
50 set(TIFF_VERSION ${TIFF_VERSION_CLASSIC})
  /external/opencv3/3rdparty/libtiff/
tif_open.c 290 tif->tif_header.common.tiff_version = TIFF_VERSION_CLASSIC;
293 TIFFSwabShort(&tif->tif_header.common.tiff_version);
298 tif->tif_header.common.tiff_version = TIFF_VERSION_BIG;
304 TIFFSwabShort(&tif->tif_header.common.tiff_version);
379 TIFFSwabShort(&tif->tif_header.common.tiff_version);
380 if ((tif->tif_header.common.tiff_version != TIFF_VERSION_CLASSIC)&&
381 (tif->tif_header.common.tiff_version != TIFF_VERSION_BIG)) {
384 tif->tif_header.common.tiff_version,
385 tif->tif_header.common.tiff_version);
388 if (tif->tif_header.common.tiff_version == TIFF_VERSION_CLASSIC
    [all...]
tiff.h 95 uint16 tiff_version; /* TIFF version number */ member in struct:__anon21840
99 uint16 tiff_version; /* TIFF version number */ member in struct:__anon21841
104 uint16 tiff_version; /* TIFF version number */ member in struct:__anon21842
    [all...]
ChangeLog     [all...]
  /external/pdfium/third_party/libtiff/
tif_open.c 290 tif->tif_header.common.tiff_version = TIFF_VERSION_CLASSIC;
293 TIFFSwabShort(&tif->tif_header.common.tiff_version);
298 tif->tif_header.common.tiff_version = TIFF_VERSION_BIG;
304 TIFFSwabShort(&tif->tif_header.common.tiff_version);
379 TIFFSwabShort(&tif->tif_header.common.tiff_version);
380 if ((tif->tif_header.common.tiff_version != TIFF_VERSION_CLASSIC)&&
381 (tif->tif_header.common.tiff_version != TIFF_VERSION_BIG)) {
384 tif->tif_header.common.tiff_version,
385 tif->tif_header.common.tiff_version);
388 if (tif->tif_header.common.tiff_version == TIFF_VERSION_CLASSIC
    [all...]
tiff.h 95 uint16 tiff_version; /* TIFF version number */ member in struct:__anon23118
99 uint16 tiff_version; /* TIFF version number */ member in struct:__anon23119
104 uint16 tiff_version; /* TIFF version number */ member in struct:__anon23120
    [all...]
  /external/opencv3/
CMakeLists.txt     [all...]
  /external/ImageMagick/coders/
tiff.c     [all...]

Completed in 526 milliseconds