Searched refs:currCttsOffsetTimeTicks (Results 1 – 1 of 1) sorted by relevance
3277 int64_t currCttsOffsetTimeTicks = 0; // Timescale based ticks in threadEntry() local3580 currCttsOffsetTimeTicks = in threadEntry()3582 … if (WARN_UNLESS(currCttsOffsetTimeTicks <= 0x0FFFFFFFFLL, "for %s track", trackName)) { in threadEntry()3593 lastCttsOffsetTimeTicks = currCttsOffsetTimeTicks; in threadEntry()3594 addOneCttsTableEntry(1, currCttsOffsetTimeTicks); in threadEntry()3597 if (currCttsOffsetTimeTicks != lastCttsOffsetTimeTicks) { in threadEntry()3599 lastCttsOffsetTimeTicks = currCttsOffsetTimeTicks; in threadEntry()3608 mMinCttsOffsetTicks = currCttsOffsetTimeTicks; in threadEntry()3609 mMaxCttsOffsetTicks = currCttsOffsetTimeTicks; in threadEntry()3611 if (currCttsOffsetTimeTicks > mMaxCttsOffsetTicks) { in threadEntry()[all …]