Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/
DAudioRecord.cpp1083 size_t newPosCount = 0; in processAudioBuffer() local
1088 newPosCount = ((position - newPosition).value() / updatePeriod) + 1; in processAudioBuffer()
1089 mNewPosition += updatePeriod * newPosCount; in processAudioBuffer()
1114 while (newPosCount > 0) { in processAudioBuffer()
1118 newPosCount--; in processAudioBuffer()
DAudioTrack.cpp1927 size_t newPosCount = 0; in processAudioBuffer() local
1932 newPosCount = ((position - newPosition).value() / updatePeriod) + 1; in processAudioBuffer()
1933 mNewPosition += updatePeriod * newPosCount; in processAudioBuffer()
2032 while (newPosCount > 0) { in processAudioBuffer()
2036 newPosCount--; in processAudioBuffer()