Searched defs:lateByUs (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/cmds/stagefright/
H A DSimplePlayer.cpp522 int64_t lateByUs = nowUs - whenRealUs; local
524 if (lateByUs > -10000ll) {
527 if (lateByUs > 30000ll) {
529 mStateByTrackIndex.keyAt(i), (long long)lateByUs);
559 mStateByTrackIndex.keyAt(i), (long long)-lateByUs);

Completed in 24 milliseconds