Searched refs:GetWord (Results 1 - 6 of 6) sorted by relevance

/external/opencv/otherlibs/highgui/
H A Dbitstrm.h104 int GetWord();
115 int GetWord();
H A Dgrfmt_bmp.cpp151 m_width = m_strm.GetWord();
152 m_height = m_strm.GetWord();
258 int code = m_strm.GetWord();
347 int code = m_strm.GetWord();
H A Dgrfmt_tiff.cpp278 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();
H A Dgrfmt_jpeg.cpp585 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();
H A Dbitstrm.cpp284 int RLByteStream::GetWord() function in class:RLByteStream
325 int RMByteStream::GetWord() function in class:RMByteStream
/external/chromium/third_party/libjingle/source/talk/examples/call/
H A Dcallclient.cc84 std::string GetWord(const std::vector<std::string>& words, function in namespace:__anon3191
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 87 milliseconds