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

/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp2176 int64_t cttsOffsetTimeUs = 0; local
2322 cttsOffsetTimeUs =
2324 if (WARN_UNLESS(cttsOffsetTimeUs >= 0ll, "for %s track", trackName)) {
2331 timestampUs, cttsOffsetTimeUs);
2335 (cttsOffsetTimeUs * mTimeScale + 500000LL) / 1000000LL;

Completed in 59 milliseconds