Searched refs:_playoutFramesIn10MS (Results 1 – 4 of 4) sorted by relevance
36 _playoutFramesIn10MS(0), in FileAudioDevice()192 _playoutFramesIn10MS = static_cast<size_t>(kPlayoutFixedSampleRate / 100); in StartPlayout()488 _ptrAudioBuffer->RequestPlayoutData(_playoutFramesIn10MS); in PlayThreadProcess()492 assert(_playoutFramesLeft == _playoutFramesIn10MS); in PlayThreadProcess()
182 size_t _playoutFramesIn10MS; variable
80 _playoutFramesIn10MS(0), in AudioDeviceLinuxALSA()1095 _playoutFramesIn10MS = _playoutFreq/100; in InitPlayout()1109 _playoutFramesIn10MS = 0; in InitPlayout()1147 _handlePlayout, _playoutFramesIn10MS); in InitPlayout()2018 _ptrAudioBuffer->RequestPlayoutData(_playoutFramesIn10MS); in PlayThreadProcess()2022 assert(_playoutFramesLeft == _playoutFramesIn10MS); in PlayThreadProcess()
213 uint32_t _playoutFramesIn10MS; variable