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

  /external/opencv/otherlibs/highgui/
grfmt_tiff.h 51 TIFF_UNCOMP = 1,
grfmt_tiff.cpp 373 m_compression = TIFF_UNCOMP;
441 if( m_compression != TIFF_UNCOMP &&
533 m_compression == TIFF_UNCOMP )
592 if( m_compression == TIFF_UNCOMP )
791 WriteTag( TIFF_TAG_COMPRESSION, TIFF_TYPE_LONG, 1, TIFF_UNCOMP );

Completed in 27 milliseconds