Searched defs:byte (Results 1 – 16 of 16) 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 122 ByteType byte; in decode() local 141 ByteType byte; in decode() local 190 ByteType byte; in decode() local 211 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 | 52 uint8_t byte[2]; in getUInt16() local
|
D | MPEG4Writer.cpp | 1704 static void getNalUnitType(uint8_t byte, uint8_t* type) { in getNalUnitType()
|
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
D | bitstream_io.cpp | 85 uint8 *write_pnt, byte; in AVCBitstreamSaveWord() local
|
D | motion_comp.cpp | 1656 uint8 byte; in eFullPelMC() local 2118 uint8 byte; in eChromaFullMC_SIMD() local
|
D | motion_est.cpp | 746 uint8 *ptr, byte; in HTFMPrepareCurMB_AVC() local
|
/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/av/media/libstagefright/mp4/ |
D | TrackFragment.cpp | 127 unsigned byte = mCompactSampleSizes->data()[12 + mSampleIndex / 2]; in updateSampleInfo() local
|
/frameworks/compile/libbcc/runtime/lib/ |
D | gcc_personality_v0.c | 89 unsigned char byte; in readULEB128() 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", false, true), new JType("byte")); in typeMapping.put() 105 new JType("byte", false, true)); in arrayTypeMapping.put()
|
/frameworks/native/libs/utils/ |
D | Unicode.cpp | 441 static inline void utf8_shift_and_mask(uint32_t* codePoint, const uint8_t byte) in utf8_shift_and_mask()
|