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

  /external/opencv/otherlibs/highgui/
grfmt_tiff.h 82 TIFF_TYPE_SHORT = 3,
grfmt_tiff.cpp 303 if( fieldType != TIFF_TYPE_SHORT &&
331 else if( fieldType == TIFF_TYPE_SHORT )
399 if( fieldType == TIFF_TYPE_SHORT )
478 if( fieldType != TIFF_TYPE_SHORT || count < 2 )
790 TIFF_TYPE_SHORT, channels, bitsPerSample );
792 WriteTag( TIFF_TAG_PHOTOMETRIC, TIFF_TYPE_SHORT, 1, channels > 1 ? 2 : 1 );
797 WriteTag( TIFF_TAG_SAMPLES_PER_PIXEL, TIFF_TYPE_SHORT, 1, channels );
801 stripCount > 1 ? TIFF_TYPE_SHORT : TIFF_TYPE_LONG,
  /external/piex/src/tiff_directory/
tiff_directory.cc 78 if (directory_entry == NULL || (directory_entry->type != TIFF_TYPE_SHORT &&
90 if (directory_entry->type == TIFF_TYPE_SHORT) {
116 (directory_entry->type != TIFF_TYPE_SHORT &&
130 case TIFF_TYPE_SHORT: {
261 case TIFF_TYPE_SHORT:
tiff_directory.h 50 TIFF_TYPE_SHORT, /* 16bit unsigned */

Completed in 2078 milliseconds