Searched defs:byte (Results 1 – 12 of 12) sorted by relevance
/frameworks/compile/mclinker/lib/Support/ |
D | LEB128.cpp | 20 ByteType byte = pValue & 0x7f; in encode() local 72 ByteType byte = pValue & 0x7f; in encode() local 118 ByteType byte; in decode() local 137 ByteType byte; in decode() local 186 ByteType byte; in decode() local 207 ByteType byte; in decode() local
|
/frameworks/compile/libbcc/bcinfo/Wrap/ |
D | file_wrapper_output.cpp | 34 bool FileWrapperOutput::Write(uint8_t byte) { in Write()
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
D | h264bsd_byte_stream.c | 89 u8 byte; in h264bsdExtractNalUnit() local
|
D | h264bsd_stream.c | 142 u32 byte = (u32)pStrm[4]; in h264bsdShowBits32() local
|
D | DecTestBench.c | 493 u8 byte; in NextPacket() local
|
/frameworks/av/media/libstagefright/ |
D | DataSource.cpp | 46 uint8_t byte[2]; in getUInt16() local 59 uint8_t byte[3]; in getUInt24() local
|
D | MPEG4Writer.cpp | 2195 static void getNalUnitType(uint8_t byte, uint8_t* type) { in getNalUnitType()
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | bitstream_io.cpp | 583 UChar *ptr, byte; in BitstreamRepos() local 683 UChar *pSrc, *pDst, byte; in BitstreamPrependPacket() local
|
D | motion_est.cpp | 678 UChar *ptr, byte; in HTFMPrepareCurMB() local
|
/frameworks/native/opengl/tools/glgen/src/ |
D | JType.java | 43 typeMapping.put(new CType("GLubyte"), new JType("byte")); in typeMapping.put() 47 typeMapping.put(new CType("char"), new JType("byte")); in typeMapping.put() 115 new JType("byte", false, true)); in arrayTypeMapping.put() 117 new JType("byte", false, true)); in arrayTypeMapping.put()
|
/frameworks/base/tools/bit/ |
D | adb.cpp | 90 uint8_t byte; in read_varint() local
|
/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/ |
D | OMAConstants.java | 94 Arrays.fill(INDENT, (byte) ' '); in Arrays.fill()
|