Searched refs:lastTimestampUs (Results 1 – 2 of 2) sorted by relevance
340 int64_t lastTimestampUs = 0; // Previous sample time stamp in run() local374 lastDurationUs = timestampUs - lastTimestampUs; in run()375 lastTimestampUs = timestampUs; in run()415 lastDurationUs = timestampUs - lastTimestampUs; in run()416 lastTimestampUs = timestampUs; in run()
3501 int64_t lastTimestampUs = 0; // Previous sample time stamp in threadEntry() local3919 (lastTimestampUs * mTimeScale + 500000LL) / 1000000LL); in threadEntry()3922 (long long)timestampUs, (long long)lastTimestampUs, trackName); in threadEntry()3966 trackName, timestampUs, lastTimestampUs); in threadEntry()3967 lastDurationUs = timestampUs - lastTimestampUs; in threadEntry()3969 lastTimestampUs = timestampUs; in threadEntry()