HomeSort by relevance Sort by last modified time
    Searched refs:GetPos (Results 1 - 13 of 13) 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...]
  /external/lzma/CPP/7zip/Archive/7z/
7zOut.h 42 size_t GetPos() const { return _pos; }
66 UInt64 GetPos() const;
7zOut.cpp 151 UInt64 COutArchive::GetPos() const
157 return _outByte2.GetPos();
490 pos += (unsigned)GetPos();
788 if (_countSize != _outByte2.GetPos())
  /external/lzma/CPP/7zip/Common/
StreamObjects.h 89 size_t GetPos() const { return _pos; }
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_parser_old.cpp 50 return m_pSyntax->GetPos();
56 return m_pSyntax->GetPos();
70 return m_pSyntax->GetPos();
75 FX_FILESIZE savePos = m_pSyntax->GetPos();
149 int last_pos = m_pSyntax->GetPos();
205 last_pos = m_pSyntax->GetPos();
    [all...]
pageint.h 37 FX_DWORD GetPos()
167 return m_pSyntax->GetPos();
  /external/chromium_org/third_party/webrtc/voice_engine/test/win_test/
WinTestDlg.cc     [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_parser.h 225 FX_DWORD GetPos()

Completed in 913 milliseconds