Home
last modified time | relevance | path

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

/external/opencore/fileformats/mp4/parser/src/
Dtrackfragmentatom.cpp495 int32 currTSBase = 0; in getNextNSamples() local
515 currTSBase = _currentPlaybackSampleTimestamp; in getNextNSamples()
637currTSBase = Oscl_Int64_Utils::get_uint64_lower32((*_tfRunSampleInfo)[k]->_sample_timestamp); in getNextNSamples()
655 pgau->info[s].ts = currTSBase; in getNextNSamples()
656 currTSBase += tsDelta; in getNextNSamples()
763 _currentPlaybackSampleTimestamp = currTSBase; in getNextNSamples()
943 int32 currTSBase = 0; in peekNextNSamples() local
955 currTSBase = _currentPlaybackSampleTimestamp; in peekNextNSamples()
1045currTSBase = Oscl_Int64_Utils::get_uint64_lower32((*_tfRunSampleInfo)[k]->_sample_timestamp); in peekNextNSamples()
1065 mInfo[s].ts = currTSBase; in peekNextNSamples()
[all …]
Dsampletableatom.cpp2344 int32 numSamplesPerChunk = 0, currTSBase = 0; in getNextNSamples() local
2374 currTSBase = _currentPlaybackSampleTimestamp; in getNextNSamples()
2526 currTSBase = _trackStartTSOffset; in getNextNSamples()
2578 pgau->info[s].ts = currTSBase + getCttsOffsetForSampleNumberGet(j); in getNextNSamples()
2585 currTSBase += tsDelta; in getNextNSamples()
2868 _currentPlaybackSampleTimestamp = currTSBase; in getNextNSamples()
2874 currTSBase, in getNextNSamples()
2881 currTSBase, in getNextNSamples()
2888 currTSBase, in getNextNSamples()
2895 currTSBase, in getNextNSamples()
[all …]