Searched refs:num_channels (Results 1 – 7 of 7) sorted by relevance
/device/google/cuttlefish/host/frontend/webrtc/libcommon/ |
D | audio_device.cpp | 33 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()
|
D | audio_source.h | 32 int samples_per_channel, int num_channels,
|
D | audio_device.h | 37 int num_channels, int sample_rate, bool& muted) override;
|
/device/generic/goldfish/wifi/wifi_hal/ |
D | wifi_hal.cpp | 233 int *num_channels) in wifi_get_valid_channels() argument 242 num_channels); in wifi_get_valid_channels()
|
/device/amlogic/yukawa/hal/audio/ |
D | audio_aec.c | 108 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/ |
D | audio_aec.c | 108 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/ |
D | streamer.cpp | 123 int samples_per_channel, int num_channels, in GetMoreAudioData() argument 126 samples_per_channel, num_channels, in GetMoreAudioData()
|