Home
last modified time | relevance | path

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

/external/opencore/fileformats/mp4/parser/src/
Dsamplesizeatom.cpp137 int32 _head_offset = AtomUtils::getCurrentFilePosition(fp); in SampleSizeAtom() local
139 AtomUtils::seekFromStart(_fileptr, _head_offset); in SampleSizeAtom()
Dchunkoffsetatom.cpp116 int32 _head_offset = AtomUtils::getCurrentFilePosition(fp); in ChunkOffsetAtom() local
118 AtomUtils::seekFromStart(_fileptr, _head_offset); in ChunkOffsetAtom()
Dtimetosampleatom.cpp150 int32 _head_offset = AtomUtils::getCurrentFilePosition(fp); in TimeToSampleAtom() local
152 AtomUtils::seekFromStart(_fileptr, _head_offset); in TimeToSampleAtom()
Dcompositionoffsetatom.cpp189 int32 _head_offset = AtomUtils::getCurrentFilePosition(fp); in CompositionOffsetAtom() local
191 AtomUtils::seekFromStart(_fileptr, _head_offset); in CompositionOffsetAtom()
Dsampletochunkatom.cpp162 int32 _head_offset = AtomUtils::getCurrentFilePosition(fp); in SampleToChunkAtom() local
164 AtomUtils::seekFromStart(_fileptr, _head_offset); in SampleToChunkAtom()