Searched refs:_playoutFramesLeft (Results 1 – 4 of 4) sorted by relevance
32 _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()
177 uint32_t _playoutFramesLeft; variable
88 _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 …]
223 uint32_t _playoutFramesLeft; variable