Searched refs:lastTimestampUs (Results 1 – 2 of 2) sorted by relevance
342 int64_t lastTimestampUs = 0; // Previous sample time stamp in run() local365 lastDurationUs = timestampUs - lastTimestampUs; in run()366 lastTimestampUs = timestampUs; in run()407 lastDurationUs = timestampUs - lastTimestampUs; in run()408 lastTimestampUs = timestampUs; in run()
3267 int64_t lastTimestampUs = 0; // Previous sample time stamp in threadEntry() local3646 (lastTimestampUs * mTimeScale + 500000LL) / 1000000LL); in threadEntry()3649 (long long)timestampUs, (long long)lastTimestampUs, trackName); in threadEntry()3693 trackName, timestampUs, lastTimestampUs); in threadEntry()3694 lastDurationUs = timestampUs - lastTimestampUs; in threadEntry()3696 lastTimestampUs = timestampUs; in threadEntry()