/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/ |
D | build.py | 14 with open(r".\..\hcsVSCode\editor.html", "r", encoding="utf8") as file: 18 with open(r".\dist\main.js", "r", encoding="utf8") as file: 23 with os.fdopen(os.open(r".\..\hcsVSCode\editor.html", flags, modes),
|
/drivers/peripheral/light/hdi_service/ |
D | light_if_service.cpp | 126 lightEffectVdi.lightColor.colorValue.rgbColor.r = effect.lightColor.colorValue.rgbColor.r; in TurnOnLight() 129 lightEffectVdi.lightColor.colorValue.wrgbColor.r = effect.lightColor.colorValue.wrgbColor.r; in TurnOnLight() 158 lightColorVdi.colorValue.rgbColor.r = iter.colorValue.rgbColor.r; in TurnOnMultiLights() 161 lightColorVdi.colorValue.wrgbColor.r = iter.colorValue.wrgbColor.r; in TurnOnMultiLights()
|
/drivers/peripheral/light/hdi_impl/ |
D | light_interface_impl.cpp | 87 lightEffect.lightColor.colorValue.rgbColor.r = effect.lightColor.colorValue.rgbColor.r; in TurnOnLight() 90 lightEffect.lightColor.colorValue.wrgbColor.r = effect.lightColor.colorValue.wrgbColor.r; in TurnOnLight() 118 lightColor[i].colorValue.rgbColor.r = iter.colorValue.rgbColor.r; in TurnOnMultiLights() 121 lightColor[i].colorValue.wrgbColor.r = iter.colorValue.wrgbColor.r; in TurnOnMultiLights()
|
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/ |
D | hdf_vendor_kconfig_file.py | 34 r'liteos/Kconfig', self.kconfig_path): 36 r'^\s*source\s+"../../(%s/([a-zA-Z0-9_\-]+)/.*)"'\ 42 r'linux/Kconfig', self.kconfig_path): 44 r'^\s*source\s+"../../(%s/([a-zA-Z0-9_\-]+)/.*)"'\ 100 pattern = r'vendor/([a-zA-Z0-9_\-]+)/'
|
D | hdf_lite_mk_file.py | 27 self.end_line_pattern = r'LITEOS_BASELIB\s*[+]=\s*--no-whole-archive' 28 self.vendor_pattern = r'include.*hdf_vendor[.]mk' 29 self.target_format = r'include .*vendor/%s/.*/hdf_vendor[.]mk' 32 self.current_vendor_pattern = r'^\s*include.*/device/(.*)/lite.mk'
|
D | hdf_liteos_scann.py | 50 self.re_temp = r"^modules" 51 self.re_temp_model = r'"[a-z 0-9]+' 52 self.re_temp_module_switch = r"^module_switch" 53 self.re_temp_loscfg = r"LOSCFG[_ A-Z 0-9]+" 55 self.re_source_file1 = r"\$[A-Z _ / a-z 0-9 .]+\.c" 56 self.re_source_file2 = r"[_ / a-z 0-9]+\.c" 57 self.re_temp_header = r"^hdf_driver\(module_name\)" 58 self.re_temp_if = r"^if" 59 self.re_left_macro = r'^[A-Z _ 0-9]+' 60 self.re_right_macro = r'\$[A-Z _ 0-9]+' [all …]
|
D | hdf_vendor_build_file.py | 33 line_template = r'input' 57 pattern = r'vendor/([a-zA-Z0-9_\-]+)/'
|
D | hdf_lite_kconfig_file.py | 27 self.vendor_pattern = r'source\s+".*/vendor/.*/Kconfig"' 28 self.target_pattern_format = r'source\s+".*/vendor/%s/.*/Kconfig"'
|
D | hdf_module_kconfig_file.py | 30 self.config_re = re.compile(r'\s*config\s+([a-zA-Z0-9_\-]+)') 31 self.depends_on_re = re.compile(r'depends\s+on\s+([a-zA-Z0-9_\-]+)') 32 self.choice_re = re.compile(r'^\s*choice\s*$') 33 self.endchoice_re = re.compile(r'^\s*endchoice\s*$')
|
D | hdf_linux_scann.py | 49 self.re_temp1_model = r'model/[a-z _ 0-9]+' 50 self.re_temp2_obj = r"^obj-" 51 self.re_temp3_enable = r"CONFIG_DRIVERS_[A-Z _ 0-9]+" 52 self.re_temp4_include = r"^include" 53 self.re_temp_prefix0 = r"^../[. /]+" 54 self.re_temp_prefix1 = r"\$\(HDF_DIR_PREFIX\)" 55 self.re_temp_prefix2 = r"\$\(KHDF_AUDIO_BASE_ROOT_DIR\)" 56 self.re_temp_current = r"^\.\/" 57 self.te_temp5 = r"^[a-z]"
|
D | hdf_hcs_file.py | 26 self.line_pattern = r'^\s*#include\s+"%s/%s_config.hcs"' 27 self.include_pattern = r'^\s*#include'
|
D | hdf_lite_settings_mk_file.py | 30 self.line_pattern = r'(%s\s*:=\s*)(.*)' 59 r'\g<1>%s' % var_value, var_line)
|
/drivers/peripheral/light/test/unittest/hdi/ |
D | hdf_light_hdi_test.cpp | 65 effect.lightColor.colorValue.rgbColor.r = MIN_VALUE; in InitConfig() 83 effect.lightColor.colorValue.rgbColor.r = MAX_VALUE; 152 effect.lightColor.colorValue.rgbColor.r = MAX_VALUE; 229 effect.lightColor.colorValue.rgbColor.r = MAX_VALUE; 255 effect.lightColor.colorValue.rgbColor.r = MAX_VALUE; 275 effect.lightColor.colorValue.rgbColor.r = MAX_VALUE; 295 effect.lightColor.colorValue.rgbColor.r = MAX_VALUE; 321 effect.lightColor.colorValue.rgbColor.r = MAX_VALUE; 347 effect.lightColor.colorValue.rgbColor.r = MAX_VALUE; 373 effect.lightColor.colorValue.rgbColor.r = MAX_VALUE; [all …]
|
D | hdf_light_hdi_common_test.cpp | 63 effect.lightColor.colorValue.rgbColor.r = MIN_VALUE; in InitConfig() 113 effect.lightColor.colorValue.rgbColor.r = MAX_VALUE; 181 effect.lightColor.colorValue.rgbColor.r = MAX_VALUE; 205 effect.lightColor.colorValue.rgbColor.r = MAX_VALUE; 229 effect.lightColor.colorValue.rgbColor.r = MAX_VALUE; 249 effect.lightColor.colorValue.rgbColor.r = MAX_VALUE;
|
/drivers/peripheral/light/interfaces/v1_0/ |
D | ilight_type_vdi.h | 63 uint8_t r; member 71 uint8_t r; member
|
/drivers/peripheral/light/interfaces/include/ |
D | light_type.h | 131 uint8_t r; /** Red value range 0-255. */ member 146 uint8_t r; /** Red value range 0-255. */ member
|
/drivers/peripheral/light/test/unittest/common/ |
D | hdf_light_test.cpp | 144 effect.lightColor.colorValue.rgbColor.r = 255; 155 effect.lightColor.colorValue.rgbColor.r = 0; 183 effect.lightColor.colorValue.rgbColor.r = 255; 194 effect.lightColor.colorValue.rgbColor.r = 0; 205 effect.lightColor.colorValue.rgbColor.r = 255; 235 effect.lightColor.colorValue.rgbColor.r = 255;
|
/drivers/peripheral/camera/vdi_base/common/pipeline_core/utils/ |
D | object_factory.h | 30 static RegisterFactoty r; in Instance() local 31 return r; in Instance()
|
/drivers/peripheral/light/test/performance/common/ |
D | hdf_light_performance_test.cpp | 70 effect.lightColor.colorValue.rgbColor.r = MIN_VALUE; in InitConfig() 88 effect.lightColor.colorValue.rgbColor.r = MAX_VALUE;
|
/drivers/peripheral/camera/interfaces/hdi_ipc/utils/src/ |
D | utils_data_stub.cpp | 48 WriteData<int32_t>((*(entry.data.r + i)).numerator, cameraAbility); in WriteMetadataDataToVec() 49 WriteData<int32_t>((*(entry.data.r + i)).denominator, cameraAbility); in WriteMetadataDataToVec() 164 entry.data.r = new(std::nothrow) camera_rational_t[entry.count]; in ReadMetadataDataFromVec() 165 if (entry.data.r != nullptr) { in ReadMetadataDataFromVec() 167 ReadData<int32_t>(entry.data.r[i].numerator, index, cameraAbility); in ReadMetadataDataFromVec() 168 ReadData<int32_t>(entry.data.r[i].denominator, index, cameraAbility); in ReadMetadataDataFromVec() 357 buffers.push_back((*(entry.data.r + i)).numerator); in WriteMetadata() 358 buffers.push_back((*(entry.data.r + i)).denominator); in WriteMetadata() 442 entry.data.r = new(std::nothrow) camera_rational_t[entry.count]; in ReadMetadataRational() 443 if (entry.data.r != nullptr) { in ReadMetadataRational() [all …]
|
/drivers/hdf_core/framework/tools/idl-gen/ |
D | _header_parser.py | 71 tt = re.match(r".*enum *((\w+) *\*) *\w* *;", line) 76 tt = re.match(r".*(\[\w* *\(.*\) *]) *", line) 100 tt = re.match(r"(typedef )* *\w+ \( \* \) \(( .* )\)", params) 115 tt = re.match(r"((unsigned )*[a-zA-Z0-9_:]+( *\** *\**)) *", params) 159 tt = re.match(r"0x|0X|\(|-", v_value)
|
/drivers/interface/camera/metadata/src/ |
D | metadata_utils.cpp | 55 WriteData<int32_t>((*(entry.data.r + i)).numerator, cameraAbility); in WriteMetadataDataToVec() 56 WriteData<int32_t>((*(entry.data.r + i)).denominator, cameraAbility); in WriteMetadataDataToVec() 224 entry.data.r = new(std::nothrow) camera_rational_t[entry.count]; in ReadMetadataDataFromVecRational() 225 if (entry.data.r != nullptr) { in ReadMetadataDataFromVecRational() 227 MetadataUtils::ReadData<int32_t>(entry.data.r[i].numerator, index, cameraAbility); in ReadMetadataDataFromVecRational() 228 MetadataUtils::ReadData<int32_t>(entry.data.r[i].denominator, index, cameraAbility); in ReadMetadataDataFromVecRational() 399 rationalBuffers.push_back((*(item.data.r + i)).numerator); in WriteMetadata() 400 rationalBuffers.push_back((*(item.data.r + i)).denominator); in WriteMetadata() 643 entry.data.r = nullptr; in ReadMetadataRational() 646 entry.data.r = new(std::nothrow) camera_rational_t[entry.count]; in ReadMetadataRational() [all …]
|
/drivers/hdf_core/adapter/uhdf2/manager/ |
D | hdf_devmgr.cfg | 8 "secon" : "u:r:hdf_devmgr:s0",
|
/drivers/hdf_core/framework/model/misc/light/driver/include/ |
D | light_driver.h | 107 uint8_t r; member 113 uint8_t r; member
|
/drivers/peripheral/camera/vdi_base/v4l2/src/offline_stream_operator/ |
D | offline_stream.cpp | 132 … [captureId](const std::shared_ptr<CaptureRequest>& r) { return r->GetCaptureId() == captureId; }); in ReturnBuffer() argument 176 … [captureId](const std::shared_ptr<CaptureRequest>& r) { return r->GetCaptureId() == captureId; }); in CheckCaptureIdExist() argument
|