Home
last modified time | relevance | path

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

/external/opencore/fileformats/mp4/composer/src/
Dtrackfragmentatom.cpp41 _timescale = timescale; in PVA_FF_TrackFragmentAtom()
137 _fragmentDuration = _fragmentDuration + (uint32)((1000.0f / _timescale) * delta + 0.5f); in addSampleToFragment()
/external/opencore/fileformats/mp4/composer/include/
Dtrackfragmentatom.h80 uint32 _timescale; variable