Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DMPEG4Writer.cpp3118 int64_t trakDurationUs = getDurationUs(); in writeTkhdBox() local
3121 (trakDurationUs * mvhdTimeScale + 5E5) / 1E6; in writeTkhdBox()
3179 int64_t trakDurationUs = getDurationUs(); in writeMdhdBox() local
3185 int32_t mdhdDuration = (trakDurationUs * mTimeScale + 5E5) / 1E6; in writeMdhdBox()