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

/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp2550 int64_t deltaUs = ((lastDurationTicks - currDurationTicks) * 1000000LL local
2552 if (deltaUs > -100 && deltaUs < 100) {
2556 timestampUs += deltaUs;

Completed in 1397 milliseconds