Home
last modified time | relevance | path

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

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