Home
last modified time | relevance | path

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

/external/opencore/fileformats/mp4/composer/src/
Dmediaheaderatom.cpp61 _deltaTS = 0; in init()
69 _deltaTS = ts - _prevTS; in addSample()
84 _deltaTS = 0; // made 0 so that duration can not be updated before rendoring in updateLastTSEntry()
142 uint32 totalDuration = getDuration() + _deltaTS; in renderToFileStream()
Dtrackheaderatom.cpp106 _deltaTS = 0; in init()
127 _deltaTS = duration - _prevTS; in addSample()
141 _deltaTS = 0; // this will not increase the total duration in updateLastTSEntry()
Dmovieheaderatom.cpp48 _deltaTS = 0; in PVA_FF_MovieHeaderAtom()
101 _deltaTS = duration - _prevTS; in addSample()
/external/opencore/fileformats/mp4/composer/include/
Dtrackheaderatom.h88 return (_duration + _deltaTS); in getDuration()
130 uint32 _deltaTS; variable
Dmediaheaderatom.h107 uint32 _deltaTS; variable
Dmovieheaderatom.h109 uint32 _deltaTS; variable