HomeSort by relevance Sort by last modified time
    Searched defs:GetByte (Results 1 - 4 of 4) sorted by null

  /external/opencv/
WLNonFileByteStream.cpp 141 uchar* WLNonFileByteStream::GetByte()
  /external/skia/src/images/
bmpdecoderhelper.cpp 103 colTab_[base + 2] = GetByte();
104 colTab_[base + 1] = GetByte();
105 colTab_[base] = GetByte();
107 GetByte();
193 uint8 cmd = GetByte();
195 uint8 pixels = GetByte();
210 cmd = GetByte();
221 uint8 dx = GetByte();
222 uint8 dy = GetByte();
238 val = GetByte();
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
stun.cc 395 uint8 StunByteStringAttribute::GetByte(int index) const {
  /external/opencv/otherlibs/highgui/
bitstrm.cpp 233 int RLByteStream::GetByte()
296 val = GetByte();
297 val|= GetByte() << 8;
316 val = GetByte();
317 val |= GetByte() << 8;
318 val |= GetByte() << 16;
319 val |= GetByte() << 24;
337 val = GetByte() << 8;
338 val|= GetByte();
357 val = GetByte() << 24
    [all...]

Completed in 374 milliseconds