OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readUInt32
(Results
26 - 50
of
87
) sorted by null
1
2
3
4
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
SubSampleInformationBox.java
72
entryCount = IsoTypeReader.
readUInt32
(content);
76
sampleEntry.setSampleDelta(IsoTypeReader.
readUInt32
(content));
80
subsampleEntry.setSubsampleSize(getVersion() == 1 ? IsoTypeReader.
readUInt32
(content) : IsoTypeReader.readUInt16(content));
83
subsampleEntry.setReserved(IsoTypeReader.
readUInt32
(content));
EditListBox.java
87
int entryCount = l2i(IsoTypeReader.
readUInt32
(content));
137
segmentDuration = IsoTypeReader.
readUInt32
(bb);
138
mediaTime = IsoTypeReader.
readUInt32
(bb);
CompositionTimeToSample.java
69
int numberOfEntries = l2i(IsoTypeReader.
readUInt32
(content));
72
Entry e = new Entry(l2i(IsoTypeReader.
readUInt32
(content)), content.getInt());
TrackReferenceTypeBox.java
48
trackIds[i] = IsoTypeReader.
readUInt32
(content);
SchemeTypeBox.java
76
schemeVersion = IsoTypeReader.
readUInt32
(content);
FileTypeBox.java
62
minorVersion = IsoTypeReader.
readUInt32
(content);
SampleAuxiliaryInformationSizesBox.java
84
sampleCount = l2i(IsoTypeReader.
readUInt32
(content));
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/fragment/
MovieExtendsHeaderBox.java
50
fragmentDuration = getVersion() == 1 ? IsoTypeReader.readUInt64(content) : IsoTypeReader.
readUInt32
(content);
MovieFragmentHeaderBox.java
54
sequenceNumber = IsoTypeReader.
readUInt32
(content);
TrackFragmentBaseMediaDecodeTimeBox.java
56
baseMediaDecodeTime = IsoTypeReader.
readUInt32
(content);
TrackFragmentHeaderBox.java
98
trackId = IsoTypeReader.
readUInt32
(content);
103
sampleDescriptionIndex = IsoTypeReader.
readUInt32
(content);
106
defaultSampleDuration = IsoTypeReader.
readUInt32
(content);
109
defaultSampleSize = IsoTypeReader.
readUInt32
(content);
TrackFragmentRandomAccessBox.java
86
trackId = IsoTypeReader.
readUInt32
(content);
87
long temp = IsoTypeReader.
readUInt32
(content);
92
long numberOfEntries = IsoTypeReader.
readUInt32
(content);
102
entry.time = IsoTypeReader.
readUInt32
(content);
103
entry.moofOffset = IsoTypeReader.
readUInt32
(content);
TrackRunBox.java
218
long sampleCount = IsoTypeReader.
readUInt32
(content);
221
dataOffset = l2i(IsoTypeReader.
readUInt32
(content));
232
entry.sampleDuration = IsoTypeReader.
readUInt32
(content);
235
entry.sampleSize = IsoTypeReader.
readUInt32
(content);
SegmentTypeBox.java
61
minorVersion = IsoTypeReader.
readUInt32
(content);
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
VisualSampleEntry.java
141
predefined[0] = IsoTypeReader.
readUInt32
(content); // should be zero
142
predefined[1] = IsoTypeReader.
readUInt32
(content); // should be zero
143
predefined[2] = IsoTypeReader.
readUInt32
(content); // should be zero
148
tmp = IsoTypeReader.
readUInt32
(content);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/threegpp26244/
SegmentIndexBox.java
101
referenceId = IsoTypeReader.
readUInt32
(content);
102
timeScale = IsoTypeReader.
readUInt32
(content);
104
earliestPresentationTime = IsoTypeReader.
readUInt32
(content);
105
firstOffset = IsoTypeReader.
readUInt32
(content);
117
e.setSubsegmentDuration(IsoTypeReader.
readUInt32
(content));
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/
DTSSpecificBox.java
48
DTSSamplingFrequency = IsoTypeReader.
readUInt32
(content);
49
maxBitRate = IsoTypeReader.
readUInt32
(content);
50
avgBitRate = IsoTypeReader.
readUInt32
(content);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/
RateShareEntry.java
66
entries.add(new Entry(l2i(IsoTypeReader.
readUInt32
(byteBuffer)), byteBuffer.getShort()));
69
maximumBitrate = l2i(IsoTypeReader.
readUInt32
(byteBuffer));
70
minimumBitrate = l2i(IsoTypeReader.
readUInt32
(byteBuffer));
SampleGroupDescriptionBox.java
94
defaultLength = l2i(IsoTypeReader.
readUInt32
(content));
96
long entryCount = IsoTypeReader.
readUInt32
(content);
101
descriptionLength = l2i(IsoTypeReader.
readUInt32
(content));
/external/icu/icu4c/source/i18n/
uspoof_impl.cpp
768
if (ds->
readUInt32
(spoofDH->fMagic) != USPOOF_MAGIC ||
769
ds->
readUInt32
(spoofDH->fLength) < sizeof(SpoofDataHeader))
779
int32_t spoofDataLength = ds->
readUInt32
(spoofDH->fLength);
817
sectionStart = ds->
readUInt32
(spoofDH->fCFUKeys);
818
sectionLength = ds->
readUInt32
(spoofDH->fCFUKeysSize) * 4;
822
sectionStart = ds->
readUInt32
(spoofDH->fCFUStringIndex);
823
sectionLength = ds->
readUInt32
(spoofDH->fCFUStringIndexSize) * 2;
827
sectionStart = ds->
readUInt32
(spoofDH->fCFUStringTable);
828
sectionLength = ds->
readUInt32
(spoofDH->fCFUStringTableLen) * 2;
832
sectionStart = ds->
readUInt32
(spoofDH->fCFUStringLengths)
[
all
...]
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/
TfrfBox.java
82
entry.fragmentAbsoluteTime = IsoTypeReader.
readUInt32
(content);
83
entry.fragmentAbsoluteDuration = IsoTypeReader.
readUInt32
(content);
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/
AppleDataReferenceBox.java
48
dataReferenceSize = l2i(IsoTypeReader.
readUInt32
(content));
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/cenc/
ProtectionSystemSpecificHeaderBox.java
84
long length = IsoTypeReader.
readUInt32
(content);
/external/icu/icu4c/source/tools/icuswap/
icuswap.cpp
412
itemCount=ds->
readUInt32
(*(const uint32_t *)inBytes);
419
offset=ds->
readUInt32
(inEntries[itemCount-1].dataOffset);
435
itemCount=ds->
readUInt32
(*(const uint32_t *)inBytes);
443
offset=20+ds->
readUInt32
(inEntries[itemCount-1].dataOffset);
465
itemLength=(int32_t)(ds->
readUInt32
(inEntries[0].dataOffset)-offset);
490
entryName=(char *)inBytes+ds->
readUInt32
(inEntries[i].nameOffset);
545
table[i].nameOffset=ds->
readUInt32
(inEntries[i].nameOffset);
546
table[i].inOffset=ds->
readUInt32
(inEntries[i].dataOffset);
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
AbstractBoxParser.java
52
long size = IsoTypeReader.
readUInt32
(header);
Completed in 258 milliseconds
1
2
3
4