/external/skia/src/images/ |
H A D | bmpdecoderhelper.cpp | 96 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...] |
H A D | bmpdecoderhelper.h | 88 uint8 GetByte();
|
/external/opencv/ |
H A D | WLNonFileByteStream.h | 37 uchar* GetByte();
|
H A D | WLNonFileByteStream.cpp | 141 uchar* WLNonFileByteStream::GetByte()
function in class:WLNonFileByteStream
|
H A D | cvjni.cpp | 157 env->SetBooleanArrayRegion(res_array, 0, imageSize, (jboolean*)strm->GetByte());
276 env->SetBooleanArrayRegion(res_array, 0, imageSize, (jboolean*)strm->GetByte());
771 env->SetBooleanArrayRegion(res_array, 0, imageSize, (jboolean*)m_strm->GetByte());
|
/external/opencv/otherlibs/highgui/ |
H A D | grfmt_pxm.cpp | 89 code = strm.GetByte(); 99 code = strm.GetByte(); 104 code = strm.GetByte(); 107 code = strm.GetByte(); 116 code = strm.GetByte(); 150 int code = m_strm.GetByte(); 154 code = m_strm.GetByte();
|
H A D | grfmt_sunras.cpp | 232 code = m_strm.GetByte(); 235 len = m_strm.GetByte(); 247 code = m_strm.GetByte(); 301 code = m_strm.GetByte(); 304 len = m_strm.GetByte(); 325 code = m_strm.GetByte(); 341 if( m_strm.GetByte() != 0 )
|
H A D | bitstrm.cpp | 233 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...] |
H A D | grfmt_bmp.cpp | 300 x_shift3 = m_strm.GetByte()*nch; 301 y_shift = m_strm.GetByte(); 393 x_shift3 = m_strm.GetByte()*nch; 394 y_shift = m_strm.GetByte();
|
H A D | grfmt_jpeg.cpp | 540 int val = m_low_strm.GetByte(); 547 val = m_low_strm.GetByte(); 588 code = ((code&255) << 8) | m_low_strm.GetByte(); 852 m_precision = lstrm.GetByte(); 855 m_planes = lstrm.GetByte(); 866 int idx = lstrm.GetByte(); 876 ci.h = (char)lstrm.GetByte(); 879 ci.tq = (char)lstrm.GetByte(); 939 int tq = lstrm.GetByte(); 984 int t = lstrm.GetByte(); [all...] |
H A D | bitstrm.h | 102 int GetByte();
|
H A D | grfmt_tiff.cpp | 342 array[i] = m_strm.GetByte();
|
/external/libgdx/gdx/src/com/badlogic/gdx/utils/compression/lz/ |
H A D | OutWindow.java | 61 public byte GetByte (int distance) {
method in class:OutWindow
|
/external/lzma/Java/SevenZip/Compression/LZ/ |
H A D | OutWindow.java | 78 public byte GetByte(int distance)
method in class:OutWindow
|
/external/lzma/CS/7zip/Compress/LZ/ |
H A D | LzOutWindow.cs | 102 public byte GetByte(uint distance)
method in class:SevenZip.Compression.LZ.OutWindow
|
/external/lzma/CPP/7zip/Bundles/LzmaSpec/ |
H A D | LzmaSpec.cpp | 99 Byte GetByte(UInt32 dist) const
function in class:COutWindow 107 PutByte(GetByte(dist));
376 prevByte = OutWindow.GetByte(1);
384 unsigned matchByte = OutWindow.GetByte(rep0 + 1);
506 OutWindow.PutByte(OutWindow.GetByte(rep0 + 1));
|
/external/lzma/CS/7zip/Compress/LZMA/ |
H A D | LzmaDecoder.cs | 259 byte prevByte = m_OutWindow.GetByte(0);
262 (uint)nowPos64, prevByte, m_OutWindow.GetByte(rep0));
279 m_OutWindow.PutByte(m_OutWindow.GetByte(rep0));
|
/external/pdfium/fpdfsdk/include/ |
H A D | fsdk_define.h | 61 virtual FX_BOOL GetByte(FX_DWORD pos, uint8_t& ch);
|
/external/lzma/Java/SevenZip/Compression/LZMA/ |
H A D | Decoder.java | 220 prevByte = decoder2.DecodeWithMatchByte(m_RangeDecoder, m_OutWindow.GetByte(rep0));
304 prevByte = m_OutWindow.GetByte(0);
|
/external/libgdx/gdx/src/com/badlogic/gdx/utils/compression/lzma/ |
H A D | Decoder.java | 206 prevByte = decoder2.DecodeWithMatchByte(m_RangeDecoder, m_OutWindow.GetByte(rep0));
270 prevByte = m_OutWindow.GetByte(0);
|
/external/webrtc/webrtc/p2p/base/ |
H A D | stun.h | 401 uint8_t GetByte(size_t index) const;
|
H A D | stun.cc | 728 uint8_t StunByteStringAttribute::GetByte(size_t index) const {
|
/external/pdfium/fpdfsdk/src/ |
H A D | fpdfview.cpp | 157 FX_BOOL CPDF_CustomAccess::GetByte(FX_DWORD pos, uint8_t& ch) { function in class:CPDF_CustomAccess
|