HomeSort by relevance Sort by last modified time
    Searched refs:writeUInt8 (Results 1 - 25 of 44) sorted by null

1 2

  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
IsoTypeWriter.java 42 writeUInt8(bb, i);
49 writeUInt8(bb, i >> 8);
50 writeUInt8(bb, i & 0xFF);
55 writeUInt8(bb, i & 0xFF);
56 writeUInt8(bb, i >> 8);
59 public static void writeUInt8(ByteBuffer bb, int i) {
93 writeUInt8(bb, 0);
IsoTypeWriterVariable.java 26 IsoTypeWriter.writeUInt8(bb, (int) (v & 0xff));
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/
AppleLosslessSpecificBox.java 143 IsoTypeWriter.writeUInt8(byteBuffer, unknown1);
144 IsoTypeWriter.writeUInt8(byteBuffer, sampleSize);
145 IsoTypeWriter.writeUInt8(byteBuffer, historyMult);
146 IsoTypeWriter.writeUInt8(byteBuffer, initialHistory);
147 IsoTypeWriter.writeUInt8(byteBuffer, kModifier);
148 IsoTypeWriter.writeUInt8(byteBuffer, channels);
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
OmaDrmAccessUnitFormatBox.java 82 IsoTypeWriter.writeUInt8(byteBuffer, allBits);
83 IsoTypeWriter.writeUInt8(byteBuffer, keyIndicatorLength);
84 IsoTypeWriter.writeUInt8(byteBuffer, initVectorLength);
KeywordsBox.java 79 IsoTypeWriter.writeUInt8(byteBuffer, keywords.length);
81 IsoTypeWriter.writeUInt8(byteBuffer, Utf8.utf8StringLengthInBytes(keyword) + 1);
SampleAuxiliaryInformationSizesBox.java 63 IsoTypeWriter.writeUInt8(byteBuffer, defaultSampleInfoSize);
68 IsoTypeWriter.writeUInt8(byteBuffer, sampleInfoSize);
AlbumBox.java 98 IsoTypeWriter.writeUInt8(byteBuffer, trackNumber);
MetaBox.java 93 IsoTypeWriter.writeUInt8(byteBuffer, version);
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
TextSampleEntry.java 95 IsoTypeWriter.writeUInt8(byteBuffer, horizontalJustification);
96 IsoTypeWriter.writeUInt8(byteBuffer, verticalJustification);
97 IsoTypeWriter.writeUInt8(byteBuffer, backgroundColorRgba[0]);
98 IsoTypeWriter.writeUInt8(byteBuffer, backgroundColorRgba[1]);
99 IsoTypeWriter.writeUInt8(byteBuffer, backgroundColorRgba[2]);
100 IsoTypeWriter.writeUInt8(byteBuffer, backgroundColorRgba[3]);
291 IsoTypeWriter.writeUInt8(bb, faceStyleFlags);
292 IsoTypeWriter.writeUInt8(bb, fontSize);
293 IsoTypeWriter.writeUInt8(bb, textColor[0]);
294 IsoTypeWriter.writeUInt8(bb, textColor[1])
    [all...]
AmrSpecificBox.java 85 IsoTypeWriter.writeUInt8(byteBuffer, decoderVersion);
87 IsoTypeWriter.writeUInt8(byteBuffer, modeChangePeriod);
88 IsoTypeWriter.writeUInt8(byteBuffer, framesPerSample);
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
SLConfigDescriptor.java 82 IsoTypeWriter.writeUInt8(out, 6);
83 IsoTypeWriter.writeUInt8(out, 1);
84 IsoTypeWriter.writeUInt8(out, predefined);
DecoderConfigDescriptor.java 114 IsoTypeWriter.writeUInt8(out, 4);
115 IsoTypeWriter.writeUInt8(out, serializedSize() - 2);
116 IsoTypeWriter.writeUInt8(out, objectTypeIndication);
118 IsoTypeWriter.writeUInt8(out, flags);
ESDescriptor.java 179 IsoTypeWriter.writeUInt8(out, 3);
180 IsoTypeWriter.writeUInt8(out, serializedSize() - 2); // Not OK for longer sizes!
183 IsoTypeWriter.writeUInt8(out, flags);
188 IsoTypeWriter.writeUInt8(out, URLLength);
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/
AbstractFullBox.java 71 IsoTypeWriter.writeUInt8(bb, version);
  /external/llvm/lib/DebugInfo/CodeView/
TypeRecordBuilder.cpp 24 void TypeRecordBuilder::writeUInt8(uint8_t Value) {
99 writeUInt8(0);
TypeTableBuilder.cpp 37 Builder.writeUInt8(static_cast<uint8_t>(Record.getCallConv()));
38 Builder.writeUInt8(static_cast<uint8_t>(Record.getOptions()));
52 Builder.writeUInt8(static_cast<uint8_t>(Record.getCallConv()));
53 Builder.writeUInt8(static_cast<uint8_t>(Record.getOptions()));
168 Builder.writeUInt8(Record.getBitSize());
169 Builder.writeUInt8(Record.getBitOffset());
186 Builder.writeUInt8(Byte);
  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeRecordBuilder.h 31 void writeUInt8(uint8_t Value);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecordBuilder.h 31 void writeUInt8(uint8_t Value);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecordBuilder.h 31 void writeUInt8(uint8_t Value);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecordBuilder.h 31 void writeUInt8(uint8_t Value);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecordBuilder.h 31 void writeUInt8(uint8_t Value);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecordBuilder.h 31 void writeUInt8(uint8_t Value);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecordBuilder.h 31 void writeUInt8(uint8_t Value);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecordBuilder.h 31 void writeUInt8(uint8_t Value);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecordBuilder.h 31 void writeUInt8(uint8_t Value);

Completed in 700 milliseconds

1 2