Home
last modified time | relevance | path

Searched refs:SetPos (Results 1 – 7 of 7) sorted by relevance

/external/opencv/otherlibs/highgui/
Dbitstrm.h71 void SetPos( int pos );
126 void SetPos( int pos );
146 void SetPos( int pos );
Dbitstrm.cpp125 SetPos( GetPos() ); // normalize position in ReadBlock()
151 SetPos(0); in Open()
190 void RBaseStream::SetPos( int pos ) in SetPos() function in RBaseStream
381 void RLBitStream::SetPos( int pos ) in SetPos() function in RLBitStream
383 RBaseStream::SetPos(pos); in SetPos()
491 void RMBitStream::SetPos( int pos ) in SetPos() function in RMBitStream
493 RBaseStream::SetPos(pos); in SetPos()
Dgrfmt_tiff.cpp320 m_strm.SetPos( offset ); in ReadTable()
344 m_strm.SetPos(pos); in ReadTable()
383 m_strm.SetPos( header_offset ); in ReadHeader()
590 m_strm.SetPos( m_offsets[s] ); in ReadData()
Dgrfmt_jpeg.cpp517 if( m_is_opened ) SetPos(0); in Open()
552 m_low_strm.SetPos( m_low_strm.GetPos() - 2 ); in ReadBlock()
912 lstrm.SetPos( pos + length ); in ReadHeader()
1021 lstrm.SetPos( m_offset ); in ReadData()
1095 if( marker != 0xDA ) lstrm.SetPos( pos + length ); in ReadData()
Dgrfmt_sunras.cpp201 m_strm.SetPos( m_offset ); in ReadData()
Dgrfmt_pxm.cpp232 m_strm.SetPos( m_offset ); in ReadData()
Dgrfmt_bmp.cpp221 m_strm.SetPos( m_offset ); in ReadData()