Searched refs:_playoutFramesIn10MS (Results 1 – 4 of 4) sorted by relevance
41 _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()
146 size_t _playoutFramesIn10MS; variable
84 _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()
172 uint32_t _playoutFramesIn10MS; variable