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

/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp1981 int64_t cttsOffsetTimeUs = 0; local
2111 cttsOffsetTimeUs =
2113 CHECK_GE(cttsOffsetTimeUs, 0ll);
2116 timestampUs, cttsOffsetTimeUs);
2120 (cttsOffsetTimeUs * mTimeScale + 500000LL) / 1000000LL;

Completed in 25 milliseconds