Searched refs:GetWord (Results 1 – 6 of 6) sorted by relevance
/external/opencv/otherlibs/highgui/ |
D | bitstrm.h | 104 int GetWord(); 115 int GetWord();
|
D | grfmt_bmp.cpp | 151 m_width = m_strm.GetWord(); in ReadHeader() 152 m_height = m_strm.GetWord(); in ReadHeader() 258 int code = m_strm.GetWord(); in ReadData() 347 int code = m_strm.GetWord(); in ReadData()
|
D | grfmt_tiff.cpp | 278 int val = m_strm.GetWord(); in GetWordEx() 335 array[i] = ((RMByteStream&)m_strm).GetWord(); in ReadTable() 338 array[i] = ((RLByteStream&)m_strm).GetWord(); in ReadTable() 379 m_byteorder = (TiffByteOrder)m_strm.GetWord(); in ReadHeader()
|
D | grfmt_jpeg.cpp | 585 int code = m_low_strm.GetWord(); in FindMarker() 838 int length = lstrm.GetWord(); in ReadHeader() 846 m_version = lstrm.GetWord(); in ReadHeader() 853 m_height = lstrm.GetWord(); in ReadHeader() 854 m_width = lstrm.GetWord(); in ReadHeader() 909 m_MCUs = lstrm.GetWord(); in ReadHeader() 1034 int length = lstrm.GetWord(); in ReadData() 1091 m_MCUs = lstrm.GetWord(); in ReadData()
|
D | bitstrm.cpp | 284 int RLByteStream::GetWord() in GetWord() function in RLByteStream 325 int RMByteStream::GetWord() in GetWord() function in RMByteStream
|
/external/chromium/third_party/libjingle/source/talk/examples/call/ |
D | callclient.cc | 84 std::string GetWord(const std::vector<std::string>& words, in GetWord() function 163 const std::string& command = GetWord(words, 0, ""); in ParseLine() 210 std::string to = GetWord(words, 1, ""); in ParseLine() 213 std::string to = GetWord(words, 1, ""); in ParseLine() 220 JoinMuc(GetWord(words, 1, "")); in ParseLine() 222 InviteToMuc(words[1], GetWord(words, 2, "")); in ParseLine() 224 LeaveMuc(GetWord(words, 1, "")); in ParseLine()
|