Searched refs:trakDurationUs (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 73 milliseconds