Home
last modified time | relevance | path

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 Dbt_config_wifi.c61 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 Dbt_config_wifi.h89 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 Dcost_enc.c61 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 Dquant_enc.c662 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 Dftgrays.c1850 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 Draw2tiff.c106 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 Dbwifi_interface.h150 int bwifi_set_band(uint8 band);
152 void bwifi_band_switch(uint8 band);
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/nvrecord/
A Dnvrecord_wifi.h44 char band; //0:2.4 1:5 2:dual band member
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/nv_section/factory_section/
A Dfactory_section.h87 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 Dnvrecord_wifi.h55 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 Dwifi_structures.h112 …rtw_802_11_band_t band; /**< Radio band … member
/AliOS-Things-master/components/netmgr/src/
A Dnetmgr_wifi.c1341 if (band == IEEE80211_BAND_5GHZ) { in channel_to_frequency()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A DChangeLog2674 * 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