Home
last modified time | relevance | path

Searched refs:num_channels (Results 1 – 7 of 7) sorted by relevance

/device/google/cuttlefish/host/frontend/webrtc/libcommon/
Daudio_device.cpp33 int num_channels, int sample_rate, in GetMoreAudioData() argument
44 samples_per_channel, bytes_per_sample, num_channels, sample_rate, data, in GetMoreAudioData()
49 return read_samples / num_channels; in GetMoreAudioData()
Daudio_source.h32 int samples_per_channel, int num_channels,
Daudio_device.h37 int num_channels, int sample_rate, bool& muted) override;
/device/generic/goldfish/wifi/wifi_hal/
Dwifi_hal.cpp233 int *num_channels) in wifi_get_valid_channels() argument
242 num_channels); in wifi_get_valid_channels()
/device/amlogic/yukawa/hal/audio/
Daudio_aec.c108 int32_t num_channels = (int32_t)aec->spk_num_channels; in get_reference_audio_in_place() local
115 *dst_1ch++ = clamp16(acc/num_channels); in get_reference_audio_in_place()
/device/linaro/dragonboard/audio/
Daudio_aec.c108 int32_t num_channels = (int32_t)aec->spk_num_channels; in get_reference_audio_in_place() local
115 *dst_1ch++ = clamp16(acc/num_channels); in get_reference_audio_in_place()
/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dstreamer.cpp123 int samples_per_channel, int num_channels, in GetMoreAudioData() argument
126 samples_per_channel, num_channels, in GetMoreAudioData()