Home
last modified time | relevance | path

Searched defs:byte (Results 1 – 15 of 15) sorted by relevance

/frameworks/compile/mclinker/lib/Support/
DLEB128.cpp20 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/
Dfile_wrapper_output.cpp34 bool FileWrapperOutput::Write(uint8_t byte) { in Write()
/frameworks/av/drm/mediadrm/plugins/clearkey/common/
DUtils.cpp37 char byte = in_buffer[i]; in ByteArrayToHexString() local
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DLayerFECompositionState.cpp42 for (uint8_t byte : value) { in dumpAsString() local
/frameworks/av/media/libstagefright/include/media/stagefright/
DDataSourceBase.h53 uint8_t byte[2]; in getUInt16() local
66 uint8_t byte[3]; in getUInt24() local
/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
DJarUtil.java43 @NotNull Map<String, byte[]> all, @NotNull Function<byte[], byte[]> transform) in createJar()
/frameworks/base/libs/protoutil/src/
DProtoFileReader.cpp115 uint8_t byte = next(); in readRawVarint() local
DEncodedBuffer.cpp295 uint8_t byte = readRawByte(); in readRawVarint() local
409 uint8_t byte = next(); in readRawVarint() local
DProtoOutputStream.cpp542 ProtoOutputStream::writeRawByte(uint8_t byte) in writeRawByte()
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dbitstream_io.cpp583 UChar *ptr, byte; in BitstreamRepos() local
683 UChar *pSrc, *pDst, byte; in BitstreamPrependPacket() local
Dmotion_est.cpp678 UChar *ptr, byte; in HTFMPrepareCurMB() local
/frameworks/av/include/media/
DMediaExtractorPluginHelper.h331 uint8_t byte[2]; in getUInt16() local
345 uint8_t byte[3]; in getUInt24() local
/frameworks/native/opengl/tools/glgen/src/
DJType.java43 typeMapping.put(new CType("GLubyte"), new JType("byte")); in typeMapping.put()
47 typeMapping.put(new CType("char"), new JType("byte")); in typeMapping.put()
119 new JType("byte", false, true)); in arrayTypeMapping.put()
121 new JType("byte", false, true)); in arrayTypeMapping.put()
/frameworks/base/tools/bit/
Dadb.cpp90 uint8_t byte; in read_varint() local
/frameworks/av/media/libstagefright/
DMPEG4Writer.cpp2885 static void getNalUnitType(uint8_t byte, uint8_t* type) { in getNalUnitType()