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

/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp2878 int64_t cttsOffsetTimeUs = 0; local
3128 cttsOffsetTimeUs =
3130 if (WARN_UNLESS(cttsOffsetTimeUs >= 0ll, "for %s track", trackName)) {
3139 timestampUs, cttsOffsetTimeUs);
3143 (cttsOffsetTimeUs * mTimeScale + 500000LL) / 1000000LL;
3177 mMinCttsOffsetTimeUs = cttsOffsetTimeUs;

Completed in 75 milliseconds