HomeSort by relevance Sort by last modified time
    Searched refs:_fragmentDuration (Results 1 - 5 of 5) sorted by null

  /external/opencore/fileformats/mp4/composer/src/
movieextendsheaderatom.cpp 29 _fragmentDuration = 0;
47 return _fragmentDuration;
55 _fragmentDuration = duration;
63 if (ts > _fragmentDuration)
65 _fragmentDuration = ts;
81 PVA_FF_AtomUtils::render32(fp, _fragmentDuration);
121 if (!PVA_FF_AtomUtils::render32(fp, _fragmentDuration))
trackfragmentatom.cpp 45 _fragmentDuration = 0;
137 _fragmentDuration = _fragmentDuration + (uint32)((1000.0f / _timescale) * delta + 0.5f);
202 return _fragmentDuration;
  /external/opencore/fileformats/mp4/composer/include/
movieextendsheaderatom.h 44 uint32 _fragmentDuration;
moviefragmentatom.h 68 uint32 _fragmentDuration; // determines the duration of samples in this fragment
trackfragmentatom.h 84 uint32 _fragmentDuration; // determines the duration of samples in this fragment

Completed in 487 milliseconds