Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/
Daudio_handler.cpp488 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/
Daudio_device.cpp32 int samples_per_channel, in GetMoreAudioData() argument
44 samples_per_channel, bytes_per_sample, num_channels, sample_rate, data, in GetMoreAudioData()
Daudio_source.h32 int samples_per_channel, int num_channels,
Daudio_device.h36 int GetMoreAudioData(void* data, int bytes_per_samples, int samples_per_channel,
/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dstreamer.cpp121 int samples_per_channel, int num_channels, in GetMoreAudioData() argument
124 samples_per_channel, num_channels, in GetMoreAudioData()