Home
last modified time | relevance | path

Searched refs:writeUInt32 (Results 1 – 25 of 76) sorted by relevance

1234

/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
DTrackHeaderBox.java142 IsoTypeWriter.writeUInt32(byteBuffer, trackId); in getContent()
143 IsoTypeWriter.writeUInt32(byteBuffer, 0); in getContent()
146 IsoTypeWriter.writeUInt32(byteBuffer, creationTime); in getContent()
147 IsoTypeWriter.writeUInt32(byteBuffer, modificationTime); in getContent()
148 IsoTypeWriter.writeUInt32(byteBuffer, trackId); in getContent()
149 IsoTypeWriter.writeUInt32(byteBuffer, 0); in getContent()
150 IsoTypeWriter.writeUInt32(byteBuffer, duration); in getContent()
152 IsoTypeWriter.writeUInt32(byteBuffer, 0); in getContent()
153 IsoTypeWriter.writeUInt32(byteBuffer, 0); in getContent()
159 IsoTypeWriter.writeUInt32(byteBuffer, matrix[i]); in getContent()
DMovieHeaderBox.java168 IsoTypeWriter.writeUInt32(byteBuffer, timescale); in getContent()
171 IsoTypeWriter.writeUInt32(byteBuffer, creationTime); in getContent()
172 IsoTypeWriter.writeUInt32(byteBuffer, modificationTime); in getContent()
173 IsoTypeWriter.writeUInt32(byteBuffer, timescale); in getContent()
174 IsoTypeWriter.writeUInt32(byteBuffer, duration); in getContent()
179 IsoTypeWriter.writeUInt32(byteBuffer, 0); in getContent()
180 IsoTypeWriter.writeUInt32(byteBuffer, 0); in getContent()
184 IsoTypeWriter.writeUInt32(byteBuffer, matrix[i]); in getContent()
195 IsoTypeWriter.writeUInt32(byteBuffer, nextTrackId); in getContent()
DMediaHeaderBox.java136 IsoTypeWriter.writeUInt32(byteBuffer, timescale); in getContent()
139 IsoTypeWriter.writeUInt32(byteBuffer, creationTime); in getContent()
140 IsoTypeWriter.writeUInt32(byteBuffer, modificationTime); in getContent()
141 IsoTypeWriter.writeUInt32(byteBuffer, timescale); in getContent()
142 IsoTypeWriter.writeUInt32(byteBuffer, duration); in getContent()
DSampleSizeBox.java105 IsoTypeWriter.writeUInt32(byteBuffer, sampleSize); in getContent()
108 IsoTypeWriter.writeUInt32(byteBuffer, sampleSizes.length); in getContent()
110 IsoTypeWriter.writeUInt32(byteBuffer, sampleSize1); in getContent()
113 IsoTypeWriter.writeUInt32(byteBuffer, sampleCount); in getContent()
DSampleAuxiliaryInformationOffsetsBox.java68 IsoTypeWriter.writeUInt32(byteBuffer, auxInfoType); in getContent()
69 IsoTypeWriter.writeUInt32(byteBuffer, auxInfoTypeParameter); in getContent()
72 IsoTypeWriter.writeUInt32(byteBuffer, offsets.size()); in getContent()
75 IsoTypeWriter.writeUInt32(byteBuffer, offset); in getContent()
DHandlerBox.java135 IsoTypeWriter.writeUInt32(byteBuffer, shouldBeZeroButAppleWritesHereSomeValue); in getContent()
137 IsoTypeWriter.writeUInt32(byteBuffer, a); in getContent()
138 IsoTypeWriter.writeUInt32(byteBuffer, b); in getContent()
139 IsoTypeWriter.writeUInt32(byteBuffer, c); in getContent()
DSampleToChunkBox.java75 IsoTypeWriter.writeUInt32(byteBuffer, entries.size()); in getContent()
77 IsoTypeWriter.writeUInt32(byteBuffer, entry.getFirstChunk()); in getContent()
78 IsoTypeWriter.writeUInt32(byteBuffer, entry.getSamplesPerChunk()); in getContent()
79 IsoTypeWriter.writeUInt32(byteBuffer, entry.getSampleDescriptionIndex()); in getContent()
DBitRateBox.java63 IsoTypeWriter.writeUInt32(byteBuffer, bufferSizeDb); in getContent()
64 IsoTypeWriter.writeUInt32(byteBuffer, maxBitrate); in getContent()
65 IsoTypeWriter.writeUInt32(byteBuffer, avgBitrate); in getContent()
DHintMediaHeaderBox.java77 IsoTypeWriter.writeUInt32(byteBuffer, maxBitrate); in getContent()
78 IsoTypeWriter.writeUInt32(byteBuffer, avgBitrate); in getContent()
79 IsoTypeWriter.writeUInt32(byteBuffer, 0); in getContent()
DSubSampleInformationBox.java94 IsoTypeWriter.writeUInt32(byteBuffer, entries.size()); in getContent()
96 IsoTypeWriter.writeUInt32(byteBuffer, sampleEntry.getSampleDelta()); in getContent()
101 IsoTypeWriter.writeUInt32(byteBuffer, subsampleEntry.getSubsampleSize()); in getContent()
107 IsoTypeWriter.writeUInt32(byteBuffer, subsampleEntry.getReserved()); in getContent()
DTimeToSampleBox.java73 IsoTypeWriter.writeUInt32(byteBuffer, entries.size()); in getContent()
75 IsoTypeWriter.writeUInt32(byteBuffer, entry.getCount()); in getContent()
76 IsoTypeWriter.writeUInt32(byteBuffer, entry.getDelta()); in getContent()
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
DAudioSampleEntry.java254 IsoTypeWriter.writeUInt32(byteBuffer, reserved2); in getContent()
261 IsoTypeWriter.writeUInt32(byteBuffer, getSampleRate()); in getContent()
263 IsoTypeWriter.writeUInt32(byteBuffer, getSampleRate() << 16); in getContent()
267 IsoTypeWriter.writeUInt32(byteBuffer, samplesPerPacket); in getContent()
268 IsoTypeWriter.writeUInt32(byteBuffer, bytesPerPacket); in getContent()
269 IsoTypeWriter.writeUInt32(byteBuffer, bytesPerFrame); in getContent()
270 IsoTypeWriter.writeUInt32(byteBuffer, bytesPerSample); in getContent()
DVisualSampleEntry.java186 IsoTypeWriter.writeUInt32(byteBuffer, predefined[0]); in getContent()
187 IsoTypeWriter.writeUInt32(byteBuffer, predefined[1]); in getContent()
188 IsoTypeWriter.writeUInt32(byteBuffer, predefined[2]); in getContent()
197 IsoTypeWriter.writeUInt32(byteBuffer, 0); in getContent()
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/fragment/
DTrackExtendsBox.java54 IsoTypeWriter.writeUInt32(byteBuffer, trackId); in getContent()
55 IsoTypeWriter.writeUInt32(byteBuffer, defaultSampleDescriptionIndex); in getContent()
56 IsoTypeWriter.writeUInt32(byteBuffer, defaultSampleDuration); in getContent()
57 IsoTypeWriter.writeUInt32(byteBuffer, defaultSampleSize); in getContent()
DTrackFragmentRandomAccessBox.java118 IsoTypeWriter.writeUInt32(byteBuffer, trackId); in getContent()
124 IsoTypeWriter.writeUInt32(byteBuffer, temp); in getContent()
125 IsoTypeWriter.writeUInt32(byteBuffer, entries.size()); in getContent()
132 IsoTypeWriter.writeUInt32(byteBuffer, entry.time); in getContent()
133 IsoTypeWriter.writeUInt32(byteBuffer, entry.moofOffset); in getContent()
DTrackFragmentHeaderBox.java76 IsoTypeWriter.writeUInt32(byteBuffer, trackId); in getContent()
82 IsoTypeWriter.writeUInt32(byteBuffer, getSampleDescriptionIndex()); in getContent()
85 IsoTypeWriter.writeUInt32(byteBuffer, getDefaultSampleDuration()); in getContent()
88 IsoTypeWriter.writeUInt32(byteBuffer, getDefaultSampleSize()); in getContent()
DTrackRunBox.java189 IsoTypeWriter.writeUInt32(byteBuffer, entries.size()); in getContent()
193 IsoTypeWriter.writeUInt32(byteBuffer, dataOffset); in getContent()
201 IsoTypeWriter.writeUInt32(byteBuffer, entry.sampleDuration); in getContent()
204 IsoTypeWriter.writeUInt32(byteBuffer, entry.sampleSize); in getContent()
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/
DAppleLosslessSpecificBox.java142 IsoTypeWriter.writeUInt32(byteBuffer, maxSamplePerFrame); in getContent()
150 IsoTypeWriter.writeUInt32(byteBuffer, maxCodedFrameSize); in getContent()
151 IsoTypeWriter.writeUInt32(byteBuffer, bitRate); in getContent()
152 IsoTypeWriter.writeUInt32(byteBuffer, sampleRate); in getContent()
/external/llvm/lib/DebugInfo/CodeView/
DTypeTableBuilder.cpp64 Builder.writeUInt32(Record.getIndices().size()); in writeArgList()
82 Builder.writeUInt32(flags); in writePointer()
197 Builder.writeUInt32(Record.getVFPtrOffset()); in writeVFTable()
204 Builder.writeUInt32(NamesLen); in writeVFTable()
224 Builder.writeUInt32(Record.getLineNumber()); in writeUdtSourceLine()
233 Builder.writeUInt32(Record.getLineNumber()); in writeUdtModSourceLine()
300 Builder.writeUInt32(Record.getAge()); in writeTypeServer2()
DTypeRecordBuilder.cpp40 void TypeRecordBuilder::writeUInt32(uint32_t Value) { in writeUInt32() function in TypeRecordBuilder
87 writeUInt32(static_cast<uint32_t>(Value)); in writeEncodedUnsignedInteger()
108 writeUInt32(TypeInd.getIndex()); in writeTypeIndex()
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/threegpp26244/
DSegmentIndexBox.java74 IsoTypeWriter.writeUInt32(byteBuffer, referenceId); in getContent()
75 IsoTypeWriter.writeUInt32(byteBuffer, timeScale); in getContent()
77 IsoTypeWriter.writeUInt32(byteBuffer, earliestPresentationTime); in getContent()
78 IsoTypeWriter.writeUInt32(byteBuffer, firstOffset); in getContent()
89 IsoTypeWriter.writeUInt32(byteBuffer, entry.getSubsegmentDuration()); in getContent()
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/
DSampleToGroupBox.java68 IsoTypeWriter.writeUInt32(byteBuffer, entries.size()); in getContent()
70 IsoTypeWriter.writeUInt32(byteBuffer, entry.getSampleCount()); in getContent()
71 IsoTypeWriter.writeUInt32(byteBuffer, entry.getGroupDescriptionIndex()); in getContent()
DSampleGroupDescriptionBox.java75 IsoTypeWriter.writeUInt32(byteBuffer, defaultLength); in getContent()
77 IsoTypeWriter.writeUInt32(byteBuffer, this.groupEntries.size()); in getContent()
80 IsoTypeWriter.writeUInt32(byteBuffer, entry.get().limit()); in getContent()
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
DAbstractBoxParser.java99 IsoTypeWriter.writeUInt32(header, 1); in parseBox()
104 IsoTypeWriter.writeUInt32(header, size); in parseBox()
109 IsoTypeWriter.writeUInt32(header, size); in parseBox()
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/
DDTSSpecificBox.java70 IsoTypeWriter.writeUInt32(byteBuffer, DTSSamplingFrequency); in getContent()
71 IsoTypeWriter.writeUInt32(byteBuffer, maxBitRate); in getContent()
72 IsoTypeWriter.writeUInt32(byteBuffer, avgBitRate); in getContent()

1234