HomeSort by relevance Sort by last modified time
    Searched refs:PlayoutBuffer (Results 1 - 25 of 26) sorted by null

1 2

  /external/webrtc/webrtc/modules/audio_device/
audio_device_generic.h 122 virtual int32_t PlayoutBuffer(AudioDeviceModule::BufferType& type,
audio_device_impl.h 159 int32_t PlayoutBuffer(BufferType* type, uint16_t* sizeMS) const override;
audio_device_impl.cc     [all...]
  /external/webrtc/webrtc/modules/audio_device/dummy/
audio_device_dummy.cc 187 int32_t AudioDeviceDummy::PlayoutBuffer(AudioDeviceModule::BufferType& type,
audio_device_dummy.h 125 int32_t PlayoutBuffer(AudioDeviceModule::BufferType& type,
file_audio_device.h 145 int32_t PlayoutBuffer(AudioDeviceModule::BufferType& type,
file_audio_device.cc 423 int32_t FileAudioDevice::PlayoutBuffer(AudioDeviceModule::BufferType& type,
  /external/webrtc/webrtc/modules/audio_device/include/
audio_device.h 161 virtual int32_t PlayoutBuffer(BufferType* type, uint16_t* sizeMS) const = 0;
fake_audio_device.h 118 virtual int32_t PlayoutBuffer(BufferType* type, uint16_t* sizeMS) const {
  /external/webrtc/webrtc/voice_engine/
voe_video_sync_impl.cc 147 if (_shared->audio_device()->PlayoutBuffer(&type, &sizeMS) != 0) {
  /external/webrtc/webrtc/modules/audio_device/ios/
audio_device_not_implemented_ios.mm 18 int32_t AudioDeviceIOS::PlayoutBuffer(AudioDeviceModule::BufferType& type,
audio_device_ios.h 85 int32_t PlayoutBuffer(AudioDeviceModule::BufferType& type,
  /external/webrtc/talk/app/webrtc/test/
fakeaudiocapturemodule.h 171 int32_t PlayoutBuffer(BufferType* type, uint16_t* size_ms) const override;
fakeaudiocapturemodule.cc 508 int32_t FakeAudioCaptureModule::PlayoutBuffer(BufferType* /*type*/,
  /external/webrtc/webrtc/modules/audio_device/linux/
audio_device_alsa_linux.h 138 int32_t PlayoutBuffer(AudioDeviceModule::BufferType& type,
audio_device_pulse_linux.h 200 int32_t PlayoutBuffer(AudioDeviceModule::BufferType& type,
audio_device_alsa_linux.cc     [all...]
audio_device_pulse_linux.cc     [all...]
  /external/webrtc/webrtc/modules/audio_device/test/
audio_device_test_api.cc     [all...]
  /external/webrtc/webrtc/modules/audio_device/android/
audio_device_template.h 382 int32_t PlayoutBuffer(
  /external/webrtc/webrtc/modules/audio_device/mac/
audio_device_mac.h 164 virtual int32_t PlayoutBuffer(AudioDeviceModule::BufferType& type,
audio_device_mac.cc     [all...]
  /external/webrtc/webrtc/modules/audio_device/win/
audio_device_core_win.h 187 virtual int32_t PlayoutBuffer(AudioDeviceModule::BufferType& type, uint16_t& sizeMS) const;
audio_device_wave_win.h 144 virtual int32_t PlayoutBuffer(AudioDeviceModule::BufferType& type, uint16_t& sizeMS) const;
audio_device_wave_win.cc     [all...]

Completed in 2034 milliseconds

1 2