Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc426 _playBlockSize(0), in AudioDeviceWindowsCore()
2275 _playBlockSize = Wfx.nSamplesPerSec/100; in InitPlayout()
2291 WEBRTC_TRACE(kTraceInfo, kTraceAudioDevice, _id, "_playBlockSize : %d", _playBlockSize); in InitPlayout()
3452 int playout_delay = 10 * (bufferLength / _playBlockSize) + in DoRenderThread()
3534 if (framesAvailable < _playBlockSize) in DoRenderThread()
3542 const uint32_t n10msBuffers = (framesAvailable / _playBlockSize); in DoRenderThread()
3546 hr = _ptrRenderClient->GetBuffer(_playBlockSize, &pData); in DoRenderThread()
3556 _ptrAudioBuffer->RequestPlayoutData(_playBlockSize); in DoRenderThread()
3574 if (nSamples != static_cast<int32_t>(_playBlockSize)) in DoRenderThread()
3576 …ceWarning, kTraceAudioDevice, _id, "nSamples(%d) != _playBlockSize(%d)", nSamples, _playBlockSize); in DoRenderThread()
[all …]
Daudio_device_core_win.h322 uint32_t _playBlockSize; variable