Home
last modified time | relevance | path

Searched refs:GetMoreAudioData (Results 1 – 5 of 5) sorted by relevance

/device/google/cuttlefish/host/frontend/webrtc/libcommon/
Daudio_source.h31 virtual int GetMoreAudioData(void* data, int bytes_per_sample,
Daudio_device.h36 int GetMoreAudioData(void* data, int bytes_per_samples, int samples_per_channel,
Daudio_device.cpp31 int CfAudioDeviceModule::GetMoreAudioData(void* data, int bytes_per_sample, in GetMoreAudioData() function in cuttlefish::webrtc_streaming::CfAudioDeviceModule
/device/google/cuttlefish/host/frontend/webrtc/
Daudio_handler.cpp504 auto res = audio_source_->GetMoreAudioData( in OnCaptureBuffer()
530 auto res = audio_source_->GetMoreAudioData( in OnCaptureBuffer()
/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dstreamer.cpp120 int GetMoreAudioData(void* data, int bytes_per_sample, in GetMoreAudioData() function in cuttlefish::webrtc_streaming::__anon4c45fdb00111::AudioDeviceModuleWrapper
123 return device_module_->GetMoreAudioData(data, bytes_per_sample, in GetMoreAudioData()