Searched refs:num_channels (Results 1 – 3 of 3) sorted by relevance
67 int32_t num_channels = 0; in readFromParcel() local68 RETURN_IF_FAILED(parcel->readInt32(&num_channels)); in readFromParcel()73 for (int i = 0; i < num_channels; i++) { in readFromParcel()
115 uint16_t num_channels; member168 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()
39 int num_channels = 2; variable65 (num_channels * sample_rate * data_interval_ms * (bit_rate / 8)) / 1000; in send_audio_data()