Searched refs:lastTimestampUs (Results 1 – 2 of 2) sorted by relevance
341 int64_t lastTimestampUs = 0; // Previous sample time stamp in run() local364 lastDurationUs = timestampUs - lastTimestampUs; in run()365 lastTimestampUs = timestampUs; in run()406 lastDurationUs = timestampUs - lastTimestampUs; in run()407 lastTimestampUs = timestampUs; in run()
2946 int64_t lastTimestampUs = 0; // Previous sample time stamp in threadEntry() local3285 (lastTimestampUs * mTimeScale + 500000LL) / 1000000LL); in threadEntry()3288 (long long)timestampUs, (long long)lastTimestampUs, trackName); in threadEntry()3330 trackName, timestampUs, lastTimestampUs); in threadEntry()3331 lastDurationUs = timestampUs - lastTimestampUs; in threadEntry()3333 lastTimestampUs = timestampUs; in threadEntry()