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

/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp2548 int64_t cttsOffsetTimeUs = 0; local
2769 cttsOffsetTimeUs =
2771 if (WARN_UNLESS(cttsOffsetTimeUs >= 0ll, "for %s track", trackName)) {
2780 timestampUs, cttsOffsetTimeUs);
2784 (cttsOffsetTimeUs * mTimeScale + 500000LL) / 1000000LL;

Completed in 13 milliseconds