Home
last modified time | relevance | path

Searched refs:readUInt32 (Results 1 – 25 of 70) sorted by relevance

123

/external/icu4c/common/
Drbbidata.cpp324 if (ds->readUInt32(rbbiDH->fMagic) != 0xb1a0 || in ubrk_swap()
326 ds->readUInt32(rbbiDH->fLength) < sizeof(RBBIDataHeader)) in ubrk_swap()
336 int32_t breakDataLength = ds->readUInt32(rbbiDH->fLength); in ubrk_swap()
380 tableStartOffset = ds->readUInt32(rbbiDH->fFTable); in ubrk_swap()
381 tableLength = ds->readUInt32(rbbiDH->fFTableLen); in ubrk_swap()
391 tableStartOffset = ds->readUInt32(rbbiDH->fRTable); in ubrk_swap()
392 tableLength = ds->readUInt32(rbbiDH->fRTableLen); in ubrk_swap()
402 tableStartOffset = ds->readUInt32(rbbiDH->fSFTable); in ubrk_swap()
403 tableLength = ds->readUInt32(rbbiDH->fSFTableLen); in ubrk_swap()
413 tableStartOffset = ds->readUInt32(rbbiDH->fSRTable); in ubrk_swap()
[all …]
Ducol_swp.cpp56 trie.signature=ds->readUInt32(inTrie->signature); in utrie_swap()
57 trie.options=ds->readUInt32(inTrie->options); in utrie_swap()
133 header.magic=ds->readUInt32(inHeader->magic); in ucol_looksLikeCollationBinary()
194 header.magic=ds->readUInt32(inHeader->magic); in ucol_swapBinary()
223 header.options= ds->readUInt32(inHeader->options); in ucol_swapBinary()
224 header.UCAConsts= ds->readUInt32(inHeader->UCAConsts); in ucol_swapBinary()
225 header.contractionUCACombos= ds->readUInt32(inHeader->contractionUCACombos); in ucol_swapBinary()
226 header.mappingPosition= ds->readUInt32(inHeader->mappingPosition); in ucol_swapBinary()
227 header.expansion= ds->readUInt32(inHeader->expansion); in ucol_swapBinary()
228 header.contractionIndex= ds->readUInt32(inHeader->contractionIndex); in ucol_swapBinary()
[all …]
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
DTrackHeaderBox.java113 trackId = IsoTypeReader.readUInt32(content); in _parseDetails()
114 IsoTypeReader.readUInt32(content); in _parseDetails()
117 creationTime = IsoTypeReader.readUInt32(content); in _parseDetails()
118 modificationTime = IsoTypeReader.readUInt32(content); in _parseDetails()
119 trackId = IsoTypeReader.readUInt32(content); in _parseDetails()
120 IsoTypeReader.readUInt32(content); in _parseDetails()
121 duration = IsoTypeReader.readUInt32(content); in _parseDetails()
123 IsoTypeReader.readUInt32(content); in _parseDetails()
124 IsoTypeReader.readUInt32(content); in _parseDetails()
131 matrix[i] = IsoTypeReader.readUInt32(content); in _parseDetails()
DMovieHeaderBox.java108 timescale = IsoTypeReader.readUInt32(content); in _parseDetails()
111 creationTime = IsoTypeReader.readUInt32(content); in _parseDetails()
112 modificationTime = IsoTypeReader.readUInt32(content); in _parseDetails()
113 timescale = IsoTypeReader.readUInt32(content); in _parseDetails()
114 duration = IsoTypeReader.readUInt32(content); in _parseDetails()
119 IsoTypeReader.readUInt32(content); in _parseDetails()
120 IsoTypeReader.readUInt32(content); in _parseDetails()
123 matrix[i] = IsoTypeReader.readUInt32(content); in _parseDetails()
133 nextTrackId = IsoTypeReader.readUInt32(content); in _parseDetails()
DMediaHeaderBox.java102 timescale = IsoTypeReader.readUInt32(content); in _parseDetails()
105 creationTime = IsoTypeReader.readUInt32(content); in _parseDetails()
106 modificationTime = IsoTypeReader.readUInt32(content); in _parseDetails()
107 timescale = IsoTypeReader.readUInt32(content); in _parseDetails()
108 duration = IsoTypeReader.readUInt32(content); in _parseDetails()
DSampleAuxiliaryInformationOffsetsBox.java87 auxInfoType = IsoTypeReader.readUInt32(content); in _parseDetails()
88 auxInfoTypeParameter = IsoTypeReader.readUInt32(content); in _parseDetails()
91 int entryCount = l2i(IsoTypeReader.readUInt32(content)); in _parseDetails()
96 offsets.add(IsoTypeReader.readUInt32(content)); in _parseDetails()
DBitRateBox.java56 bufferSizeDb = IsoTypeReader.readUInt32(content); in _parseDetails()
57 maxBitrate = IsoTypeReader.readUInt32(content); in _parseDetails()
58 avgBitrate = IsoTypeReader.readUInt32(content); in _parseDetails()
DHintMediaHeaderBox.java66 maxBitrate = IsoTypeReader.readUInt32(content); in _parseDetails()
67 avgBitrate = IsoTypeReader.readUInt32(content); in _parseDetails()
68 IsoTypeReader.readUInt32(content); // reserved! in _parseDetails()
DHandlerBox.java114 shouldBeZeroButAppleWritesHereSomeValue = IsoTypeReader.readUInt32(content); in _parseDetails()
116 a = IsoTypeReader.readUInt32(content); in _parseDetails()
117 b = IsoTypeReader.readUInt32(content); in _parseDetails()
118 c = IsoTypeReader.readUInt32(content); in _parseDetails()
DSampleToChunkBox.java62 int entryCount = l2i(IsoTypeReader.readUInt32(content)); in _parseDetails()
66 IsoTypeReader.readUInt32(content), in _parseDetails()
67 IsoTypeReader.readUInt32(content), in _parseDetails()
68 IsoTypeReader.readUInt32(content))); in _parseDetails()
DSampleSizeBox.java90 sampleSize = IsoTypeReader.readUInt32(content); in _parseDetails()
91 sampleCount = l2i(IsoTypeReader.readUInt32(content)); in _parseDetails()
97 sampleSizes[i] = IsoTypeReader.readUInt32(content); in _parseDetails()
DSubSampleInformationBox.java72 entryCount = IsoTypeReader.readUInt32(content); in _parseDetails()
76 sampleEntry.setSampleDelta(IsoTypeReader.readUInt32(content)); in _parseDetails()
80 …subsampleEntry.setSubsampleSize(getVersion() == 1 ? IsoTypeReader.readUInt32(content) : IsoTypeRea… in _parseDetails()
83 subsampleEntry.setReserved(IsoTypeReader.readUInt32(content)); in _parseDetails()
DTimeToSampleBox.java61 int entryCount = l2i(IsoTypeReader.readUInt32(content)); in _parseDetails()
65 … entries.add(new Entry(IsoTypeReader.readUInt32(content), IsoTypeReader.readUInt32(content))); in _parseDetails()
/external/webkit/Source/WebCore/platform/graphics/
DWOFFFileFormat.cpp68 static bool readUInt32(SharedBuffer* buffer, size_t& offset, uint32_t& value) in readUInt32() function
111 return readUInt32(buffer, offset, signature) && signature == woffSignature; in isWOFF()
122 if (!readUInt32(woff, offset, signature) || signature != woffSignature) { in convertWOFFToSfnt()
128 if (!readUInt32(woff, offset, flavor)) in convertWOFFToSfnt()
132 if (!readUInt32(woff, offset, length) || length != woff->size()) in convertWOFFToSfnt()
147 if (!readUInt32(woff, offset, totalSfntSize)) in convertWOFFToSfnt()
195 if (!readUInt32(woff, offset, tableTag)) in convertWOFFToSfnt()
199 if (!readUInt32(woff, offset, tableOffset)) in convertWOFFToSfnt()
203 if (!readUInt32(woff, offset, tableCompLength)) in convertWOFFToSfnt()
210 if (!readUInt32(woff, offset, tableOrigLength) || tableCompLength > tableOrigLength) in convertWOFFToSfnt()
[all …]
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/fragment/
DTrackExtendsBox.java64 trackId = IsoTypeReader.readUInt32(content); in _parseDetails()
65 defaultSampleDescriptionIndex = IsoTypeReader.readUInt32(content); in _parseDetails()
66 defaultSampleDuration = IsoTypeReader.readUInt32(content); in _parseDetails()
67 defaultSampleSize = IsoTypeReader.readUInt32(content); in _parseDetails()
DTrackFragmentHeaderBox.java98 trackId = IsoTypeReader.readUInt32(content); in _parseDetails()
103 sampleDescriptionIndex = IsoTypeReader.readUInt32(content); in _parseDetails()
106 defaultSampleDuration = IsoTypeReader.readUInt32(content); in _parseDetails()
109 defaultSampleSize = IsoTypeReader.readUInt32(content); in _parseDetails()
DTrackFragmentRandomAccessBox.java86 trackId = IsoTypeReader.readUInt32(content); in _parseDetails()
87 long temp = IsoTypeReader.readUInt32(content); in _parseDetails()
92 long numberOfEntries = IsoTypeReader.readUInt32(content); in _parseDetails()
102 entry.time = IsoTypeReader.readUInt32(content); in _parseDetails()
103 entry.moofOffset = IsoTypeReader.readUInt32(content); in _parseDetails()
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
DAudioSampleEntry.java190 reserved2 = IsoTypeReader.readUInt32(content); in _parseDetails()
199 sampleRate = IsoTypeReader.readUInt32(content); in _parseDetails()
206 samplesPerPacket = IsoTypeReader.readUInt32(content); in _parseDetails()
207 bytesPerPacket = IsoTypeReader.readUInt32(content); in _parseDetails()
208 bytesPerFrame = IsoTypeReader.readUInt32(content); in _parseDetails()
209 bytesPerSample = IsoTypeReader.readUInt32(content); in _parseDetails()
DVisualSampleEntry.java141 predefined[0] = IsoTypeReader.readUInt32(content); // should be zero in _parseDetails()
142 predefined[1] = IsoTypeReader.readUInt32(content); // should be zero in _parseDetails()
143 predefined[2] = IsoTypeReader.readUInt32(content); // should be zero in _parseDetails()
148 tmp = IsoTypeReader.readUInt32(content); in _parseDetails()
/external/icu4c/i18n/
Duspoof_impl.cpp874 if (ds->readUInt32(spoofDH->fMagic) != USPOOF_MAGIC || in uspoof_swap()
875 ds->readUInt32(spoofDH->fLength) < sizeof(SpoofDataHeader)) in uspoof_swap()
885 int32_t spoofDataLength = ds->readUInt32(spoofDH->fLength); in uspoof_swap()
923 sectionStart = ds->readUInt32(spoofDH->fCFUKeys); in uspoof_swap()
924 sectionLength = ds->readUInt32(spoofDH->fCFUKeysSize) * 4; in uspoof_swap()
928 sectionStart = ds->readUInt32(spoofDH->fCFUStringIndex); in uspoof_swap()
929 sectionLength = ds->readUInt32(spoofDH->fCFUStringIndexSize) * 2; in uspoof_swap()
933 sectionStart = ds->readUInt32(spoofDH->fCFUStringTable); in uspoof_swap()
934 sectionLength = ds->readUInt32(spoofDH->fCFUStringTableLen) * 2; in uspoof_swap()
938 sectionStart = ds->readUInt32(spoofDH->fCFUStringLengths); in uspoof_swap()
[all …]
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/
DAppleLosslessSpecificBox.java126 maxSamplePerFrame = IsoTypeReader.readUInt32(content); in _parseDetails()
134 maxCodedFrameSize = IsoTypeReader.readUInt32(content); in _parseDetails()
135 bitRate = IsoTypeReader.readUInt32(content); in _parseDetails()
136 sampleRate = IsoTypeReader.readUInt32(content); in _parseDetails()
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/threegpp26244/
DSegmentIndexBox.java101 referenceId = IsoTypeReader.readUInt32(content); in _parseDetails()
102 timeScale = IsoTypeReader.readUInt32(content); in _parseDetails()
104 earliestPresentationTime = IsoTypeReader.readUInt32(content); in _parseDetails()
105 firstOffset = IsoTypeReader.readUInt32(content); in _parseDetails()
117 e.setSubsegmentDuration(IsoTypeReader.readUInt32(content)); in _parseDetails()
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
DIsoTypeReader.java34 public static long readUInt32(ByteBuffer bb) { in readUInt32() method in IsoTypeReader
100 result += readUInt32(byteBuffer) << 32; in readUInt64()
104 result += readUInt32(byteBuffer); in readUInt64()
/external/icu4c/tools/icuswap/
Dicuswap.cpp413 itemCount=ds->readUInt32(*(const uint32_t *)inBytes); in udata_swapPackage()
420 offset=ds->readUInt32(inEntries[itemCount-1].dataOffset); in udata_swapPackage()
436 itemCount=ds->readUInt32(*(const uint32_t *)inBytes); in udata_swapPackage()
444 offset=20+ds->readUInt32(inEntries[itemCount-1].dataOffset); in udata_swapPackage()
466 itemLength=(int32_t)(ds->readUInt32(inEntries[0].dataOffset)-offset); in udata_swapPackage()
491 entryName=(char *)inBytes+ds->readUInt32(inEntries[i].nameOffset); in udata_swapPackage()
546 table[i].nameOffset=ds->readUInt32(inEntries[i].nameOffset); in udata_swapPackage()
547 table[i].inOffset=ds->readUInt32(inEntries[i].dataOffset); in udata_swapPackage()
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/
DSampleToGroupBox.java83 long entryCount = IsoTypeReader.readUInt32(content); in _parseDetails()
85 …entries.add(new Entry(l2i(IsoTypeReader.readUInt32(content)), l2i(IsoTypeReader.readUInt32(content… in _parseDetails()

123