Searched refs:samples_per_channel (Results 1 – 5 of 5) sorted by relevance
/device/google/cuttlefish/host/frontend/webrtc/ |
D | audio_handler.cpp | 488 const auto samples_per_channel = stream_desc.sample_rate / 100; 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() 531 write_pos, bytes_per_sample, samples_per_channel, in OnCaptureBuffer()
|
/device/google/cuttlefish/host/frontend/webrtc/libcommon/ |
D | audio_device.cpp | 32 int samples_per_channel, in GetMoreAudioData() argument 44 samples_per_channel, bytes_per_sample, num_channels, sample_rate, data, in GetMoreAudioData()
|
D | audio_source.h | 32 int samples_per_channel, int num_channels,
|
D | audio_device.h | 36 int GetMoreAudioData(void* data, int bytes_per_samples, int samples_per_channel,
|
/device/google/cuttlefish/host/frontend/webrtc/libdevice/ |
D | streamer.cpp | 121 int samples_per_channel, int num_channels, in GetMoreAudioData() argument 124 samples_per_channel, num_channels, in GetMoreAudioData()
|