Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/
DAudioRecord.cpp1195 size_t newPosCount = 0; in processAudioBuffer() local
1200 newPosCount = ((position - newPosition).value() / updatePeriod) + 1; in processAudioBuffer()
1201 mNewPosition += updatePeriod * newPosCount; in processAudioBuffer()
1226 while (newPosCount > 0) { in processAudioBuffer()
1230 newPosCount--; in processAudioBuffer()
DAudioTrack.cpp2073 size_t newPosCount = 0; in processAudioBuffer() local
2078 newPosCount = ((position - newPosition).value() / updatePeriod) + 1; in processAudioBuffer()
2079 mNewPosition += updatePeriod * newPosCount; in processAudioBuffer()
2178 while (newPosCount > 0) { in processAudioBuffer()
2182 newPosCount--; in processAudioBuffer()