Home
last modified time | relevance | path

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

/external/opencore/fileformats/mp4/parser/include/
Dsampletochunkatom.h65 uint32 getChunkNumberForSample(uint32 sampleNum);
/external/opencore/fileformats/mp4/parser/src/
Dsampletableatom.cpp703 _psampleToChunkAtom->getChunkNumberForSample(_currentPlaybackSampleNumber); in getKeyMediaSampleNumAt()
906 _psampleToChunkAtom->getChunkNumberForSample(_currentPlaybackSampleNumber); in getPrevKeyMediaSample()
1109 _psampleToChunkAtom->getChunkNumberForSample(_currentPlaybackSampleNumber); in getNextKeyMediaSample()
1883 _psampleToChunkAtom->getChunkNumberForSample(_currentPlaybackSampleNumber); in resetPlayBackbyTime()
3129 int32 chunk = getMutableSampleToChunkAtom().getChunkNumberForSample(sampleNum); in getOffsetByTime()
Dsampletochunkatom.cpp537 SampleToChunkAtom::getChunkNumberForSample(uint32 sampleNum) in getChunkNumberForSample() function in SampleToChunkAtom