Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DMPEG4Writer.cpp4772 int64_t trakDurationUs = getDurationUs(); in writeTkhdBox() local
4775 (trakDurationUs * mvhdTimeScale + 5E5) / 1E6; in writeTkhdBox()
4975 int64_t trakDurationUs = getDurationUs(); in writeMdhdBox() local
4976 int64_t mdhdDuration = (trakDurationUs * mTimeScale + 5E5) / 1E6; in writeMdhdBox()