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