Searched refs:_deltaTS (Results 1 – 6 of 6) sorted by relevance
61 _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()
106 _deltaTS = 0; in init()127 _deltaTS = duration - _prevTS; in addSample()141 _deltaTS = 0; // this will not increase the total duration in updateLastTSEntry()
48 _deltaTS = 0; in PVA_FF_MovieHeaderAtom()101 _deltaTS = duration - _prevTS; in addSample()
88 return (_duration + _deltaTS); in getDuration()130 uint32 _deltaTS; variable
107 uint32 _deltaTS; variable
109 uint32 _deltaTS; variable