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

  /external/opencv/otherlibs/highgui/
bitstrm.h 72 int GetPos();
127 int GetPos();
147 int GetPos();
171 int GetPos();
222 int GetPos();
245 int GetPos();
bitstrm.cpp 125 SetPos( GetPos() ); // normalize position
209 int RBaseStream::GetPos()
390 int RLBitStream::GetPos()
392 return RBaseStream::GetPos() + (m_bit_idx >> 3);
500 int RMBitStream::GetPos()
502 return RBaseStream::GetPos() + ((32 - m_bit_idx) >> 3);
810 int WBaseStream::GetPos()
1009 int WMBitStream::GetPos()
1011 return WBaseStream::GetPos() + ((32 - m_bit_idx) >> 3);
grfmt_tiff.cpp 319 int pos = m_strm.GetPos();
725 stripOffsets[i] = m_strm.GetPos();
737 stripCounts[i] = (short)(m_strm.GetPos() - stripOffsets[i]);
745 stripOffsetsOffset = m_strm.GetPos();
749 stripCountsOffset = m_strm.GetPos();
755 stripOffsetsOffset = m_strm.GetPos();
770 bitsPerSample = m_strm.GetPos();
778 directoryOffset = m_strm.GetPos();
grfmt_sunras.cpp 142 m_offset = m_strm.GetPos();
155 m_offset = m_strm.GetPos();
grfmt_pxm.cpp 179 m_offset = m_strm.GetPos();
grfmt_jpeg.cpp 552 m_low_strm.SetPos( m_low_strm.GetPos() - 2 );
837 int pos = lstrm.GetPos();
1033 int pos = lstrm.GetPos();
    [all...]

Completed in 99 milliseconds