Searched refs:PutWord (Results 1 - 8 of 8) sorted by relevance

/external/opencv/
H A DWLNonFileByteStream.h35 void PutWord( int val );
H A DWLNonFileByteStream.cpp101 void WLNonFileByteStream::PutWord( int val ) function in class:WLNonFileByteStream
H A Dcvjni.h203 m_strm->PutWord( 1 );
204 m_strm->PutWord( channels << 3 );
/external/opencv/otherlibs/highgui/
H A Dbitstrm.h198 void PutWord( int val );
210 void PutWord( int val );
H A Dgrfmt_tiff.cpp674 m_strm.PutWord( tag );
675 m_strm.PutWord( fieldType );
751 m_strm.PutWord( stripCounts[i] );
771 m_strm.PutWord(8);
772 m_strm.PutWord(8);
773 m_strm.PutWord(8);
775 m_strm.PutWord(8);
781 m_strm.PutWord( 9 );
H A Dgrfmt_jpeg.cpp1667 lowstrm.PutWord( 0xffdb ); // DQT marker
1668 lowstrm.PutWord( 2 + 65*1 ); // put single qtable
1695 lowstrm.PutWord( 0xFFC4 ); // DHT marker
1696 lowstrm.PutWord( 3 + tableSize ); // define one huffman table
1706 lowstrm.PutWord( 0xFFC0 ); // SOF0 marker
1707 lowstrm.PutWord( 8 + 3*channels ); // length of frame header
1709 lowstrm.PutWord( height );
1710 lowstrm.PutWord( width );
1724 lowstrm.PutWord( 0xFFDA ); // SOS marker
1725 lowstrm.PutWord(
[all...]
H A Dgrfmt_bmp.cpp521 m_strm.PutWord( 1 );
522 m_strm.PutWord( channels << 3 );
H A Dbitstrm.cpp857 void WLByteStream::PutWord( int val ) function in class:WLByteStream
908 void WMByteStream::PutWord( int val ) function in class:WMByteStream

Completed in 97 milliseconds