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

  /external/webrtc/webrtc/modules/audio_device/
fine_audio_buffer.cc 67 void FineAudioBuffer::GetPlayoutData(int8_t* buffer) {
89 int num_out = device_buffer_->GetPlayoutData(unwritten_buffer);
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.cc 88 reinterpret_cast<void*>(&webrtc::AudioTrackJni::GetPlayoutData)}};
231 void JNICALL AudioTrackJni::GetPlayoutData(
256 samples = audio_device_buffer_->GetPlayoutData(direct_buffer_address_);
  /external/webrtc/webrtc/voice_engine/
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,

Completed in 314 milliseconds