Searched refs:property_value (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp21/ |
| H A D | CamHwIsp21.cpp | 35 char property_value[PROPERTY_VALUE_MAX] = {'\0'}; in CamHwIsp21() local 37 property_get("persist.vendor.rkisp_no_read_back", property_value, "-1"); in CamHwIsp21() 38 int val = atoi(property_value); in CamHwIsp21() 40 mNoReadBack = atoi(property_value) > 0 ? true : false; in CamHwIsp21()
|
| /OK3568_Linux_fs/external/security/librkcrypto/src/ |
| H A D | rkcrypto_trace.c | 31 char property_value[PROPERTY_VALUE_MAX] = {0}; in rkcrypto_get_trace_level() local 33 if (property_get(RKCRYPTO_TRACE_LEVEL_NAME, property_value, NULL) > 0) in rkcrypto_get_trace_level() 34 pick_value = property_value[0]; in rkcrypto_get_trace_level()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/ |
| H A D | xcam_log.cpp | 194 char property_value[PROPERTY_VALUE_MAX] = {0}; in xcam_get_log_level() local 196 property_get("persist.vendor.rkisp.log", property_value, "0"); in xcam_get_log_level() 197 g_cam_engine_log_level = strtoull(property_value, nullptr, 16); in xcam_get_log_level()
|
| /OK3568_Linux_fs/external/xserver/randr/ |
| H A D | rrproviderproperty.c | 94 RRInitProviderPropertyValue(RRPropertyValuePtr property_value) in RRInitProviderPropertyValue() argument 96 property_value->type = None; in RRInitProviderPropertyValue() 97 property_value->format = 0; in RRInitProviderPropertyValue() 98 property_value->size = 0; in RRInitProviderPropertyValue() 99 property_value->data = NULL; in RRInitProviderPropertyValue()
|
| H A D | rrproperty.c | 95 RRInitOutputPropertyValue(RRPropertyValuePtr property_value) in RRInitOutputPropertyValue() argument 97 property_value->type = None; in RRInitOutputPropertyValue() 98 property_value->format = 0; in RRInitOutputPropertyValue() 99 property_value->size = 0; in RRInitOutputPropertyValue() 100 property_value->data = NULL; in RRInitOutputPropertyValue()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/ |
| H A D | light.hpp.ejs | 8 #include <mbgl/style/property_value.hpp>
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/layers/ |
| H A D | layer.hpp.ejs | 15 #include <mbgl/style/property_value.hpp>
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI/ |
| H A D | rk_aiq_user_api_sysctl.cpp | 641 char property_value[PROPERTY_VALUE_MAX] = {0}; in rk_aiq_uapi_sysctl_init() local 643 property_get("persist.vendor.rkisp.tuning.bypass_uapi", property_value, "1"); in rk_aiq_uapi_sysctl_init() 644 if(atoi(property_value) != 0) { in rk_aiq_uapi_sysctl_init()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/ |
| H A D | CamHwIsp20.cpp | 77 char property_value[PROPERTY_VALUE_MAX] = {'\0'}; in CamHwIsp20() local 79 property_get("persist.vendor.rkisp_no_read_back", property_value, "-1"); in CamHwIsp20() 80 int val = atoi(property_value); in CamHwIsp20() 82 mNoReadBack = atoi(property_value) > 0 ? true : false; in CamHwIsp20()
|