Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DMPEG4Writer.cpp2954 int64_t cttsOffsetTimeUs = 0; in threadEntry() local
3205 cttsOffsetTimeUs = in threadEntry()
3207 if (WARN_UNLESS(cttsOffsetTimeUs >= 0LL, "for %s track", trackName)) { in threadEntry()
3216 timestampUs, cttsOffsetTimeUs); in threadEntry()
3220 (cttsOffsetTimeUs * mTimeScale + 500000LL) / 1000000LL; in threadEntry()
3254 mMinCttsOffsetTimeUs = cttsOffsetTimeUs; in threadEntry()