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

1 2

  /external/chromium_org/third_party/webrtc/modules/audio_device/android/
audio_track_jni.h 90 int32_t PlayoutBuffer(AudioDeviceModule::BufferType& type, // NOLINT
opensles_output.h 102 int32_t PlayoutBuffer(AudioDeviceModule::BufferType& type, // NOLINT
audio_device_template.h 328 int32_t PlayoutBuffer(
331 return output_.PlayoutBuffer(type, sizeMS);
opensles_output.cc 255 int32_t OpenSlesOutput::PlayoutBuffer(
  /external/chromium_org/content/renderer/media/
webrtc_audio_device_not_impl.cc 220 int32_t WebRtcAudioDeviceNotImpl::PlayoutBuffer(BufferType* type,
webrtc_audio_device_not_impl.h 91 virtual int32_t PlayoutBuffer(
  /external/chromium_org/third_party/webrtc/modules/audio_device/
audio_device_generic.h 131 virtual int32_t PlayoutBuffer(
audio_device_impl.h 171 virtual int32_t PlayoutBuffer(BufferType* type,
audio_device_impl.cc     [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_device/dummy/
audio_device_dummy.cc 187 int32_t AudioDeviceDummy::PlayoutBuffer(AudioDeviceModule::BufferType& type,
audio_device_dummy.h 126 virtual int32_t PlayoutBuffer(AudioDeviceModule::BufferType& type,
file_audio_device.h 143 virtual int32_t PlayoutBuffer(AudioDeviceModule::BufferType& type,
file_audio_device.cc 474 int32_t FileAudioDevice::PlayoutBuffer(AudioDeviceModule::BufferType& type,
  /external/chromium_org/third_party/webrtc/modules/audio_device/include/
audio_device.h 159 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/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
fakeaudiocapturemodule.h 180 virtual int32_t PlayoutBuffer(BufferType* type,
fakeaudiocapturemodule.cc 537 int32_t FakeAudioCaptureModule::PlayoutBuffer(BufferType* /*type*/,
  /external/chromium_org/third_party/webrtc/modules/audio_device/ios/
audio_device_ios.h 142 virtual int32_t PlayoutBuffer(AudioDeviceModule::BufferType& type,
  /external/chromium_org/third_party/webrtc/modules/audio_device/linux/
audio_device_alsa_linux.h 142 virtual int32_t PlayoutBuffer(
audio_device_pulse_linux.h 203 virtual int32_t PlayoutBuffer(AudioDeviceModule::BufferType& type,
  /external/chromium_org/third_party/webrtc/voice_engine/
voe_video_sync_impl.cc 198 if (_shared->audio_device()->PlayoutBuffer(&type, &sizeMS) != 0)
  /external/chromium_org/third_party/webrtc/modules/audio_device/test/
audio_device_test_api.cc     [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_device/mac/
audio_device_mac.h 160 virtual int32_t PlayoutBuffer(AudioDeviceModule::BufferType& type,
  /external/chromium_org/third_party/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 143 virtual int32_t PlayoutBuffer(AudioDeviceModule::BufferType& type, uint16_t& sizeMS) const;

Completed in 340 milliseconds

1 2