Searched defs:GetByte (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
H A Dinet_ntoa.cc11 static uint8_t GetByte(const void* addr, int byte) { function
21 GetByte(&in, 0), GetByte(&in, 1),
22 GetByte(&in, 2), GetByte(&in, 3));
/external/chromium_org/media/webm/
H A Dwebm_webvtt_parser.cc30 bool WebMWebVTTParser::GetByte(uint8* byte) { function in class:media::WebMWebVTTParser
64 if (!GetByte(&byte) || byte == kLF)
68 if (GetByte(&byte) && byte != kLF)
/external/opencv/
H A DWLNonFileByteStream.cpp141 uchar* WLNonFileByteStream::GetByte() function in class:WLNonFileByteStream
/external/lzma/CS/7zip/Compress/LZ/
H A DLzOutWindow.cs102 public byte GetByte(uint distance) method in class:SevenZip.Compression.LZ.OutWindow
/external/lzma/Java/SevenZip/Compression/LZ/
H A DOutWindow.java78 public byte GetByte(int distance) method in class:OutWindow
/external/chromium_org/third_party/skia/src/images/
H A Dbmpdecoderhelper.cpp96 colTab_[base + 2] = GetByte();
97 colTab_[base + 1] = GetByte();
98 colTab_[base] = GetByte();
100 GetByte();
186 uint8 cmd = GetByte();
188 uint8 pixels = GetByte();
203 cmd = GetByte();
214 uint8 dx = GetByte();
215 uint8 dy = GetByte();
231 val = GetByte();
338 uint8 BmpDecoderHelper::GetByte() { function in class:image_codec::BmpDecoderHelper
[all...]
/external/skia/src/images/
H A Dbmpdecoderhelper.cpp96 colTab_[base + 2] = GetByte();
97 colTab_[base + 1] = GetByte();
98 colTab_[base] = GetByte();
100 GetByte();
186 uint8 cmd = GetByte();
188 uint8 pixels = GetByte();
203 cmd = GetByte();
214 uint8 dx = GetByte();
215 uint8 dy = GetByte();
231 val = GetByte();
338 uint8 BmpDecoderHelper::GetByte() { function in class:image_codec::BmpDecoderHelper
[all...]
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dstun.cc395 uint8 StunByteStringAttribute::GetByte(int index) const { function in class:cricket::StunByteStringAttribute
/external/opencv/otherlibs/highgui/
H A Dbitstrm.cpp233 int RLByteStream::GetByte() function in class:RLByteStream
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() << 2
[all...]

Completed in 411 milliseconds