Searched refs:GetPos (Results 1 - 13 of 13) sorted by relevance

/external/opencv/otherlibs/highgui/
H A Dbitstrm.h72 int GetPos();
127 int GetPos();
147 int GetPos();
171 int GetPos();
222 int GetPos();
245 int GetPos();
H A Dbitstrm.cpp125 SetPos( GetPos() ); // normalize position
209 int RBaseStream::GetPos() function in class:RBaseStream
390 int RLBitStream::GetPos() function in class:RLBitStream
392 return RBaseStream::GetPos() + (m_bit_idx >> 3);
500 int RMBitStream::GetPos() function in class:RMBitStream
502 return RBaseStream::GetPos() + ((32 - m_bit_idx) >> 3);
810 int WBaseStream::GetPos() function in class:WBaseStream
1009 int WMBitStream::GetPos() function in class:WMBitStream
1011 return WBaseStream::GetPos() + ((32 - m_bit_idx) >> 3);
H A Dgrfmt_tiff.cpp319 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();
H A Dgrfmt_sunras.cpp142 m_offset = m_strm.GetPos();
155 m_offset = m_strm.GetPos();
H A Dgrfmt_pxm.cpp179 m_offset = m_strm.GetPos();
H A Dgrfmt_jpeg.cpp552 m_low_strm.SetPos( m_low_strm.GetPos() - 2 );
837 int pos = lstrm.GetPos();
1033 int pos = lstrm.GetPos();
/external/lzma/CPP/7zip/Archive/7z/
H A D7zOut.h42 size_t GetPos() const { return _pos; } function in class:NArchive::N7z::CWriteBufferLoc
66 UInt64 GetPos() const;
H A D7zOut.cpp151 UInt64 COutArchive::GetPos() const function in class:NArchive::N7z::COutArchive
157 return _outByte2.GetPos();
490 pos += (unsigned)GetPos();
788 if (_countSize != _outByte2.GetPos())
/external/lzma/CPP/7zip/Common/
H A DStreamObjects.h89 size_t GetPos() const { return _pos; } function in class:CBufPtrSeqOutStream
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_parser_old.cpp50 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();
H A Dpageint.h37 FX_DWORD GetPos() function in class:CPDF_StreamParser
167 return m_pSyntax->GetPos();
/external/chromium_org/third_party/webrtc/voice_engine/test/win_test/
H A DWinTestDlg.cc3163 int pos = slider->GetPos();
3175 int pos = slider->GetPos();
3186 int pos = 10 - slider->GetPos(); // 0 <=> lower end, 10 <=> upper end
3207 int pos = 10 - slider->GetPos(); // 0 <=> lower end, 10 <=> upper end
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_parser.h225 FX_DWORD GetPos() function in class:CPDF_SimpleParser

Completed in 996 milliseconds