Home
last modified time | relevance | path

Searched refs:TIFF_UNCOMP (Results 1 – 2 of 2) sorted by relevance

/external/opencv/otherlibs/highgui/
Dgrfmt_tiff.cpp373 m_compression = TIFF_UNCOMP; in ReadHeader()
441 if( m_compression != TIFF_UNCOMP && in ReadHeader()
533 m_compression == TIFF_UNCOMP ) in ReadHeader()
592 if( m_compression == TIFF_UNCOMP ) in ReadData()
791 WriteTag( TIFF_TAG_COMPRESSION, TIFF_TYPE_LONG, 1, TIFF_UNCOMP ); in WriteImage()
Dgrfmt_tiff.h51 TIFF_UNCOMP = 1, enumerator