Searched refs:currCttsOffsetTimeTicks (Results 1 – 1 of 1) sorted by relevance
3511 int64_t currCttsOffsetTimeTicks = 0; // Timescale based ticks in threadEntry() local3853 currCttsOffsetTimeTicks = in threadEntry()3855 … if (WARN_UNLESS(currCttsOffsetTimeTicks <= 0x0FFFFFFFFLL, "for %s track", trackName)) { in threadEntry()3866 lastCttsOffsetTimeTicks = currCttsOffsetTimeTicks; in threadEntry()3867 addOneCttsTableEntry(1, currCttsOffsetTimeTicks); in threadEntry()3870 if (currCttsOffsetTimeTicks != lastCttsOffsetTimeTicks) { in threadEntry()3872 lastCttsOffsetTimeTicks = currCttsOffsetTimeTicks; in threadEntry()3881 mMinCttsOffsetTicks = currCttsOffsetTimeTicks; in threadEntry()3882 mMaxCttsOffsetTicks = currCttsOffsetTimeTicks; in threadEntry()3884 if (currCttsOffsetTimeTicks > mMaxCttsOffsetTicks) { in threadEntry()[all …]