Home
last modified time | relevance | path

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

/external/opencore/fileformats/mp4/composer/src/
Dtrackfragmentrunatom.cpp29 _currentTimestamp = 0; in PVA_FF_TrackFragmentRunAtom()
80 _currentTimestamp = ts; in addSample()
86 int32 delta = ts - _currentTimestamp; in addSample()
87 _currentTimestamp = ts; in addSample()
146 uint32 delta = ts - _currentTimestamp; in updateLastTSEntry()
Dtimetosampleatom.cpp67 _currentTimestamp = ts; in nextSample()
73 int32 delta = ts - _currentTimestamp; in nextSample()
74 _currentTimestamp = ts; in nextSample()
96 int32 delta = ts - _currentTimestamp; in updateLastTSEntry()
/external/opencore/fileformats/mp4/composer/include/
Dtrackfragmentrunatom.h58 uint32 _currentTimestamp;
Dtimetosampleatom.h66 uint32 _currentTimestamp; variable
/external/opencore/fileformats/mp4/parser/include/
Dtimetosampleatom.h92 uint32 _currentTimestamp; variable
Dcompositionoffsetatom.h118 uint32 _currentTimestamp; variable