Home
last modified time | relevance | path

Searched refs:newPosCount (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libaudioclient/
DAudioRecord.cpp1311 size_t newPosCount = 0; in processAudioBuffer() local
1316 newPosCount = ((position - newPosition).value() / updatePeriod) + 1; in processAudioBuffer()
1317 mNewPosition += updatePeriod * newPosCount; in processAudioBuffer()
1343 while (newPosCount > 0) { in processAudioBuffer()
1346 newPosCount--; in processAudioBuffer()
DAudioTrack.cpp2459 size_t newPosCount = 0; in processAudioBuffer() local
2464 newPosCount = ((position - newPosition).value() / updatePeriod) + 1; in processAudioBuffer()
2465 mNewPosition += updatePeriod * newPosCount; in processAudioBuffer()
2576 while (newPosCount > 0) { in processAudioBuffer()
2579 newPosCount--; in processAudioBuffer()