Home
last modified time | relevance | path

Searched refs:first_channel (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/audio_processing/agc2/
Dadaptive_mode_level_estimator_agc.cc33 const float* const first_channel = &float_audio_frame[0]; in Process() local
34 AudioFrameView<const float> frame_view(&first_channel, 1 /* num channels */, in Process()
/external/iw/
Dscan.c62 __u8 first_channel; member
568 if (triplet->chans.first_channel <= 14) in print_country()
569 end_channel = triplet->chans.first_channel + (triplet->chans.num_channels - 1); in print_country()
571 end_channel = triplet->chans.first_channel + (4 * (triplet->chans.num_channels - 1)); in print_country()
573 …printf("\t\tChannels [%d - %d] @ %d dBm\n", triplet->chans.first_channel, end_channel, triplet->ch… in print_country()