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

  /external/chromium_org/third_party/webrtc/modules/audio_device/dummy/
file_audio_device.cc 31 _playoutBuffer(NULL),
198 if (!_playoutBuffer)
199 _playoutBuffer = new int8_t[2 *
202 if (!_playoutBuffer)
217 delete [] _playoutBuffer;
218 _playoutBuffer = NULL;
226 delete [] _playoutBuffer;
227 _playoutBuffer = NULL;
237 delete [] _playoutBuffer;
238 _playoutBuffer = NULL
    [all...]
file_audio_device.h 173 int8_t* _playoutBuffer; // In bytes.
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
EncodeDecodeTest.h 84 int16_t* _playoutBuffer;
EncodeDecodeTest.cc 169 _playoutBuffer = new int16_t[WEBRTC_10MS_PCM_AUDIO];
176 delete[] _playoutBuffer;
  /external/chromium_org/third_party/webrtc/modules/audio_device/linux/
audio_device_alsa_linux.cc 92 _playoutBuffer(NULL),
133 if (_playoutBuffer)
135 delete [] _playoutBuffer;
136 _playoutBuffer = NULL;
    [all...]
audio_device_alsa_linux.h 226 int8_t* _playoutBuffer; // in byte
  /external/chromium_org/third_party/webrtc/modules/audio_device/ios/
audio_device_ios.cc 54 memset(_playoutBuffer, 0, sizeof(_playoutBuffer));
966 memset(_playoutBuffer, 0, sizeof(_playoutBuffer));
    [all...]
audio_device_ios.h 259 int16_t _playoutBuffer[ENGINE_PLAY_BUF_SIZE_IN_SAMPLES];

Completed in 145 milliseconds