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

/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp2868 int64_t trakDurationUs = getDurationUs(); local
2871 (trakDurationUs * mvhdTimeScale + 5E5) / 1E6;
2929 int64_t trakDurationUs = getDurationUs(); local
2935 int32_t mdhdDuration = (trakDurationUs * mTimeScale + 5E5) / 1E6;

Completed in 63 milliseconds