Home
last modified time | relevance | path

Searched refs:writeUInt64 (Results 1 – 25 of 38) sorted by relevance

12

/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
DMediaHeaderBox.java134 IsoTypeWriter.writeUInt64(byteBuffer, creationTime); in getContent()
135 IsoTypeWriter.writeUInt64(byteBuffer, modificationTime); in getContent()
137 IsoTypeWriter.writeUInt64(byteBuffer, duration); in getContent()
DTrackHeaderBox.java140 IsoTypeWriter.writeUInt64(byteBuffer, creationTime); in getContent()
141 IsoTypeWriter.writeUInt64(byteBuffer, modificationTime); in getContent()
144 IsoTypeWriter.writeUInt64(byteBuffer, duration); in getContent()
DMovieHeaderBox.java166 IsoTypeWriter.writeUInt64(byteBuffer, creationTime); in getContent()
167 IsoTypeWriter.writeUInt64(byteBuffer, modificationTime); in getContent()
169 IsoTypeWriter.writeUInt64(byteBuffer, duration); in getContent()
DEditListBox.java230 IsoTypeWriter.writeUInt64(bb, segmentDuration); in getContent()
231 IsoTypeWriter.writeUInt64(bb, mediaTime); in getContent()
DChunkOffset64BitBox.java46 IsoTypeWriter.writeUInt64(byteBuffer, chunkOffset); in getContent()
DSampleAuxiliaryInformationOffsetsBox.java77 IsoTypeWriter.writeUInt64(byteBuffer, offset); in getContent()
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/
DTfxdBox.java70 IsoTypeWriter.writeUInt64(byteBuffer, fragmentAbsoluteTime); in getContent()
71 IsoTypeWriter.writeUInt64(byteBuffer, fragmentAbsoluteDuration); in getContent()
DTfrfBox.java62 IsoTypeWriter.writeUInt64(byteBuffer, entry.fragmentAbsoluteTime); in getContent()
63 IsoTypeWriter.writeUInt64(byteBuffer, entry.fragmentAbsoluteDuration); in getContent()
DUuidBasedProtectionSystemSpecificHeaderBox.java52 IsoTypeWriter.writeUInt64(byteBuffer, systemId.getMostSignificantBits()); in getContent()
53 IsoTypeWriter.writeUInt64(byteBuffer, systemId.getLeastSignificantBits()); in getContent()
/external/llvm/lib/DebugInfo/CodeView/
DTypeRecordBuilder.cpp48 void TypeRecordBuilder::writeUInt64(uint64_t Value) { in writeUInt64() function in TypeRecordBuilder
90 writeUInt64(Value); in writeEncodedUnsignedInteger()
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
DAbstractBoxParser.java101 IsoTypeWriter.writeUInt64(header, size); in parseBox()
111 IsoTypeWriter.writeUInt64(header, size); in parseBox()
DIsoTypeWriterVariable.java38 IsoTypeWriter.writeUInt64(bb, v); in write()
DIsoTypeWriter.java22 public static void writeUInt64(ByteBuffer bb, long u) { in writeUInt64() method in IsoTypeWriter
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/apple/
DQuicktimeTextSampleEntry.java219 IsoTypeWriter.writeUInt64(byteBuffer, defaultTextBox); in getContent()
220 IsoTypeWriter.writeUInt64(byteBuffer, reserved1); in getContent()
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/threegpp26244/
DSegmentIndexBox.java80 IsoTypeWriter.writeUInt64(byteBuffer, earliestPresentationTime); in getContent()
81 IsoTypeWriter.writeUInt64(byteBuffer, firstOffset); in getContent()
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/fragment/
DTrackFragmentRandomAccessBox.java129 IsoTypeWriter.writeUInt64(byteBuffer, entry.time); in getContent()
130 IsoTypeWriter.writeUInt64(byteBuffer, entry.moofOffset); in getContent()
DMovieExtendsHeaderBox.java58 IsoTypeWriter.writeUInt64(byteBuffer, fragmentDuration); in getContent()
DTrackFragmentBaseMediaDecodeTimeBox.java43 IsoTypeWriter.writeUInt64(byteBuffer, baseMediaDecodeTime); in getContent()
DTrackFragmentHeaderBox.java79 IsoTypeWriter.writeUInt64(byteBuffer, getBaseDataOffset()); in getContent()
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecordBuilder.h37 void writeUInt64(uint64_t Value);
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedOutputStream.java217 writeUInt64(fieldNumber, value); in writeInt64()
222 public abstract void writeUInt64(int fieldNumber, long value) throws IOException; in writeUInt64() method in CodedOutputStream
226 writeUInt64(fieldNumber, encodeZigZag64(value)); in writeSInt64()
1143 public final void writeUInt64(final int fieldNumber, final long value) throws IOException { in writeUInt64() method in CodedOutputStream.ArrayEncoder
1513 public void writeUInt64(final int fieldNumber, final long value) throws IOException { in writeUInt64() method in CodedOutputStream.NioEncoder
1990 public void writeUInt64(final int fieldNumber, final long value) throws IOException { in writeUInt64() method in CodedOutputStream.ByteOutputEncoder
2293 public void writeUInt64(final int fieldNumber, final long value) throws IOException { in writeUInt64() method in CodedOutputStream.OutputStreamEncoder
DUnknownFieldSetLite.java156 output.writeUInt64(fieldNumber, (Long) objects[i]); in writeTo()
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/
DAbstractAppleMetaDataBox.java117 IsoTypeWriter.writeUInt64(bb, Long.parseLong(value)); in setValue()
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/
DAbstractBox.java271 IsoTypeWriter.writeUInt64(byteBuffer, getSize()); in getHeader()
/external/protobuf/objectivec/
DGPBCodedOutputStream.h132 - (void)writeUInt64:(int32_t)fieldNumber value:(uint64_t)value;

12