Home
last modified time | relevance | path

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

/system/connectivity/wificond/scanning/
Dsingle_scan_settings.cpp67 int32_t num_channels = 0; in readFromParcel() local
68 RETURN_IF_FAILED(parcel->readInt32(&num_channels)); in readFromParcel()
73 for (int i = 0; i < num_channels; i++) { in readFromParcel()
/system/extras/sound/
Dplaywav.c115 uint16_t num_channels; member
168 hdr.num_channels, hdr.sample_rate, hdr.bits_per_sample, in wav_play()
187 play_file(hdr.sample_rate, hdr.num_channels, in wav_play()
209 hdr.num_channels = channels; in wav_rec()
211 hdr.byte_rate = hdr.sample_rate * hdr.num_channels * 2; in wav_rec()
212 hdr.block_align = hdr.num_channels * 2; in wav_rec()
237 cfg.channel_count = hdr.num_channels; in wav_rec()
/system/bt/bta/hearing_aid/
Dhearing_aid_audio_source.cc39 int num_channels = 2; variable
65 (num_channels * sample_rate * data_interval_ms * (bit_rate / 8)) / 1000; in send_audio_data()