/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
D | TrackHeaderBox.java | 142 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()
|
D | MovieHeaderBox.java | 168 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()
|
D | SampleSizeBox.java | 105 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()
|
D | MediaHeaderBox.java | 136 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()
|
D | SampleAuxiliaryInformationOffsetsBox.java | 68 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()
|
D | BitRateBox.java | 63 IsoTypeWriter.writeUInt32(byteBuffer, bufferSizeDb); in getContent() 64 IsoTypeWriter.writeUInt32(byteBuffer, maxBitrate); in getContent() 65 IsoTypeWriter.writeUInt32(byteBuffer, avgBitrate); in getContent()
|
D | HintMediaHeaderBox.java | 77 IsoTypeWriter.writeUInt32(byteBuffer, maxBitrate); in getContent() 78 IsoTypeWriter.writeUInt32(byteBuffer, avgBitrate); in getContent() 79 IsoTypeWriter.writeUInt32(byteBuffer, 0); in getContent()
|
D | SampleToChunkBox.java | 75 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()
|
D | HandlerBox.java | 135 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()
|
D | SubSampleInformationBox.java | 94 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()
|
D | TimeToSampleBox.java | 73 IsoTypeWriter.writeUInt32(byteBuffer, entries.size()); in getContent() 75 IsoTypeWriter.writeUInt32(byteBuffer, entry.getCount()); in getContent() 76 IsoTypeWriter.writeUInt32(byteBuffer, entry.getDelta()); in getContent()
|
D | StaticChunkOffsetBox.java | 64 IsoTypeWriter.writeUInt32(byteBuffer, chunkOffsets.length); in getContent() 66 IsoTypeWriter.writeUInt32(byteBuffer, chunkOffset); in getContent()
|
D | SyncSampleBox.java | 68 IsoTypeWriter.writeUInt32(byteBuffer, sampleNumber.length); in getContent() 71 IsoTypeWriter.writeUInt32(byteBuffer, aSampleNumber); in getContent()
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/ |
D | AudioSampleEntry.java | 254 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()
|
D | VisualSampleEntry.java | 186 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/ |
D | TrackExtendsBox.java | 54 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()
|
D | TrackFragmentHeaderBox.java | 76 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()
|
D | TrackFragmentRandomAccessBox.java | 118 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()
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/ |
D | AppleLosslessSpecificBox.java | 142 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/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/threegpp26244/ |
D | SegmentIndexBox.java | 74 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/llvm/lib/DebugInfo/CodeView/ |
D | TypeTableBuilder.cpp | 64 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()
|
D | TypeRecordBuilder.cpp | 40 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/mp4/samplegrouping/ |
D | SampleToGroupBox.java | 68 IsoTypeWriter.writeUInt32(byteBuffer, entries.size()); in getContent() 70 IsoTypeWriter.writeUInt32(byteBuffer, entry.getSampleCount()); in getContent() 71 IsoTypeWriter.writeUInt32(byteBuffer, entry.getGroupDescriptionIndex()); in getContent()
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/ |
D | AbstractBoxParser.java | 99 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/piff/ |
D | TfxdBox.java | 73 IsoTypeWriter.writeUInt32(byteBuffer, fragmentAbsoluteTime); in getContent() 74 IsoTypeWriter.writeUInt32(byteBuffer, fragmentAbsoluteDuration); in getContent()
|