Searched refs:nextVirtualMarkerMs (Results 1 - 1 of 1) sorted by relevance

/frameworks/wilhelm/src/android/
H A Dandroid_GenericPlayer.cpp652 // nextVirtualMarkerMs will be set to the position of the next upcoming virtual marker
653 int32_t nextVirtualMarkerMs; local
657 nextVirtualMarkerMs = virtualMarkerMs + mPositionUpdatePeriodMs;
659 if (nextVirtualMarkerMs <= positionMs) {
661 nextVirtualMarkerMs, positionMs);
664 nextVirtualMarkerMs = positionMs + mPositionUpdatePeriodMs;
669 nextVirtualMarkerMs = virtualMarkerMs;
671 // note that if arithmetic overflow occurred, nextVirtualMarkerMs will be negative
672 if (positionMs < nextVirtualMarkerMs) {
674 trialDelayUs = (nextVirtualMarkerMs
[all...]

Completed in 162 milliseconds