Home
last modified time | relevance | path

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

/frameworks/av/media/libmedia/
DAudioRecord.cpp972 size_t newPosCount = 0; in processAudioBuffer() local
977 newPosCount = ((position - newPosition).value() / updatePeriod) + 1; in processAudioBuffer()
978 mNewPosition += updatePeriod * newPosCount; in processAudioBuffer()
1003 while (newPosCount > 0) { in processAudioBuffer()
1007 newPosCount--; in processAudioBuffer()
DAudioTrack.cpp1852 size_t newPosCount = 0; in processAudioBuffer() local
1857 newPosCount = ((position - newPosition).value() / updatePeriod) + 1; in processAudioBuffer()
1858 mNewPosition += updatePeriod * newPosCount; in processAudioBuffer()
1957 while (newPosCount > 0) { in processAudioBuffer()
1961 newPosCount--; in processAudioBuffer()