Searched refs:readUInt32 (Results 1 - 25 of 72) sorted by relevance

123

/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DBitRateBox.java56 bufferSizeDb = IsoTypeReader.readUInt32(content);
57 maxBitrate = IsoTypeReader.readUInt32(content);
58 avgBitrate = IsoTypeReader.readUInt32(content);
H A DStaticChunkOffsetBox.java53 int entryCount = l2i(IsoTypeReader.readUInt32(content));
56 chunkOffsets[i] = IsoTypeReader.readUInt32(content);
H A DSampleAuxiliaryInformationOffsetsBox.java87 auxInfoType = IsoTypeReader.readUInt32(content);
88 auxInfoTypeParameter = IsoTypeReader.readUInt32(content);
91 int entryCount = l2i(IsoTypeReader.readUInt32(content));
96 offsets.add(IsoTypeReader.readUInt32(content));
H A DHintMediaHeaderBox.java66 maxBitrate = IsoTypeReader.readUInt32(content);
67 avgBitrate = IsoTypeReader.readUInt32(content);
68 IsoTypeReader.readUInt32(content); // reserved!
H A DSampleSizeBox.java90 sampleSize = IsoTypeReader.readUInt32(content);
91 sampleCount = l2i(IsoTypeReader.readUInt32(content));
97 sampleSizes[i] = IsoTypeReader.readUInt32(content);
H A DMediaHeaderBox.java102 timescale = IsoTypeReader.readUInt32(content);
105 creationTime = IsoTypeReader.readUInt32(content);
106 modificationTime = IsoTypeReader.readUInt32(content);
107 timescale = IsoTypeReader.readUInt32(content);
108 duration = IsoTypeReader.readUInt32(content);
H A DTrackHeaderBox.java113 trackId = IsoTypeReader.readUInt32(content);
114 IsoTypeReader.readUInt32(content);
117 creationTime = IsoTypeReader.readUInt32(content);
118 modificationTime = IsoTypeReader.readUInt32(content);
119 trackId = IsoTypeReader.readUInt32(content);
120 IsoTypeReader.readUInt32(content);
121 duration = IsoTypeReader.readUInt32(content);
123 IsoTypeReader.readUInt32(content);
124 IsoTypeReader.readUInt32(content);
131 matrix[i] = IsoTypeReader.readUInt32(conten
[all...]
H A DHandlerBox.java114 shouldBeZeroButAppleWritesHereSomeValue = IsoTypeReader.readUInt32(content);
116 a = IsoTypeReader.readUInt32(content);
117 b = IsoTypeReader.readUInt32(content);
118 c = IsoTypeReader.readUInt32(content);
H A DSampleToChunkBox.java62 int entryCount = l2i(IsoTypeReader.readUInt32(content));
66 IsoTypeReader.readUInt32(content),
67 IsoTypeReader.readUInt32(content),
68 IsoTypeReader.readUInt32(content)));
H A DMovieHeaderBox.java108 timescale = IsoTypeReader.readUInt32(content);
111 creationTime = IsoTypeReader.readUInt32(content);
112 modificationTime = IsoTypeReader.readUInt32(content);
113 timescale = IsoTypeReader.readUInt32(content);
114 duration = IsoTypeReader.readUInt32(content);
119 IsoTypeReader.readUInt32(content);
120 IsoTypeReader.readUInt32(content);
123 matrix[i] = IsoTypeReader.readUInt32(content);
133 nextTrackId = IsoTypeReader.readUInt32(content);
H A DProgressiveDownloadInformationBox.java48 Entry entry = new Entry(IsoTypeReader.readUInt32(content), IsoTypeReader.readUInt32(content));
H A DSyncSampleBox.java56 int entryCount = l2i(IsoTypeReader.readUInt32(content));
60 sampleNumber[i] = IsoTypeReader.readUInt32(content);
H A DTimeToSampleBox.java61 int entryCount = l2i(IsoTypeReader.readUInt32(content));
65 entries.add(new Entry(IsoTypeReader.readUInt32(content), IsoTypeReader.readUInt32(content)));
H A DChunkOffset64BitBox.java34 int entryCount = l2i(IsoTypeReader.readUInt32(content));
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
H A DIsoTypeReaderVariable.java31 return IsoTypeReader.readUInt32(bb);
H A DIsoTypeReader.java34 public static long readUInt32(ByteBuffer bb) { method in class:IsoTypeReader
100 result += readUInt32(byteBuffer) << 32;
104 result += readUInt32(byteBuffer);
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/fragment/
H A DTrackExtendsBox.java64 trackId = IsoTypeReader.readUInt32(content);
65 defaultSampleDescriptionIndex = IsoTypeReader.readUInt32(content);
66 defaultSampleDuration = IsoTypeReader.readUInt32(content);
67 defaultSampleSize = IsoTypeReader.readUInt32(content);
H A DMovieFragmentRandomAccessOffsetBox.java46 mfraSize = IsoTypeReader.readUInt32(content);
/external/icu/icu4c/source/common/
H A Drbbidata.cpp354 if (ds->readUInt32(rbbiDH->fMagic) != 0xb1a0 ||
356 ds->readUInt32(rbbiDH->fLength) < sizeof(RBBIDataHeader))
366 int32_t breakDataLength = ds->readUInt32(rbbiDH->fLength);
410 tableStartOffset = ds->readUInt32(rbbiDH->fFTable);
411 tableLength = ds->readUInt32(rbbiDH->fFTableLen);
421 tableStartOffset = ds->readUInt32(rbbiDH->fRTable);
422 tableLength = ds->readUInt32(rbbiDH->fRTableLen);
432 tableStartOffset = ds->readUInt32(rbbiDH->fSFTable);
433 tableLength = ds->readUInt32(rbbiDH->fSFTableLen);
443 tableStartOffset = ds->readUInt32(rbbiD
[all...]
H A Ducol_swp.cpp59 trie.signature=ds->readUInt32(inTrie->signature);
60 trie.options=ds->readUInt32(inTrie->options);
145 header.magic=ds->readUInt32(inHeader->magic);
208 header.magic=ds->readUInt32(inHeader->magic);
237 header.options= ds->readUInt32(inHeader->options);
238 header.UCAConsts= ds->readUInt32(inHeader->UCAConsts);
239 header.contractionUCACombos= ds->readUInt32(inHeader->contractionUCACombos);
240 header.mappingPosition= ds->readUInt32(inHeader->mappingPosition);
241 header.expansion= ds->readUInt32(inHeader->expansion);
242 header.contractionIndex= ds->readUInt32(inHeade
[all...]
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
H A DAudioSampleEntry.java190 reserved2 = IsoTypeReader.readUInt32(content);
199 sampleRate = IsoTypeReader.readUInt32(content);
206 samplesPerPacket = IsoTypeReader.readUInt32(content);
207 bytesPerPacket = IsoTypeReader.readUInt32(content);
208 bytesPerFrame = IsoTypeReader.readUInt32(content);
209 bytesPerSample = IsoTypeReader.readUInt32(content);
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/
H A DAppleDataRateBox.java40 dataRate = IsoTypeReader.readUInt32(content);
H A DAppleLosslessSpecificBox.java126 maxSamplePerFrame = IsoTypeReader.readUInt32(content);
134 maxCodedFrameSize = IsoTypeReader.readUInt32(content);
135 bitRate = IsoTypeReader.readUInt32(content);
136 sampleRate = IsoTypeReader.readUInt32(content);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/
H A DTfxdBox.java61 fragmentAbsoluteTime = IsoTypeReader.readUInt32(content);
62 fragmentAbsoluteDuration = IsoTypeReader.readUInt32(content);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/
H A DSampleToGroupBox.java83 long entryCount = IsoTypeReader.readUInt32(content);
85 entries.add(new Entry(l2i(IsoTypeReader.readUInt32(content)), l2i(IsoTypeReader.readUInt32(content))));

Completed in 968 milliseconds

123