Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/dummy/
Dfile_audio_device.cc32 _playoutFramesLeft(0), in FileAudioDevice()
194 _playoutFramesLeft = 0; in StartPlayout()
235 _playoutFramesLeft = 0; in StopPlayout()
491 _playoutFramesLeft = _ptrAudioBuffer->GetPlayoutData(_playoutBuffer); in PlayThreadProcess()
492 assert(_playoutFramesLeft == _playoutFramesIn10MS); in PlayThreadProcess()
499 _playoutFramesLeft = 0; in PlayThreadProcess()
Dfile_audio_device.h177 uint32_t _playoutFramesLeft; variable
/external/webrtc/webrtc/modules/audio_device/linux/
Daudio_device_alsa_linux.cc88 _playoutFramesLeft(0), in AudioDeviceLinuxALSA()
1498 _playoutFramesLeft = 0; in StartPlayout()
1556 _playoutFramesLeft = 0; in StopPlayout()
2015 if (_playoutFramesLeft <= 0) in PlayThreadProcess()
2021 _playoutFramesLeft = _ptrAudioBuffer->GetPlayoutData(_playoutBuffer); in PlayThreadProcess()
2022 assert(_playoutFramesLeft == _playoutFramesIn10MS); in PlayThreadProcess()
2025 if (static_cast<uint32_t>(avail_frames) > _playoutFramesLeft) in PlayThreadProcess()
2026 avail_frames = _playoutFramesLeft; in PlayThreadProcess()
2029 _playoutFramesLeft); in PlayThreadProcess()
2040 _playoutFramesLeft = 0; in PlayThreadProcess()
[all …]
Daudio_device_alsa_linux.h223 uint32_t _playoutFramesLeft; variable