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

  /external/opencv3/modules/imgcodecs/src/
bitstrm.hpp 158 void putWord( int val );
169 void putWord( int val );
grfmt_tiff.cpp 499 strm.putWord( tag );
500 strm.putWord( fieldType );
795 strm.putWord( stripCounts[i] );
815 strm.putWord(bitsPerSample);
816 strm.putWord(bitsPerSample);
817 strm.putWord(bitsPerSample);
819 strm.putWord(bitsPerSample);
826 strm.putWord( 9 );
bitstrm.cpp 488 void WLByteStream::putWord( int val )
539 void WMByteStream::putWord( int val )
grfmt_bmp.cpp 538 strm.putWord( 1 );
539 strm.putWord( channels << 3 );

Completed in 77 milliseconds