Searched refs:band (Results 1 – 13 of 13) sorted by relevance
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/example/bt_config/ |
A D | bt_config_wifi.c | 61 int BC_req_scan_hdl(BC_band_t band, struct BC_wifi_scan_result* BC_scan_result) in BC_req_scan_hdl() argument 71 if (band == BC_BAND_2G) { // 2.4G in BC_req_scan_hdl() 75 else if (band == BC_BAND_5G) { // 5G in BC_req_scan_hdl() 93 BC_printf("Scan %s AP\r\n", (band == BC_BAND_2G)? "2.4G":"5G"); in BC_req_scan_hdl() 110 …nect_hdl(uint8_t *ssid, uint8_t *password, uint8_t *bssid, rtw_security_t security, BC_band_t band) in BC_req_connect_hdl() argument 121 (band==BC_BAND_2G)?"2.4G": (band==BC_BAND_5G)?"5G":"UNKNOWN", MAC_ARG(bssid)); in BC_req_connect_hdl()
|
A D | bt_config_wifi.h | 89 extern int BC_req_scan_hdl(BC_band_t band, struct BC_wifi_scan_result* BC_scan_result); 90 …ect_hdl(uint8_t *ssid, uint8_t *password, uint8_t *bssid, rtw_security_t security, BC_band_t band);
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/ |
A D | cost_enc.c | 61 int ctype, band, ctx; in VP8CalculateLevelCosts() local 67 for (band = 0; band < NUM_BANDS; ++band) { in VP8CalculateLevelCosts() 69 const uint8_t* const p = proba->coeffs_[ctype][band][ctx]; in VP8CalculateLevelCosts() 70 uint16_t* const table = proba->level_cost_[ctype][band][ctx]; in VP8CalculateLevelCosts()
|
A D | quant_enc.c | 662 const int band = VP8EncBands[n + 1]; in TrellisQuantizeBlock() local 706 (n < 15) ? VP8BitCost(0, probas[band][ctx][0]) : 0; in TrellisQuantizeBlock()
|
/AliOS-Things-master/components/freetype/src/smooth/ |
A D | ftgrays.c | 1850 band = bands; in gray_convert_glyph() 1852 while ( band >= bands ) in gray_convert_glyph() 1864 ras.ycount = band->max - band->min; in gray_convert_glyph() 1891 ras.count_ey = band->max - band->min; in gray_convert_glyph() 1898 band--; in gray_convert_glyph() 1906 bottom = band->min; in gray_convert_glyph() 1907 top = band->max; in gray_convert_glyph() 1923 band[1].min = bottom; in gray_convert_glyph() 1924 band[1].max = middle; in gray_convert_glyph() 1926 band[0].max = top; in gray_convert_glyph() [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | raw2tiff.c | 106 uint32 row, col, band; in main() local 291 for (band = 0; band < nbands; band++) { in main() 293 hdr_size + (length*band+row)*linebytes, in main() 311 memcpy(buf1 + (col*nbands+band)*depth, in main()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/ |
A D | bwifi_interface.h | 150 int bwifi_set_band(uint8 band); 152 void bwifi_band_switch(uint8 band);
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/nvrecord/ |
A D | nvrecord_wifi.h | 44 char band; //0:2.4 1:5 2:dual band member
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/nv_section/factory_section/ |
A D | factory_section.h | 87 unsigned char band; //0:2.4 1:5 2:dual band member
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/nv_section/userdata_section/ |
A D | nvrecord_wifi.h | 55 char band; //0:2.4 1:5 2:dual band member
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/drivers/wlan/realtek/include/ |
A D | wifi_structures.h | 112 …rtw_802_11_band_t band; /**< Radio band … member
|
/AliOS-Things-master/components/netmgr/src/ |
A D | netmgr_wifi.c | 1341 if (band == IEEE80211_BAND_5GHZ) { in channel_to_frequency()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | ChangeLog | 2674 * libtiff/tif_jpeg.c: Fix regressions with 2 and 3 band images 4895 the TIFFWriteCheck() function in case of single band images (as per
|
Completed in 32 milliseconds