| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/rf/halrf_8852b/ |
| H A D | halrf_efuse_8852b.c | 36 u8 default_value = 0; in halrf_get_efuse_info_8852b() local 44 default_value = 0; in halrf_get_efuse_info_8852b() 48 default_value = 0; in halrf_get_efuse_info_8852b() 52 default_value = 0; in halrf_get_efuse_info_8852b() 56 default_value = EFUSE_INFO_RF_RFE_8852B_VALUE; in halrf_get_efuse_info_8852b() 60 default_value = 0; in halrf_get_efuse_info_8852b() 64 default_value = EFUSE_INFO_RF_BOARD_OPTION_8852B_VALUE; in halrf_get_efuse_info_8852b() 68 default_value = EFUSE_INFO_RF_CHAN_PLAN_8852B_VALUE; in halrf_get_efuse_info_8852b() 72 default_value = 0; in halrf_get_efuse_info_8852b() 77 default_value = EFUSE_INFO_RF_TSSI_DE_8852B_VALUE; in halrf_get_efuse_info_8852b() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/rf/halrf_8852b/ |
| H A D | halrf_efuse_8852b.c | 36 u8 default_value = 0; in halrf_get_efuse_info_8852b() local 44 default_value = 0; in halrf_get_efuse_info_8852b() 48 default_value = 0; in halrf_get_efuse_info_8852b() 52 default_value = 0; in halrf_get_efuse_info_8852b() 56 default_value = EFUSE_INFO_RF_RFE_8852B_VALUE; in halrf_get_efuse_info_8852b() 60 default_value = 0; in halrf_get_efuse_info_8852b() 64 default_value = EFUSE_INFO_RF_BOARD_OPTION_8852B_VALUE; in halrf_get_efuse_info_8852b() 68 default_value = EFUSE_INFO_RF_CHAN_PLAN_8852B_VALUE; in halrf_get_efuse_info_8852b() 72 default_value = 0; in halrf_get_efuse_info_8852b() 77 default_value = EFUSE_INFO_RF_TSSI_DE_8852B_VALUE; in halrf_get_efuse_info_8852b() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ipa/backend/ |
| H A D | mali_kbase_ipa_counter_jm.c | 197 .default_value = 526300, 203 .default_value = 301100, 209 .default_value = 197400, 215 .default_value = -156400, 221 .default_value = 115800, 230 .default_value = 393000, 236 .default_value = 227000, 242 .default_value = 181900, 248 .default_value = -120200, 254 .default_value = 133100, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/s5p-mfc/ |
| H A D | s5p_mfc_enc.c | 119 .default_value = 12, 126 .default_value = V4L2_MPEG_VIDEO_MULTI_SLICE_MODE_SINGLE, 135 .default_value = 1, 143 .default_value = 1900, 151 .default_value = 0, 160 .default_value = 0, 169 .default_value = 0, 177 .default_value = 0, 185 .default_value = 1, 194 .default_value = 1, [all …]
|
| H A D | s5p_mfc_dec.c | 168 .default_value = 0, 176 .default_value = 0, 185 .default_value = 0, 192 .default_value = 0, 201 .default_value = 0, 210 .default_value = 0, 219 .default_value = 1, 1150 cfg.def = controls[i].default_value; in s5p_mfc_dec_ctrls_setup() 1164 controls[i].default_value); in s5p_mfc_dec_ctrls_setup()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/ |
| H A D | persistence.hpp | 723 CV_EXPORTS void read(const FileNode& node, int& value, int default_value); 724 CV_EXPORTS void read(const FileNode& node, float& value, float default_value); 725 CV_EXPORTS void read(const FileNode& node, double& value, double default_value); 726 CV_EXPORTS void read(const FileNode& node, String& value, const String& default_value); 727 CV_EXPORTS void read(const FileNode& node, std::string& value, const std::string& default_value); 734 CV_EXPORTS void read(const FileNode& node, KeyPoint& value, const KeyPoint& default_value); 735 CV_EXPORTS void read(const FileNode& node, DMatch& value, const DMatch& default_value); 737 …static inline void read(const FileNode& node, Point_<_Tp>& value, const Point_<_Tp>& default_value) in read() argument 740 …value = temp.size() != 2 ? default_value : Point_<_Tp>(saturate_cast<_Tp>(temp[0]), saturate_cast<… in read() 743 …atic inline void read(const FileNode& node, Point3_<_Tp>& value, const Point3_<_Tp>& default_value) in read() argument [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/ |
| H A D | persistence.hpp | 723 CV_EXPORTS void read(const FileNode& node, int& value, int default_value); 724 CV_EXPORTS void read(const FileNode& node, float& value, float default_value); 725 CV_EXPORTS void read(const FileNode& node, double& value, double default_value); 726 CV_EXPORTS void read(const FileNode& node, String& value, const String& default_value); 727 CV_EXPORTS void read(const FileNode& node, std::string& value, const std::string& default_value); 734 CV_EXPORTS void read(const FileNode& node, KeyPoint& value, const KeyPoint& default_value); 735 CV_EXPORTS void read(const FileNode& node, DMatch& value, const DMatch& default_value); 737 …static inline void read(const FileNode& node, Point_<_Tp>& value, const Point_<_Tp>& default_value) in read() argument 740 …value = temp.size() != 2 ? default_value : Point_<_Tp>(saturate_cast<_Tp>(temp[0]), saturate_cast<… in read() 743 …atic inline void read(const FileNode& node, Point3_<_Tp>& value, const Point3_<_Tp>& default_value) in read() argument [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/ |
| H A D | persistence.hpp | 723 CV_EXPORTS void read(const FileNode& node, int& value, int default_value); 724 CV_EXPORTS void read(const FileNode& node, float& value, float default_value); 725 CV_EXPORTS void read(const FileNode& node, double& value, double default_value); 726 CV_EXPORTS void read(const FileNode& node, String& value, const String& default_value); 727 CV_EXPORTS void read(const FileNode& node, std::string& value, const std::string& default_value); 734 CV_EXPORTS void read(const FileNode& node, KeyPoint& value, const KeyPoint& default_value); 735 CV_EXPORTS void read(const FileNode& node, DMatch& value, const DMatch& default_value); 737 …static inline void read(const FileNode& node, Point_<_Tp>& value, const Point_<_Tp>& default_value) in read() argument 740 …value = temp.size() != 2 ? default_value : Point_<_Tp>(saturate_cast<_Tp>(temp[0]), saturate_cast<… in read() 743 …atic inline void read(const FileNode& node, Point3_<_Tp>& value, const Point3_<_Tp>& default_value) in read() argument [all …]
|
| /OK3568_Linux_fs/external/rockit/tgi/sdk/include/ |
| H A D | rt_env.h | 26 #define RT_ENV_GET_U32(name, value, default_value) \ argument 27 rt_env_get_u32(name, value, default_value) 29 #define RT_ENV_GET_STR(name, value, default_value) \ argument 30 rt_env_get_str(name, value, default_value) 42 INT32 rt_env_get_u32(const char *name, UINT32 *value, UINT32 default_value); 43 INT32 rt_env_get_str(const char *name, const char **value, const char *default_value);
|
| /OK3568_Linux_fs/external/mpp/osal/linux/ |
| H A D | os_env.c | 25 RK_S32 os_get_env_u32(const char *name, RK_U32 *value, RK_U32 default_value) in os_get_env_u32() argument 29 *value = default_value; in os_get_env_u32() 37 *value = default_value; in os_get_env_u32() 43 RK_S32 os_get_env_str(const char *name, const char **value, const char *default_value) in os_get_env_str() argument 47 *value = default_value; in os_get_env_str()
|
| /OK3568_Linux_fs/external/mpp/osal/windows/ |
| H A D | os_env.c | 24 RK_S32 os_get_env_u32(const char *name, RK_U32 *value, RK_U32 default_value) in os_get_env_u32() argument 28 *value = default_value; in os_get_env_u32() 36 *value = default_value; in os_get_env_u32() 42 RK_S32 os_get_env_str(const char *name, const char **value, const char *default_value) in os_get_env_str() argument 46 *value = default_value; in os_get_env_str()
|
| /OK3568_Linux_fs/external/mpp/osal/android/ |
| H A D | os_env.c | 29 RK_S32 os_get_env_u32(const char *name, RK_U32 *value, RK_U32 default_value) in os_get_env_u32() argument 40 *value = default_value; in os_get_env_u32() 43 *value = default_value; in os_get_env_u32() 48 RK_S32 os_get_env_str(const char *name, const char **value, const char *default_value) in os_get_env_str() argument 59 *value = default_value; in os_get_env_str()
|
| /OK3568_Linux_fs/external/mpp/osal/ |
| H A D | mpp_env.cpp | 22 RK_S32 mpp_env_get_u32(const char *name, RK_U32 *value, RK_U32 default_value) in mpp_env_get_u32() argument 24 return os_get_env_u32(name, value, default_value); in mpp_env_get_u32() 27 RK_S32 mpp_env_get_str(const char *name, const char **value, const char *default_value) in mpp_env_get_str() argument 29 return os_get_env_str(name, value, default_value); in mpp_env_get_str()
|
| H A D | os_env.h | 26 RK_S32 os_get_env_u32(const char *name, RK_U32 *value, RK_U32 default_value); 27 RK_S32 os_get_env_str(const char *name, const char **value, const char *default_value);
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/ |
| H A D | atomisp_ioctl.c | 58 .default_value = 0, 67 .default_value = 0x00, 76 .default_value = 0x00, 85 .default_value = 0x00, 94 .default_value = 1, 103 .default_value = 0, 112 .default_value = 0, 121 .default_value = 0, 130 .default_value = 0, 139 .default_value = 0, [all …]
|
| /OK3568_Linux_fs/external/mpp/osal/inc/ |
| H A D | mpp_env.h | 26 RK_S32 mpp_env_get_u32(const char *name, RK_U32 *value, RK_U32 default_value); 27 RK_S32 mpp_env_get_str(const char *name, const char **value, const char *default_value);
|
| /OK3568_Linux_fs/u-boot/drivers/pinctrl/ |
| H A D | pinctrl-generic.c | 159 const char *property, u32 *default_value) in pinconf_prop_name_to_param() argument 175 *default_value = p->default_value; in pinconf_prop_name_to_param() 217 const char *property, u32 *default_value) in pinconf_prop_name_to_param() argument
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/ |
| H A D | params.h | 59 T get_param(const IndexParams& params, cv::String name, const T& default_value) in get_param() argument 66 return default_value; in get_param()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/include/media/ |
| H A D | lm3554.h | 37 .default_value = (_default_value),\ 49 .default_value = (_default_value),\
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/cx88/ |
| H A D | cx88-video.c | 143 s32 default_value; member 160 .default_value = 0x7f, 170 .default_value = 0x3f, 180 .default_value = 0x7f, 193 .default_value = 0x7f, 203 .default_value = 0x0, 216 .default_value = 0x1, 224 .default_value = 0x1, 233 .default_value = 0x0, 247 .default_value = 1, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
| H A D | vega20_hwmgr.c | 1261 od8_settings->od8_settings_array[OD8_SETTING_GFXCLK_FMIN].default_value = in vega20_od8_initialize_default_settings() 1263 od8_settings->od8_settings_array[OD8_SETTING_GFXCLK_FMAX].default_value = in vega20_od8_initialize_default_settings() 1266 od8_settings->od8_settings_array[OD8_SETTING_GFXCLK_FMIN].default_value = in vega20_od8_initialize_default_settings() 1268 od8_settings->od8_settings_array[OD8_SETTING_GFXCLK_FMAX].default_value = in vega20_od8_initialize_default_settings() 1274 od8_settings->od8_settings_array[OD8_SETTING_GFXCLK_FREQ1].default_value = in vega20_od8_initialize_default_settings() 1278 od8_settings->od8_settings_array[OD8_SETTING_GFXCLK_FREQ3].default_value = in vega20_od8_initialize_default_settings() 1282 od8_settings->od8_settings_array[OD8_SETTING_GFXCLK_FREQ2].default_value = in vega20_od8_initialize_default_settings() 1286 &(od8_settings->od8_settings_array[OD8_SETTING_GFXCLK_VOLTAGE1].default_value), in vega20_od8_initialize_default_settings() 1289 od8_settings->od8_settings_array[OD8_SETTING_GFXCLK_VOLTAGE1].default_value = 0); in vega20_od8_initialize_default_settings() 1290 …od_table->GfxclkVolt1 = od8_settings->od8_settings_array[OD8_SETTING_GFXCLK_VOLTAGE1].default_value in vega20_od8_initialize_default_settings() [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/mach-startup/ |
| H A D | bundle-main.c | 107 command_from_prefs(const char *key, const char *default_value); 744 command_from_prefs(const char *key, const char *default_value) in command_from_prefs() argument 765 NULL, default_value, kCFStringEncodingASCII); in command_from_prefs() 766 int len = strlen(default_value) + 1; in command_from_prefs() 779 strcpy(command, default_value); in command_from_prefs()
|
| /OK3568_Linux_fs/kernel/kernel/power/ |
| H A D | qos.c | 111 new_value = c->default_value; in pm_qos_update_target() 221 .default_value = PM_QOS_CPU_LATENCY_DEFAULT_VALUE, 443 c->default_value = FREQ_QOS_MIN_DEFAULT_VALUE; in freq_constraints_init() 452 c->default_value = FREQ_QOS_MAX_DEFAULT_VALUE; in freq_constraints_init()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/ |
| H A D | 0011-Remove-bionic-specific-calls.patch | 29 @@ -104,10 +104,10 @@ int32_t property_get_int32(const char *key, int32_t default_value) { 30 return (int32_t)property_get_imax(key, INT32_MIN, INT32_MAX, default_value);
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/gspca/ |
| H A D | autogain_functions.c | 44 else if (gain > gspca_dev->gain->default_value) in gspca_expo_autogain() 53 if (gain < gspca_dev->gain->default_value) in gspca_expo_autogain()
|