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

  /external/opencv/otherlibs/highgui/
bitstrm.h 71 void SetPos( int pos );
126 void SetPos( int pos );
146 void SetPos( int pos );
bitstrm.cpp 125 SetPos( GetPos() ); // normalize position
151 SetPos(0);
190 void RBaseStream::SetPos( int pos )
381 void RLBitStream::SetPos( int pos )
383 RBaseStream::SetPos(pos);
491 void RMBitStream::SetPos( int pos )
493 RBaseStream::SetPos(pos);
grfmt_tiff.cpp 320 m_strm.SetPos( offset );
344 m_strm.SetPos(pos);
383 m_strm.SetPos( header_offset );
590 m_strm.SetPos( m_offsets[s] );
grfmt_pxm.cpp 232 m_strm.SetPos( m_offset );
grfmt_sunras.cpp 201 m_strm.SetPos( m_offset );
grfmt_jpeg.cpp 517 if( m_is_opened ) SetPos(0);
552 m_low_strm.SetPos( m_low_strm.GetPos() - 2 );
912 lstrm.SetPos( pos + length );
1021 lstrm.SetPos( m_offset );
1095 if( marker != 0xDA ) lstrm.SetPos( pos + length );
    [all...]
grfmt_bmp.cpp 221 m_strm.SetPos( m_offset );

Completed in 59 milliseconds