Home
last modified time | relevance | path

Searched refs:firstChunk (Results 1 – 1 of 1) sorted by relevance

/external/opencore/fileformats/mp4/parser/src/
Dsampletochunkatom.cpp184 uint32 firstChunk; in SampleToChunkAtom() local
195 if (!AtomUtils::read32(fp, firstChunk)) in SampleToChunkAtom()
202 offSet = firstChunk; in SampleToChunkAtom()
215 if (firstChunk > prevFirstChunk) in SampleToChunkAtom()
217 _pfirstChunkVec[j] = (firstChunk - offSet); in SampleToChunkAtom()
220 prevFirstChunk = firstChunk; in SampleToChunkAtom()
279 uint32 firstChunk; in ParseEntryUnit() local
283 if (!AtomUtils::read32(_fileptr, firstChunk)) in ParseEntryUnit()
290 offSet = firstChunk; in ParseEntryUnit()
302 if (firstChunk > prevFirstChunk) in ParseEntryUnit()
[all …]