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

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

Completed in 64 milliseconds