Searched defs:channels (Results 1 - 25 of 288) sorted by last modified time

1234567891011>>

/external/webrtc/src/
H A Dcommon_types.h209 int channels; member in struct:webrtc::CodecInst
/external/webrtc/src/modules/audio_processing/
H A Daudio_processing_impl.cc209 int AudioProcessingImpl::set_num_reverse_channels(int channels) { argument
212 if (channels > 2 || channels < 1) {
216 num_reverse_channels_ = channels;
/external/webrtc/src/modules/audio_processing/test/
H A Dunit_test.cc436 // Testing number of invalid channels
443 // Testing number of valid channels
1009 // TODO(ajm): vary the output channels as well?
1010 const int channels[] = {1, 2}; local
1011 const size_t channels_size = sizeof(channels) / sizeof(*channels);
1023 test->set_num_reverse_channels(channels[i]);
1024 test->set_num_input_channels(channels[j]);
1025 test->set_num_output_channels(channels[j]);
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h122 * num_channels - Number of entries in the channels array
127 * channels - Array of supported channels
129 struct hostapd_channel_data *channels; member in struct:hostapd_hw_modes
474 * limit the driver from selecting other channels for
1058 * Number of supported concurrent channels
1662 * get_hw_feature_data - Get hardware support data (channels and rates)
3419 * EVENT_CH_SWITCH - AP or GO decided to switch channels
3910 * @freqs: Scanned frequencies in MHz (%NULL = all channels scanned)
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p.h20 * P2P_MAX_REG_CLASS_CHANNELS - Maximum number of channels per regulatory class
25 * struct p2p_channels - List of supported channels
38 * channel - Supported channels
43 * channels - Number of channel entries in use
45 size_t channels; member in struct:p2p_channels::p2p_reg_class
127 * freq_list - Zero-terminated list of possible operational channels
299 * channels - Own supported regulatory classes and channels
301 * List of supposerted channels per regulatory class. The regulatory
305 struct p2p_channels channels; member in struct:p2p_config
[all...]
H A Dp2p_go_neg.c40 size_t channels; local
43 ch = &dev->channels;
67 channels = *pos++;
68 cl->channels = channels > P2P_MAX_REG_CLASS_CHANNELS ?
69 P2P_MAX_REG_CLASS_CHANNELS : channels;
70 os_memcpy(cl->channel, pos, cl->channels);
71 pos += channels;
77 p2p_channels_intersect(own, &dev->channels, &intersection);
80 (int) dev->channels
[all...]
H A Dp2p_i.h65 struct p2p_channels channels; member in struct:p2p_device
331 * channels - Own supported regulatory classes and channels
333 * List of supposerted channels per regulatory class. The regulatory
337 struct p2p_channels channels; member in struct:p2p_data
614 int p2p_channels_includes(const struct p2p_channels *channels, u8 reg_class,
H A Dp2p_invitation.c77 p2p_buf_add_channel_list(buf, p2p->cfg->country, &p2p->channels);
110 struct p2p_channels *channels)
152 if (channels)
153 p2p_buf_add_channel_list(buf, p2p->cfg->country, channels);
177 struct p2p_channels intersection, *channels = NULL; local
229 if (p2p_peer_channels_check(p2p, &p2p->cfg->channels, dev,
232 p2p_dbg(p2p, "No common channels found");
237 p2p_channels_dump(p2p, "own channels", &p2p->cfg->channels);
238 p2p_channels_dump(p2p, "peer channels",
105 p2p_build_invitation_resp(struct p2p_data *p2p, struct p2p_device *peer, u8 dialog_token, u8 status, const u8 *group_bssid, u8 reg_class, u8 channel, struct p2p_channels *channels) argument
406 struct p2p_channels intersection, *channels = NULL; local
[all...]
H A Dp2p_utils.c61 /* channels 1..13 */
70 case 83: /* channels 1..9; 40 MHz */
71 case 84: /* channels 5..13; 40 MHz */
75 case 115: /* channels 36,40,44,48; indoor only */
76 case 118: /* channels 52,56,60,64; dfs */
80 case 124: /* channels 149,153,157,161 */
81 case 125: /* channels 149,153,157,161,165,169 */
85 case 116: /* channels 36,44; 40 MHz; indoor only */
86 case 117: /* channels 40,48; 40 MHz; indoor only */
87 case 119: /* channels 5
330 p2p_channels_includes(const struct p2p_channels *channels, u8 reg_class, u8 channel) argument
347 p2p_channels_includes_freq(const struct p2p_channels *channels, unsigned int freq) argument
396 p2p_get_pref_freq(struct p2p_data *p2p, const struct p2p_channels *channels) argument
450 p2p_channel_pick_random(const u8 *channels, unsigned int num_channels) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dhttp_curl.c317 ASN1_INTEGER *channels; member in struct:__anon33763
390 ASN1_SIMPLE(LogotypeAudioInfo, channels, ASN1_INTEGER),
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h122 * num_channels - Number of entries in the channels array
127 * channels - Array of supported channels
129 struct hostapd_channel_data *channels; member in struct:hostapd_hw_modes
474 * limit the driver from selecting other channels for
1058 * Number of supported concurrent channels
1662 * get_hw_feature_data - Get hardware support data (channels and rates)
3419 * EVENT_CH_SWITCH - AP or GO decided to switch channels
3910 * @freqs: Scanned frequencies in MHz (%NULL = all channels scanned)
/external/wpa_supplicant_8/src/p2p/
H A Dp2p.h20 * P2P_MAX_REG_CLASS_CHANNELS - Maximum number of channels per regulatory class
25 * struct p2p_channels - List of supported channels
38 * channel - Supported channels
43 * channels - Number of channel entries in use
45 size_t channels; member in struct:p2p_channels::p2p_reg_class
127 * freq_list - Zero-terminated list of possible operational channels
299 * channels - Own supported regulatory classes and channels
301 * List of supposerted channels per regulatory class. The regulatory
305 struct p2p_channels channels; member in struct:p2p_config
[all...]
H A Dp2p_go_neg.c40 size_t channels; local
43 ch = &dev->channels;
67 channels = *pos++;
68 cl->channels = channels > P2P_MAX_REG_CLASS_CHANNELS ?
69 P2P_MAX_REG_CLASS_CHANNELS : channels;
70 os_memcpy(cl->channel, pos, cl->channels);
71 pos += channels;
77 p2p_channels_intersect(own, &dev->channels, &intersection);
80 (int) dev->channels
[all...]
H A Dp2p_i.h65 struct p2p_channels channels; member in struct:p2p_device
331 * channels - Own supported regulatory classes and channels
333 * List of supposerted channels per regulatory class. The regulatory
337 struct p2p_channels channels; member in struct:p2p_data
614 int p2p_channels_includes(const struct p2p_channels *channels, u8 reg_class,
H A Dp2p_invitation.c77 p2p_buf_add_channel_list(buf, p2p->cfg->country, &p2p->channels);
110 struct p2p_channels *channels)
152 if (channels)
153 p2p_buf_add_channel_list(buf, p2p->cfg->country, channels);
177 struct p2p_channels intersection, *channels = NULL; local
229 if (p2p_peer_channels_check(p2p, &p2p->cfg->channels, dev,
232 p2p_dbg(p2p, "No common channels found");
237 p2p_channels_dump(p2p, "own channels", &p2p->cfg->channels);
238 p2p_channels_dump(p2p, "peer channels",
105 p2p_build_invitation_resp(struct p2p_data *p2p, struct p2p_device *peer, u8 dialog_token, u8 status, const u8 *group_bssid, u8 reg_class, u8 channel, struct p2p_channels *channels) argument
406 struct p2p_channels intersection, *channels = NULL; local
[all...]
H A Dp2p_utils.c61 /* channels 1..13 */
70 case 83: /* channels 1..9; 40 MHz */
71 case 84: /* channels 5..13; 40 MHz */
75 case 115: /* channels 36,40,44,48; indoor only */
76 case 118: /* channels 52,56,60,64; dfs */
80 case 124: /* channels 149,153,157,161 */
81 case 125: /* channels 149,153,157,161,165,169 */
85 case 116: /* channels 36,44; 40 MHz; indoor only */
86 case 117: /* channels 40,48; 40 MHz; indoor only */
87 case 119: /* channels 5
330 p2p_channels_includes(const struct p2p_channels *channels, u8 reg_class, u8 channel) argument
347 p2p_channels_includes_freq(const struct p2p_channels *channels, unsigned int freq) argument
396 p2p_get_pref_freq(struct p2p_data *p2p, const struct p2p_channels *channels) argument
450 p2p_channel_pick_random(const u8 *channels, unsigned int num_channels) argument
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dhttp_curl.c317 ASN1_INTEGER *channels; member in struct:__anon34016
390 ASN1_SIMPLE(LogotypeAudioInfo, channels, ASN1_INTEGER),
/external/wpa_supplicant_8/wpa_supplicant/
H A Dp2p_supplicant.c129 * Get the number of concurrent channels that the HW can operate, but that are
2941 static int freq_included(const struct p2p_channels *channels, unsigned int freq) argument
2943 if (channels == NULL)
2945 return p2p_channels_includes_freq(channels, freq);
2993 const struct p2p_channels *channels,
3109 wpa_printf(MSG_DEBUG, "P2P: No extra channels available - trying to force channel to match a channel already used by one of the interfaces");
3122 } else if (!freq_included(channels, *force_freq)) {
3265 const struct p2p_channels *channels,
3328 freq_included(channels, neg_freq))
3331 freq_included(channels, peer_oper_fre
2989 wpas_invitation_process(void *ctx, const u8 *sa, const u8 *bssid, const u8 *go_dev_addr, const u8 *ssid, size_t ssid_len, int *go, u8 *group_bssid, int *force_freq, int persistent_group, const struct p2p_channels *channels, int dev_pw_id) argument
3264 wpas_invitation_result(void *ctx, int status, const u8 *bssid, const struct p2p_channels *channels, const u8 *peer, int neg_freq, int peer_oper_freq) argument
5091 wpas_p2p_select_freq_no_pref(struct wpa_supplicant *wpa_s, struct p2p_go_neg_results *params, const struct p2p_channels *channels) argument
5143 wpas_p2p_init_go_params(struct wpa_supplicant *wpa_s, struct p2p_go_neg_results *params, int freq, int ht40, int vht, const struct p2p_channels *channels) argument
5414 wpas_p2p_group_add_persistent(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid, int addr_allocated, int force_freq, int neg_freq, int ht40, int vht, const struct p2p_channels *channels, int connection_timeout) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h122 * num_channels - Number of entries in the channels array
127 * channels - Array of supported channels
129 struct hostapd_channel_data *channels; member in struct:hostapd_hw_modes
474 * limit the driver from selecting other channels for
1058 * Number of supported concurrent channels
1662 * get_hw_feature_data - Get hardware support data (channels and rates)
3419 * EVENT_CH_SWITCH - AP or GO decided to switch channels
3910 * @freqs: Scanned frequencies in MHz (%NULL = all channels scanned)
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p.h20 * P2P_MAX_REG_CLASS_CHANNELS - Maximum number of channels per regulatory class
25 * struct p2p_channels - List of supported channels
38 * channel - Supported channels
43 * channels - Number of channel entries in use
45 size_t channels; member in struct:p2p_channels::p2p_reg_class
127 * freq_list - Zero-terminated list of possible operational channels
299 * channels - Own supported regulatory classes and channels
301 * List of supposerted channels per regulatory class. The regulatory
305 struct p2p_channels channels; member in struct:p2p_config
[all...]
H A Dp2p_go_neg.c40 size_t channels; local
43 ch = &dev->channels;
67 channels = *pos++;
68 cl->channels = channels > P2P_MAX_REG_CLASS_CHANNELS ?
69 P2P_MAX_REG_CLASS_CHANNELS : channels;
70 os_memcpy(cl->channel, pos, cl->channels);
71 pos += channels;
77 p2p_channels_intersect(own, &dev->channels, &intersection);
80 (int) dev->channels
[all...]
H A Dp2p_i.h65 struct p2p_channels channels; member in struct:p2p_device
331 * channels - Own supported regulatory classes and channels
333 * List of supposerted channels per regulatory class. The regulatory
337 struct p2p_channels channels; member in struct:p2p_data
614 int p2p_channels_includes(const struct p2p_channels *channels, u8 reg_class,
H A Dp2p_invitation.c77 p2p_buf_add_channel_list(buf, p2p->cfg->country, &p2p->channels);
110 struct p2p_channels *channels)
152 if (channels)
153 p2p_buf_add_channel_list(buf, p2p->cfg->country, channels);
177 struct p2p_channels intersection, *channels = NULL; local
229 if (p2p_peer_channels_check(p2p, &p2p->cfg->channels, dev,
232 p2p_dbg(p2p, "No common channels found");
237 p2p_channels_dump(p2p, "own channels", &p2p->cfg->channels);
238 p2p_channels_dump(p2p, "peer channels",
105 p2p_build_invitation_resp(struct p2p_data *p2p, struct p2p_device *peer, u8 dialog_token, u8 status, const u8 *group_bssid, u8 reg_class, u8 channel, struct p2p_channels *channels) argument
406 struct p2p_channels intersection, *channels = NULL; local
[all...]
H A Dp2p_utils.c61 /* channels 1..13 */
70 case 83: /* channels 1..9; 40 MHz */
71 case 84: /* channels 5..13; 40 MHz */
75 case 115: /* channels 36,40,44,48; indoor only */
76 case 118: /* channels 52,56,60,64; dfs */
80 case 124: /* channels 149,153,157,161 */
81 case 125: /* channels 149,153,157,161,165,169 */
85 case 116: /* channels 36,44; 40 MHz; indoor only */
86 case 117: /* channels 40,48; 40 MHz; indoor only */
87 case 119: /* channels 5
330 p2p_channels_includes(const struct p2p_channels *channels, u8 reg_class, u8 channel) argument
347 p2p_channels_includes_freq(const struct p2p_channels *channels, unsigned int freq) argument
396 p2p_get_pref_freq(struct p2p_data *p2p, const struct p2p_channels *channels) argument
450 p2p_channel_pick_random(const u8 *channels, unsigned int num_channels) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dhttp_curl.c317 ASN1_INTEGER *channels; member in struct:__anon34267
390 ASN1_SIMPLE(LogotypeAudioInfo, channels, ASN1_INTEGER),

Completed in 371 milliseconds

1234567891011>>