Home
last modified time | relevance | path

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

/external/opencore/fileformats/mp4/parser/src/
Dtrackfragmentatom.cpp67 _peekPlaybackSampleNumber = 0; in TrackFragmentAtom()
962 _peekPlaybackSampleNumber = 0; in peekNextNSamples()
976 tfRun = getTrackFragmentRunForSampleNum(_peekPlaybackSampleNumber, sampleCount); in peekNextNSamples()
995 samplesLeftInChunk = ((sampleCount - _peekPlaybackSampleNumber)); in peekNextNSamples()
1079 if (_peekPlaybackSampleNumber == (uint32)sampleBeforeGet) in peekNextNSamples()
1081 _peekPlaybackSampleNumber += numSamples; in peekNextNSamples()
1089 if (_peekPlaybackSampleNumber == totalnumSamples) in peekNextNSamples()
1094 if (_peekPlaybackSampleNumber > totalnumSamples) in peekNextNSamples()
1101 if (_peekPlaybackSampleNumber == (uint32) sampleBeforeGet) in peekNextNSamples()
1120 nReturn = peekNextNSamples(_peekPlaybackSampleNumber, n, totalSampleRead , mInfo); in peekNextBundledAccessUnits()
[all …]
/external/opencore/fileformats/mp4/parser/include/
Dtrackfragmentatom.h169 uint32 _peekPlaybackSampleNumber; variable