/third_party/gstreamer/gstplugins_bad/ext/dc1394/ |
D | gstdc1394src.c | 127 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/ |
D | rganalysis.c | 96 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/ |
D | ap_list.h | 22 u8 supported_rates[WLAN_SUPP_RATES_MAX]; member
|
D | ap_list.c | 44 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()
|
D | hw_features.c | 199 if (iface->conf->supported_rates && in hostapd_prepare_rates() 200 !hostapd_rate_found(iface->conf->supported_rates, in hostapd_prepare_rates()
|
D | sta_info.h | 76 u8 supported_rates[WLAN_SUPP_RATES_MAX]; member
|
D | ap_config.h | 884 int *supported_rates; member
|
D | ieee802_11.c | 2330 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()
|
D | ctrl_iface_ap.c | 236 sta->supported_rates[i], in hostapd_ctrl_iface_sta_mib()
|
D | ap_config.c | 885 os_free(conf->supported_rates); in hostapd_config_free()
|
D | ieee802_1x.c | 323 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/ |
D | ap_list.h | 22 u8 supported_rates[WLAN_SUPP_RATES_MAX]; member
|
D | ap_list.c | 44 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()
|
D | sta_info.h | 117 u8 supported_rates[WLAN_SUPP_RATES_MAX]; member
|
D | hw_features.c | 199 if (iface->conf->supported_rates && in hostapd_prepare_rates() 200 !hostapd_rate_found(iface->conf->supported_rates, in hostapd_prepare_rates()
|
D | sta_info.c | 741 sta->supported_rates[i] = hapd->iface->basic_rates[i] / 5; in ap_sta_add() 1554 sta->supported_rates, in ap_sta_re_add()
|
D | ap_config.h | 966 int *supported_rates; member
|
D | ctrl_iface_ap.c | 245 sta->supported_rates[i], in hostapd_ctrl_iface_sta_mib()
|
D | ieee802_1x.c | 326 if ((sta->supported_rates[i] & 0x7f) > rate) in radius_sta_rate() 327 rate = sta->supported_rates[i] & 0x7f; in radius_sta_rate()
|
D | ieee802_11.c | 4108 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()
|
D | ap_config.c | 992 os_free(conf->supported_rates); in hostapd_config_free()
|
/third_party/pulseaudio/src/modules/alsa/ |
D | alsa-sink.c | 117 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()
|
D | alsa-source.c | 105 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/ |
D | mesh_mpm.c | 132 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/ |
D | mesh_mpm.c | 132 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()
|