Searched refs:targetRealUs (Results 1 – 1 of 1) sorted by relevance
289 int64_t targetRealUs = diffMediaUs / (double)mPlaybackRate; in processTimers_l() local290 if (targetRealUs < nextLapseRealUs) { in processTimers_l()291 nextLapseRealUs = targetRealUs; in processTimers_l()