Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc1985 UINT bufferFrameCount(0); in InitPlayout() local
1986 hr = _ptrClientOut->GetBufferSize(&bufferFrameCount); in InitPlayout()
1989 << bufferFrameCount << " (<=> " in InitPlayout()
1990 << bufferFrameCount * _playAudioFrameSize << " bytes)"; in InitPlayout()
2274 UINT bufferFrameCount(0); in InitRecording() local
2275 hr = _ptrClientIn->GetBufferSize(&bufferFrameCount); in InitRecording()
2278 << bufferFrameCount << " (<=> " in InitRecording()
2279 << bufferFrameCount * _recAudioFrameSize << " bytes)"; in InitRecording()