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

/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp2707 int64_t trakDurationUs = getDurationUs(); local
2710 (trakDurationUs * mvhdTimeScale + 5E5) / 1E6;
2768 int64_t trakDurationUs = getDurationUs(); local
2774 int32_t mdhdDuration = (trakDurationUs * mTimeScale + 5E5) / 1E6;

Completed in 687 milliseconds