Searched refs:lateByUs (Results 1 – 2 of 2) sorted by relevance
522 int64_t lateByUs = nowUs - whenRealUs; in onDoMoreStuff() local524 if (lateByUs > -10000ll) { in onDoMoreStuff()527 if (lateByUs > 30000ll) { in onDoMoreStuff()529 mStateByTrackIndex.keyAt(i), (long long)lateByUs); in onDoMoreStuff()559 mStateByTrackIndex.keyAt(i), (long long)-lateByUs); in onDoMoreStuff()
258 void notifyVideoLateBy(int64_t lateByUs);