/external/webrtc/webrtc/modules/audio_device/ |
mock_audio_device_buffer.h | 24 MOCK_METHOD1(GetPlayoutData, int32_t(void* audioBuffer));
|
fine_audio_buffer.h | 33 // GetPlayoutData() should return on success. It is also the required size of 43 // Returns the required size of |buffer| when calling GetPlayoutData(). If 53 void GetPlayoutData(int8_t* buffer); 79 // Number of bytes delivered by GetPlayoutData() call and provided to
|
fine_audio_buffer.cc | 67 void FineAudioBuffer::GetPlayoutData(int8_t* buffer) { 89 int num_out = device_buffer_->GetPlayoutData(unwritten_buffer);
|
fine_audio_buffer_unittest.cc | 44 // This function replaces the real AudioDeviceBuffer::GetPlayoutData when it's 99 EXPECT_CALL(audio_device_buffer, GetPlayoutData(_)) 126 fine_buffer.GetPlayoutData(out_buffer.get());
|
audio_device_buffer.h | 62 virtual int32_t GetPlayoutData(void* audioBuffer);
|
audio_device_buffer.cc | 557 // GetPlayoutData 560 int32_t AudioDeviceBuffer::GetPlayoutData(void* audioBuffer) 568 "AudioDeviceBuffer::GetPlayoutData", _playSize);
|
/external/webrtc/webrtc/modules/audio_device/android/ |
audio_track_jni.h | 100 static void JNICALL GetPlayoutData(
|
audio_track_jni.cc | 88 reinterpret_cast<void*>(&webrtc::AudioTrackJni::GetPlayoutData)}}; 231 void JNICALL AudioTrackJni::GetPlayoutData( 256 samples = audio_device_buffer_->GetPlayoutData(direct_buffer_address_);
|
opensles_player.cc | 446 fine_buffer_->GetPlayoutData(audio_ptr);
|
/external/webrtc/webrtc/voice_engine/ |
voe_base_impl.h | 132 void GetPlayoutData(int sample_rate, size_t number_of_channels,
|
voe_base_impl.cc | 106 GetPlayoutData(static_cast<int>(samplesPerSec), nChannels, nSamples, true, 174 GetPlayoutData(sample_rate, number_of_channels, number_of_frames, false, 767 void VoEBaseImpl::GetPlayoutData(int sample_rate, size_t number_of_channels,
|
/external/webrtc/webrtc/modules/audio_device/ios/ |
audio_device_ios.h | 207 static OSStatus GetPlayoutData(void* in_ref_con,
|
audio_device_ios.mm | [all...] |
/external/webrtc/webrtc/modules/audio_device/dummy/ |
file_audio_device.cc | 491 _playoutFramesLeft = _ptrAudioBuffer->GetPlayoutData(_playoutBuffer);
|
/external/webrtc/webrtc/modules/audio_device/linux/ |
audio_device_alsa_linux.cc | [all...] |
audio_device_pulse_linux.cc | [all...] |
/external/webrtc/webrtc/modules/audio_device/mac/ |
audio_device_mac.cc | [all...] |
/external/webrtc/webrtc/modules/audio_device/win/ |
audio_device_wave_win.cc | [all...] |
audio_device_core_win.cc | [all...] |