Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_device/dummy/
Dfile_audio_device.cc41 _playoutFramesIn10MS(0), in FileAudioDevice()
148 _playoutFramesIn10MS = static_cast<size_t>(kPlayoutFixedSampleRate / 100); in InitPlayout()
159 return _playoutFramesIn10MS != 0; in PlayoutIsInitialized()
464 _ptrAudioBuffer->RequestPlayoutData(_playoutFramesIn10MS); in PlayThreadProcess()
468 RTC_DCHECK_EQ(_playoutFramesIn10MS, _playoutFramesLeft); in PlayThreadProcess()
Dfile_audio_device.h146 size_t _playoutFramesIn10MS; variable
/external/webrtc/modules/audio_device/linux/
Daudio_device_alsa_linux.cc84 _playoutFramesIn10MS(0), in AudioDeviceLinuxALSA()
807 _playoutFramesIn10MS = _playoutFreq / 100; in InitPlayout()
822 _playoutFramesIn10MS = 0; in InitPlayout()
852 LATE(snd_pcm_frames_to_bytes)(_handlePlayout, _playoutFramesIn10MS); in InitPlayout()
1503 _ptrAudioBuffer->RequestPlayoutData(_playoutFramesIn10MS); in PlayThreadProcess()
1507 assert(_playoutFramesLeft == _playoutFramesIn10MS); in PlayThreadProcess()
Daudio_device_alsa_linux.h172 uint32_t _playoutFramesIn10MS; variable