Home
last modified time | relevance | path

Searched refs:setting (Results 1 – 25 of 88) sorted by relevance

1234

/AliOS-Things-master/components/freetype/src/gxvalid/
A Dgxvfeat.c55 FT_UShort setting; member
169 FT_UShort setting; in gxv_feat_setting_validate() local
176 setting = FT_NEXT_USHORT( p ); in gxv_feat_setting_validate()
179 if ( exclusive && ( setting & 1 ) == 0 ) in gxv_feat_setting_validate()
184 GXV_FEAT_DATA( setting ) = setting; in gxv_feat_setting_validate()
252 if ( (FT_Int)GXV_FEAT_DATA( setting ) <= last_setting ) in gxv_feat_name_validate()
255 last_setting = (FT_Int)GXV_FEAT_DATA( setting ); in gxv_feat_name_validate()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/
A Dpnglibconf.dfa57 # setting: change 'setting' lines to fine tune library performance;
99 # setting FOO default VALUE
178 setting USER_CONFIG
179 setting USER_PRIVATEBUILD
180 setting USER_DLLFNAME_POSTFIX
191 setting API_RULE default 0
198 setting PREFIX
227 setting ARM_NEON_OPT
253 setting POWERPC_VSX_OPT
689 setting MAX_GAMMA_8 default 11
[all …]
A Doptions.awk76 setting[""] = "" # requires by setting
439 setting[$2] = reqs
820 for (i in setting) if (!doneset[i]) {
821 nreqs = split(setting[i], r)
846 print " * requires:" setting[i] >out
885 for (i in setting) if (!doneset[i]) {
886 print " setting", i, "requires" setting[i]
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/example/bt_config/
A Dbt_config_wifi.c193 rtw_wifi_setting_t setting; in BC_req_status_hdl() local
207 if (wifi_get_setting(WLAN0_NAME,&setting) != -1) { in BC_req_status_hdl()
209 memcpy(SSID, setting.ssid, BC_MAX_SSID_LEN); in BC_req_status_hdl()
211 *security = setting.security_type; in BC_req_status_hdl()
212 *channel = setting.channel; in BC_req_status_hdl()
/AliOS-Things-master/hardware/chip/rtl872xd/hal/
A Dwifi_port.c423 rtw_wifi_setting_t setting; in haas200_wifi_sta_get_link_status() local
425 wifi_get_setting(WLAN0_NAME,&setting); in haas200_wifi_sta_get_link_status()
428 ap_info->link_status = setting.mode; in haas200_wifi_sta_get_link_status()
429 rtw_memcpy(ap_info->ssid, setting.ssid, strlen(setting.ssid)); in haas200_wifi_sta_get_link_status()
430 ap_info->channel = setting.channel; in haas200_wifi_sta_get_link_status()
432 ap_info->encryptmode = setting.security_type; in haas200_wifi_sta_get_link_status()
434 switch(setting.security_type){ in haas200_wifi_sta_get_link_status()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/
A Dwifi_conf.c453 rtw_wifi_setting_t setting; in restore_wifi_info_to_flash() local
460 if(wifi_get_setting((const char*)ifname[0],&setting) || setting.mode == RTW_MODE_AP){ in restore_wifi_info_to_flash()
464 channel = setting.channel; in restore_wifi_info_to_flash()
474 …if(strncmp((const char*)data.psk_essid,(const char*)setting.ssid,strlen((char const*)setting.ssid)… in restore_wifi_info_to_flash()
482 strncpy((char*)psk_essid[index], (char const*)setting.ssid, strlen((char const*)setting.ssid)); in restore_wifi_info_to_flash()
483 switch(setting.security_type){ in restore_wifi_info_to_flash()
2740 rtw_wifi_setting_t setting; in wifi_restart_ap() local
2804 setting.security_type, in wifi_restart_ap()
2805 (char*)setting.password, in wifi_restart_ap()
2806 strlen((char*)setting.ssid), in wifi_restart_ap()
[all …]
/AliOS-Things-master/documentation/haas-studio/
A Dview_log.md14 如果遇到打开串口失败,或者想要修改串口号和波特率时可以先删除.vscode/setting.json里关于串口的信息后再重新配置。
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djconfig.manx22 #define TEMP_DIRECTORY "JPEGTMP:" /* recommended setting for Amiga */
A Djconfig.sas22 #define TEMP_DIRECTORY "JPEGTMP:" /* recommended setting for Amiga */
A Dwizard.txt20 the -quality setting. The details of the scaling algorithm can be found in
71 tables would be scaled for that quality setting. If -baseline appears, then
102 components are set to 1x1 sampling. For example, the default YCbCr setting
A Dusage.txt109 the reconstructed image: the higher the quality setting, the larger the JPEG
111 you want to use the lowest quality setting (smallest file) that decompresses
113 purpose the quality setting should be between 50 and 95; the default of 75 is
116 setting will vary from one image to another.)
120 as well as roundoff error). This setting is mainly of interest for
157 equivalent to a standard JPEG file of the same quality setting, and the total
515 file. The quality setting and so forth are determined by the input file.
604 This setting suppresses all comments
607 This setting copies comments from the source file,
609 -copy all Copy all extra markers. This setting preserves
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/bt_if_enhanced/inc/
A Davrcp_api.h831 } setting; member
843 } setting; member
1042 } setting; member
1189 } setting; member
1291 } setting; member
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/powerpc-vsx/
A DREADME13 by setting the macro PNG_POWERPC_VSX_FILE to the file name in "" or <> at build
14 time. This setting is not recorded in pnglibconf.h and can be changed simply by
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/arm-neon/
A DREADME11 by setting the macro PNG_ARM_NEON_FILE to the file name in "" or <> at build
12 time. This setting is not recorded in pnglibconf.h and can be changed simply by
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/mips-msa/
A DREADME11 by setting the macro PNG_MIPS_MSA_FILE to the file name in "" or <> at build
12 time. This setting is not recorded in pnglibconf.h and can be changed simply by
/AliOS-Things-master/components/SDL2/src/hidapi/udev/
A D99-hid.rules31 # grained permission setting. For example, it might be sufficient to just
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/conftest/
A DREADME2 intended to be used in the build by setting the make macro DFA_XTRA to the name
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/
A Dwifi_interactive_mode.c738 rtw_wifi_setting_t setting; in cmd_wifi_info() local
755 wifi_get_setting((const char*)ifname[i],&setting); in cmd_wifi_info()
756 wifi_show_setting((const char*)ifname[i],&setting); in cmd_wifi_info()
768 if(setting.mode == RTW_MODE_AP || i == 1) in cmd_wifi_info()
/AliOS-Things-master/components/mbedtls/
A DREADME.mbedtls.md48 …BUG` gives you a debug build. You can override `CFLAGS` and `LDFLAGS` by setting them in your envi…
50setting `CFLAGS` overrides its default value of `-O2` and setting `WARNING_CFLAGS` overrides its d…
/AliOS-Things-master/components/SDL2/docs/
A DREADME-ios.md40 by setting the MIN_OS_VERSION variable, ie:
168 …ly. By default, the implementation uses RGB565, but you may use RGBA8 by setting each color compon…
170 …enGL's depth buffer, you may find significant performance improvement by setting SDL_GL_DEPTH_SIZE…
172 …e screen each frame, you may find significant performance improvement by setting the attribute SDL…
A DREADME-winrt.md168 The steps for setting up a project for an SDL/WinRT app looks like the
276 7. edit the "Additional Include Directories" setting, and add a path to SDL's
278 8. **Optional: to enable compilation of C code:** change the setting for
284 list, select "Precompiled Headers", then change the setting for "Precompiled
313 7. change the setting for "Consume Windows Runtime Extension" to "Yes (/ZW)".
461 then change the setting for "Require Authentication" to No
/AliOS-Things-master/components/littlevgl/docs/
A DCODE_OF_CONDUCT.md23 * Other conduct which could reasonably be considered inappropriate in a professional setting
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/rtw_wpa_supplicant/wpa_supplicant/
A Dwifi_wps_config.c290 rtw_wifi_setting_t setting; in wps_check_and_show_connection_info() local
295 wifi_get_setting(WLAN0_NAME, &setting); in wps_check_and_show_connection_info()
296 wifi_show_setting(WLAN0_NAME, &setting); in wps_check_and_show_connection_info()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/projects/vstudio/
A DREADME.txt74 the setting on all the relevant projects:
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/configuration/
A Dconfiguration.proto235 // The normal performance and power. This setting usually provides the
240 // setting may not be allowed in production depending on the system.
287 // The desired performance level. This setting adjusts the internal clock

Completed in 34 milliseconds

1234