HomeSort by relevance Sort by last modified time
    Searched refs:TIFF_TYPE_SHORT (Results 1 - 2 of 2) 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,

Completed in 24 milliseconds