HomeSort by relevance Sort by last modified time
    Searched refs:newPosCount (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libmedia/
AudioRecord.cpp 753 size_t newPosCount = 0;
758 newPosCount = ((position - newPosition) / updatePeriod) + 1;
759 mNewPosition += updatePeriod * newPosCount;
784 while (newPosCount > 0) {
788 newPosCount--;
AudioTrack.cpp     [all...]

Completed in 225 milliseconds