HomeSort by relevance Sort by last modified time
    Searched refs:TIFF_UNCOMP (Results 1 - 4 of 4) 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 );
  /external/opencv3/modules/imgcodecs/src/
grfmt_tiff.hpp 54 TIFF_UNCOMP = 1,
grfmt_tiff.cpp 836 writeTag( strm, TIFF_TAG_COMPRESSION, TIFF_TYPE_LONG, 1, TIFF_UNCOMP );

Completed in 253 milliseconds