Searched refs:max_band (Results 1 – 3 of 3) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/ |
D | wpa_magiclink.c | 381 int persistent, int freq, int max_band) { argument 386 return wpas_p2p_group_add(wpa_s, persistent, freq, 0, ht40, vht, max_band, 390 max_band, 0, 0, NULL, 0, 0, false);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant_lib/ |
D | wpa_magiclink.c | 371 int network_id, int persistent, int freq, int max_band) argument 379 wpa_s, persistent, freq, 0, ht40, vht, max_band, 0); 382 wpa_s, ssid, 0, freq, 0, 0, ht40, vht, max_band, 0, NULL, 0, 0);
|
/third_party/ffmpeg/libavcodec/ |
D | aacdec_template.c | 2090 uint8_t max_band = get_bits(gb, 2); in decode_gain_control() local 2091 for (bd = 0; bd < max_band; bd++) { in decode_gain_control()
|