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

  /external/chromium_org/third_party/webrtc/modules/audio_device/
mock_audio_device_buffer.h 25 MOCK_METHOD1(GetPlayoutData, int32_t(void* audioBuffer));
audio_device_buffer.h 63 virtual int32_t GetPlayoutData(void* audioBuffer);
audio_device_buffer.cc 571 // GetPlayoutData
574 int32_t AudioDeviceBuffer::GetPlayoutData(void* audioBuffer)
581 "kMaxBufferSizeBytes in AudioDeviceBuffer::GetPlayoutData", _playSize);
  /external/chromium_org/third_party/webrtc/examples/android/opensl_loopback/
fake_audio_device_buffer.h 39 virtual int32_t GetPlayoutData(void* audioBuffer);
fake_audio_device_buffer.cc 74 int32_t FakeAudioDeviceBuffer::GetPlayoutData(void* audioBuffer) {
  /external/chromium_org/third_party/webrtc/modules/audio_device/android/
fine_audio_buffer.cc 63 int num_out = device_buffer_->GetPlayoutData(unwritten_buffer);
fine_audio_buffer_unittest.cc 43 // This function replaces GetPlayoutData when it's called (which is done
75 EXPECT_CALL(audio_device_buffer, GetPlayoutData(_))
audio_track_jni.cc     [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/
voe_base_impl.h 143 void GetPlayoutData(int sample_rate, int number_of_channels,
voe_base_impl.cc 160 GetPlayoutData(static_cast<int>(samplesPerSec),
245 GetPlayoutData(sample_rate, number_of_channels, number_of_frames, false,
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_device/dummy/
file_audio_device.cc 543 _playoutFramesLeft = _ptrAudioBuffer->GetPlayoutData(_playoutBuffer);
  /external/chromium_org/third_party/webrtc/modules/audio_device/ios/
audio_device_ios.cc     [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_device/linux/
audio_device_alsa_linux.cc     [all...]
audio_device_pulse_linux.cc     [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_device/mac/
audio_device_mac.cc     [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_device/win/
audio_device_wave_win.cc     [all...]
audio_device_core_win.cc     [all...]

Completed in 193 milliseconds