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

/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp3890 int64_t trakDurationUs = getDurationUs(); local
3893 (trakDurationUs * mvhdTimeScale + 5E5) / 1E6;
3963 int64_t trakDurationUs = getDurationUs(); local
3964 int64_t mdhdDuration = (trakDurationUs * mTimeScale + 5E5) / 1E6;

Completed in 19 milliseconds