Home
last modified time | relevance | path

Searched refs:supported_rates (Results 1 – 25 of 30) sorted by relevance

12

/third_party/gstreamer/gstplugins_bad/ext/dc1394/
Dgstdc1394src.c127 supported_codings, const dc1394framerates_t * supported_rates,
725 dc1394framerates_t supported_rates; in gst_dc1394_src_set_cam_caps() local
756 &supported_rates) == DC1394_SUCCESS; in gst_dc1394_src_set_cam_caps()
769 gst_dc1394_src_build_caps (&supported_codings, &supported_rates, in gst_dc1394_src_set_cam_caps()
831 dc1394framerates_t supported_rates; in gst_dc1394_src_get_cam_caps() local
869 &supported_rates) == DC1394_SUCCESS; in gst_dc1394_src_get_cam_caps()
879 gst_dc1394_src_build_caps (&supported_codings, &supported_rates, in gst_dc1394_src_get_cam_caps()
934 const dc1394framerates_t * supported_rates, in gst_dc1394_src_build_caps() argument
1060 if (supported_rates) { in gst_dc1394_src_build_caps()
1063 for (r = 0; r < supported_rates->num; r++) { in gst_dc1394_src_build_caps()
[all …]
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drganalysis.c96 static const struct rate_test supported_rates[] = { variable
115 for (i = G_N_ELEMENTS (supported_rates); i--;) in get_expected_gain()
116 if (supported_rates[i].sample_rate == sample_rate) in get_expected_gain()
117 return supported_rates[i].gain; in get_expected_gain()
1711 for (i = G_N_ELEMENTS (supported_rates); i--;) { in GST_START_TEST()
1713 send_caps_event (GST_AUDIO_NE (F32), supported_rates[i].sample_rate, 2); in GST_START_TEST()
1718 supported_rates[i].sample_rate, 512, 0.25, 0.25)); in GST_START_TEST()
1719 send_caps_event (GST_AUDIO_NE (F32), supported_rates[i].sample_rate, 1); in GST_START_TEST()
1722 supported_rates[i].sample_rate, 512, 0.25)); in GST_START_TEST()
1723 send_caps_event (GST_AUDIO_NE (S16), supported_rates[i].sample_rate, 2); in GST_START_TEST()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dap_list.h22 u8 supported_rates[WLAN_SUPP_RATES_MAX]; member
Dap_list.c44 int rate = (ap->supported_rates[i] & 0x7f) * 5; in ap_list_beacon_olbc()
192 merge_byte_arrays(ap->supported_rates, WLAN_SUPP_RATES_MAX, in ap_list_process_beacon()
Dhw_features.c199 if (iface->conf->supported_rates && in hostapd_prepare_rates()
200 !hostapd_rate_found(iface->conf->supported_rates, in hostapd_prepare_rates()
Dsta_info.h76 u8 supported_rates[WLAN_SUPP_RATES_MAX]; member
Dap_config.h884 int *supported_rates; member
Dieee802_11.c2330 sta->supported_rates, in handle_auth()
2591 sizeof(sta->supported_rates)) { in copy_supp_rates()
2601 sta->supported_rates, sizeof(sta->supported_rates), in copy_supp_rates()
3428 sta->supported_rates, sta->supported_rates_len, in add_associated_sta()
4104 if ((sta->supported_rates[i] & 0x7f) > 22) { in handle_assoc()
Dctrl_iface_ap.c236 sta->supported_rates[i], in hostapd_ctrl_iface_sta_mib()
Dap_config.c885 os_free(conf->supported_rates); in hostapd_config_free()
Dieee802_1x.c323 if ((sta->supported_rates[i] & 0x7f) > rate) in radius_sta_rate()
324 rate = sta->supported_rates[i] & 0x7f; in radius_sta_rate()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dap_list.h22 u8 supported_rates[WLAN_SUPP_RATES_MAX]; member
Dap_list.c44 int rate = (ap->supported_rates[i] & 0x7f) * 5; in ap_list_beacon_olbc()
192 merge_byte_arrays(ap->supported_rates, WLAN_SUPP_RATES_MAX, in ap_list_process_beacon()
Dsta_info.h117 u8 supported_rates[WLAN_SUPP_RATES_MAX]; member
Dhw_features.c199 if (iface->conf->supported_rates && in hostapd_prepare_rates()
200 !hostapd_rate_found(iface->conf->supported_rates, in hostapd_prepare_rates()
Dsta_info.c741 sta->supported_rates[i] = hapd->iface->basic_rates[i] / 5; in ap_sta_add()
1554 sta->supported_rates, in ap_sta_re_add()
Dap_config.h966 int *supported_rates; member
Dctrl_iface_ap.c245 sta->supported_rates[i], in hostapd_ctrl_iface_sta_mib()
Dieee802_1x.c326 if ((sta->supported_rates[i] & 0x7f) > rate) in radius_sta_rate()
327 rate = sta->supported_rates[i] & 0x7f; in radius_sta_rate()
Dieee802_11.c4108 sizeof(sta->supported_rates)) { in copy_supp_rates()
4118 sta->supported_rates, sizeof(sta->supported_rates), in copy_supp_rates()
4990 sta->supported_rates, sta->supported_rates_len, in add_associated_sta()
5685 if ((sta->supported_rates[i] & 0x7f) > 22) { in handle_assoc()
Dap_config.c992 os_free(conf->supported_rates); in hostapd_config_free()
/third_party/pulseaudio/src/modules/alsa/
Dalsa-sink.c117 unsigned int *supported_rates; member
1750 for (idx = 0, n = 0; u->supported_rates[idx]; idx++) in sink_set_formats()
1757 … pa_format_info_set_prop_int_array(g, PA_PROP_FORMAT_RATE, (int *) u->supported_rates, n); in sink_set_formats()
1796 for (i = 0; u->supported_rates[i]; i++) { in sink_reconfigure_cb()
1797 if (u->supported_rates[i] == spec->rate) { in sink_reconfigure_cb()
2518 u->supported_rates = pa_alsa_get_supported_rates(u->pcm_handle, ss.rate); in pa_alsa_sink_new()
2519 if (!u->supported_rates) { in pa_alsa_sink_new()
2813 if (u->supported_rates) in userdata_free()
2814 pa_xfree(u->supported_rates); in userdata_free()
Dalsa-source.c105 unsigned int *supported_rates; member
1608 for (i = 0; u->supported_rates[i]; i++) { in source_reconfigure_cb()
1609 if (u->supported_rates[i] == spec->rate) { in source_reconfigure_cb()
2205 u->supported_rates = pa_alsa_get_supported_rates(u->pcm_handle, ss.rate); in pa_alsa_source_new()
2206 if (!u->supported_rates) { in pa_alsa_source_new()
2454 if (u->supported_rates) in userdata_free()
2455 pa_xfree(u->supported_rates); in userdata_free()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dmesh_mpm.c132 sizeof(sta->supported_rates)) { in copy_supp_rates()
141 sta->supported_rates, sizeof(sta->supported_rates), in copy_supp_rates()
770 params.supp_rates = sta->supported_rates; in mesh_mpm_add_peer()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dmesh_mpm.c132 sizeof(sta->supported_rates)) { in copy_supp_rates()
141 sta->supported_rates, sizeof(sta->supported_rates), in copy_supp_rates()
766 params.supp_rates = sta->supported_rates; in mesh_mpm_add_peer()

12