Home
last modified time | relevance | path

Searched refs:r (Results 1 – 25 of 87) sorted by relevance

1234

/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/
Dbuild.py14 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/
Dlight_if_service.cpp126 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/
Dlight_interface_impl.cpp87 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/
Dhdf_vendor_kconfig_file.py34 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_\-]+)/'
Dhdf_lite_mk_file.py27 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'
Dhdf_liteos_scann.py50 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 …]
Dhdf_vendor_build_file.py33 line_template = r'input'
57 pattern = r'vendor/([a-zA-Z0-9_\-]+)/'
Dhdf_lite_kconfig_file.py27 self.vendor_pattern = r'source\s+".*/vendor/.*/Kconfig"'
28 self.target_pattern_format = r'source\s+".*/vendor/%s/.*/Kconfig"'
Dhdf_module_kconfig_file.py30 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*$')
Dhdf_linux_scann.py49 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]"
Dhdf_hcs_file.py26 self.line_pattern = r'^\s*#include\s+"%s/%s_config.hcs"'
27 self.include_pattern = r'^\s*#include'
Dhdf_lite_settings_mk_file.py30 self.line_pattern = r'(%s\s*:=\s*)(.*)'
59 r'\g<1>%s' % var_value, var_line)
/drivers/peripheral/light/test/unittest/hdi/
Dhdf_light_hdi_test.cpp65 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 …]
Dhdf_light_hdi_common_test.cpp63 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/
Dilight_type_vdi.h63 uint8_t r; member
71 uint8_t r; member
/drivers/peripheral/light/interfaces/include/
Dlight_type.h131 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/
Dhdf_light_test.cpp144 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/
Dobject_factory.h30 static RegisterFactoty r; in Instance() local
31 return r; in Instance()
/drivers/peripheral/light/test/performance/common/
Dhdf_light_performance_test.cpp70 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/
Dutils_data_stub.cpp48 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.py71 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/
Dmetadata_utils.cpp55 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/
Dhdf_devmgr.cfg8 "secon" : "u:r:hdf_devmgr:s0",
/drivers/hdf_core/framework/model/misc/light/driver/include/
Dlight_driver.h107 uint8_t r; member
113 uint8_t r; member
/drivers/peripheral/camera/vdi_base/v4l2/src/offline_stream_operator/
Doffline_stream.cpp132 … [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

1234