Home | History | Annotate | Download | only in libmedia

Lines Matching refs:newPosCount

1447     size_t newPosCount = 0;
1452 newPosCount = ((position - newPosition) / updatePeriod) + 1;
1453 mNewPosition += updatePeriod * newPosCount;
1519 while (newPosCount > 0) {
1523 newPosCount--;