Searched refs:bytes_per_sample (Results 1 – 4 of 4) sorted by relevance
/device/google/cuttlefish/host/frontend/webrtc/ |
D | audio_handler.cpp | 487 const auto bytes_per_sample = stream_desc.bits_per_sample / 8; in OnCaptureBuffer() local 490 samples_per_channel * bytes_per_sample * stream_desc.channels; in OnCaptureBuffer() 505 write_pos, bytes_per_sample, samples_per_channel, in OnCaptureBuffer() 519 auto bytes_received = res * bytes_per_sample * stream_desc.channels; in OnCaptureBuffer() 531 write_pos, bytes_per_sample, samples_per_channel, in OnCaptureBuffer() 542 auto bytes_received = res * bytes_per_sample * stream_desc.channels; in OnCaptureBuffer()
|
/device/google/cuttlefish/host/frontend/webrtc/libcommon/ |
D | audio_device.cpp | 31 int CfAudioDeviceModule::GetMoreAudioData(void* data, int bytes_per_sample, in GetMoreAudioData() argument 44 samples_per_channel, bytes_per_sample, num_channels, sample_rate, data, in GetMoreAudioData()
|
D | audio_source.h | 31 virtual int GetMoreAudioData(void* data, int bytes_per_sample,
|
/device/google/cuttlefish/host/frontend/webrtc/libdevice/ |
D | streamer.cpp | 120 int GetMoreAudioData(void* data, int bytes_per_sample, in GetMoreAudioData() argument 123 return device_module_->GetMoreAudioData(data, bytes_per_sample, in GetMoreAudioData()
|