Searched refs:_playoutBufferSizeIn10MS (Results 1 – 2 of 2) sorted by relevance
78 _playoutBufferSizeIn10MS(0), in AudioDeviceLinuxALSA()1146 _playoutBufferSizeIn10MS = LATE(snd_pcm_frames_to_bytes)( in InitPlayout()1500 _playoutBuffer = new int8_t[_playoutBufferSizeIn10MS]; in StartPlayout()2032 &_playoutBuffer[_playoutBufferSizeIn10MS - size], in PlayThreadProcess()
211 ssize_t _playoutBufferSizeIn10MS; variable