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

/frameworks/wilhelm/src/android/
H A Dandroid_GenericPlayer.cpp653 // nextVirtualMarkerMs will be set to the position of the next upcoming virtual marker
654 int32_t nextVirtualMarkerMs; local
658 nextVirtualMarkerMs = virtualMarkerMs + mPositionUpdatePeriodMs;
660 if (nextVirtualMarkerMs <= positionMs) {
662 nextVirtualMarkerMs, positionMs);
665 nextVirtualMarkerMs = positionMs + mPositionUpdatePeriodMs;
670 nextVirtualMarkerMs = virtualMarkerMs;
672 // note that if arithmetic overflow occurred, nextVirtualMarkerMs will be negative
673 if (positionMs < nextVirtualMarkerMs) {
675 trialDelayUs = (nextVirtualMarkerMs
[all...]

Completed in 42 milliseconds