Searched refs:cttsSampleCount (Results 1 – 1 of 1) sorted by relevance
3513 int32_t cttsSampleCount = 0; // Sample count in the current ctts table entry in threadEntry() local3868 cttsSampleCount = 0; // No sample in ctts box is pending in threadEntry()3871 addOneCttsTableEntry(cttsSampleCount, lastCttsOffsetTimeTicks); in threadEntry()3873 cttsSampleCount = 1; // One sample in ctts box is pending in threadEntry()3875 ++cttsSampleCount; in threadEntry()4074 if (cttsSampleCount > 0) { in threadEntry()4075 addOneCttsTableEntry(cttsSampleCount, lastCttsOffsetTimeTicks); in threadEntry()