Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DMPEG4Writer.cpp4029 int64_t trakDurationUs = getDurationUs(); in writeTkhdBox() local
4032 (trakDurationUs * mvhdTimeScale + 5E5) / 1E6; in writeTkhdBox()
4129 int64_t trakDurationUs = getDurationUs(); in writeMdhdBox() local
4130 int64_t mdhdDuration = (trakDurationUs * mTimeScale + 5E5) / 1E6; in writeMdhdBox()