Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DMPEG4Writer.cpp3510 int64_t cttsOffsetTimeUs = 0; in threadEntry() local
3839 cttsOffsetTimeUs = in threadEntry()
3841 if (WARN_UNLESS(cttsOffsetTimeUs >= 0LL, "for %s track", trackName)) { in threadEntry()
3850 timestampUs, cttsOffsetTimeUs); in threadEntry()
3854 (cttsOffsetTimeUs * mTimeScale + 500000LL) / 1000000LL; in threadEntry()
3888 mMinCttsOffsetTimeUs = cttsOffsetTimeUs; in threadEntry()