Searched refs:GetMoreAudioData (Results 1 – 5 of 5) sorted by relevance
/device/google/cuttlefish/host/frontend/webrtc/libcommon/ |
D | audio_source.h | 31 virtual int GetMoreAudioData(void* data, int bytes_per_sample,
|
D | audio_device.h | 36 int GetMoreAudioData(void* data, int bytes_per_samples, int samples_per_channel,
|
D | audio_device.cpp | 31 int CfAudioDeviceModule::GetMoreAudioData(void* data, int bytes_per_sample, in GetMoreAudioData() function in cuttlefish::webrtc_streaming::CfAudioDeviceModule
|
/device/google/cuttlefish/host/frontend/webrtc/ |
D | audio_handler.cpp | 504 auto res = audio_source_->GetMoreAudioData( in OnCaptureBuffer() 530 auto res = audio_source_->GetMoreAudioData( in OnCaptureBuffer()
|
/device/google/cuttlefish/host/frontend/webrtc/libdevice/ |
D | streamer.cpp | 120 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()
|