Searched refs:next_time (Results 1 – 1 of 1) sorted by relevance
192 uint64_t ResamplePeriodNs, curr_time, next_time; in fillSamples() local225 next_time = ev->referenceTime; in fillSamples()227 next_time = curr_time + next_sample->deltaTime; in fillSamples()230 sample_spacing_ns = (next_time > curr_time) ? (next_time - curr_time) : 0; in fillSamples()243 curr_time = next_time; in fillSamples()