HomeSort by relevance Sort by last modified time
    Searched refs:_playoutBuffer (Results 1 - 6 of 6) sorted by null

  /external/webrtc/webrtc/modules/audio_device/dummy/
file_audio_device.cc 30 _playoutBuffer(NULL),
196 if (!_playoutBuffer) {
197 _playoutBuffer = new int8_t[kPlayoutBufferSize];
199 if (!_playoutBuffer) {
209 delete [] _playoutBuffer;
210 _playoutBuffer = NULL;
236 delete [] _playoutBuffer;
237 _playoutBuffer = NULL;
491 _playoutFramesLeft = _ptrAudioBuffer->GetPlayoutData(_playoutBuffer);
494 _outputFile.Write(_playoutBuffer, kPlayoutBufferSize)
    [all...]
file_audio_device.h 175 int8_t* _playoutBuffer; // In bytes.
  /external/webrtc/webrtc/modules/audio_coding/test/
EncodeDecodeTest.h 86 int16_t* _playoutBuffer;
EncodeDecodeTest.cc 168 _playoutBuffer = new int16_t[WEBRTC_10MS_PCM_AUDIO];
175 delete[] _playoutBuffer;
  /external/webrtc/webrtc/modules/audio_device/linux/
audio_device_alsa_linux.cc 86 _playoutBuffer(NULL),
127 if (_playoutBuffer)
129 delete [] _playoutBuffer;
130 _playoutBuffer = NULL;
    [all...]
audio_device_alsa_linux.h 221 int8_t* _playoutBuffer; // in byte

Completed in 145 milliseconds