Home
last modified time | relevance | path

Searched refs:h (Results 1 – 25 of 161) sorted by relevance

1234567

/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/
DXDefine.js19 static ReSize(w, h) { argument
21 Scr.height = h;
23 Scr.logich = (Scr.logicw * h) / w;
25 Scr.logicw = (Scr.logich * w) / h;
28 static setLogicScreenSize(w, h) { argument
29 if (Scr.logicw == w && Scr.width == w && Scr.logich == h && Scr.height == h) {
33 Scr.logich = h;
35 Scr.height = h;
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/graphics/
DXTexture.js73 this.ximages[rid] = { stat: 1, path: path, tex: texture, w: 1, h: 1 }; property
102 XTexture.pinstance_.ximages[rid].h = image.height;
107 TmpCut(rid, x = 0, y = 0, w = -1, h = -1, ww = 1024, hh = 1024) { argument
115 if (h == -1) {
116 h = hh;
123 h: h, property
129 v2: (y + h) / hh,
131 v3: (y + h) / hh,
136 makeCut(rid, x = 0, y = 0, w = -1, h = -1, ww = -1, hh = -1) { argument
141 hh = this.ximages[rid].h;
[all …]
DXMat4.js129 PerspectiveMatrix(n, f, w = NO_INITIAL_VAL, h = NO_INITIAL_VAL) { argument
133 if (h == NO_INITIAL_VAL) {
134 h = Scr.logich;
139 this.mat[1][1] = 2 / h;
148 orthoMat(x, y, w, h) { argument
149 this.move(-w / 2 - x, -h / 2 - y, 0);
150 this.scale(2 / w, -2 / h, 0);
DX2DFast.js94 fillRect(x, y, w, h, c = 0xffffffff) { argument
95 this.drawCut(this.whiteCut, x, y, w, h, 0, 0, 0, c);
112 drawRect(x, y, w, h, c = 0xffffffff, lw = 1) { argument
114 this.drawLine(x, y, x, y + h, c, lw);
115 this.drawLine(x + w, y + h, x + w, y, c, lw);
116 this.drawLine(x + w + lw / 2, y + h, x - lw / 2, y + h, c, lw);
177 …pcut.w, pcut.h, 0.0, pcut.u2, pcut.v2, m00, m01, m10, m11, m22, m30, m31, this.ridDict[pcut.rid], …
179 …pcut.w, pcut.h, 0.0, pcut.u2, pcut.v2, m00, m01, m10, m11, m22, m30, m31, this.ridDict[pcut.rid], …
180 …0.0, pcut.h, 0.0, pcut.u3, pcut.v3, m00, m01, m10, m11, m22, m30, m31, this.ridDict[pcut.rid], c,],
209 X2DFast.testTransform(intX, intY, sw, sh, ra, ox, oy, pcut.w, pcut.h);
/drivers/hdf_core/framework/tools/idl-gen/docs/
DREADME.md16 本工具用于将C/C++头文件(.h)转换为接口描述文件(.idl)
29 python idl_generator.py -f <*.h> -o <directory>
34 -h, --help show this help message and exit
36 -f <*.h>, --file <*.h>
44 python idl_generator.py -f ./h/audio/audio_adapter.h -o out
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/resources/templates/lite/display_template/
Ddisplay_driver_head.template3 #include "gpio_if.h"
4 #include "hdf_bl.h"
5 #include "hdf_disp.h"
6 #include "hdf_log.h"
7 #include "mipi_dsi_if.h"
8 #include "osal.h"
9 #include "pwm_if.h"
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/resources/templates/lite/audio_template/
Dhi35xx_audio_ops_head.template5 #include <linux/types.h>
6 #include "audio_dai_if.h"
7 #include "audio_codec_if.h"
8 #include "osal_mem.h"
9 #include "osal_time.h"
10 #include "osal_io.h"
11 #include "securec.h"
Drk3568_audio_ops_source.template1 #include <linux/regmap.h>
2 #include "gpio_if.h"
3 #include "linux/of_gpio.h"
4 #include "audio_driver_log.h"
5 #include "audio_stream_dispatch.h"
6 #include "audio_codec_base.h"
7 #include "audio_sapm.h"
8 #include "rk817_codec.h"
9 #include "${device_lower_case}_${driver_lower_case}_ops.h"
Drk3568_audio_ops_head.template4 #include <linux/platform_device.h>
5 #include <linux/types.h>
6 #include "audio_dai_if.h"
7 #include "audio_codec_if.h"
8 #include "osal_mem.h"
9 #include "osal_time.h"
10 #include "osal_io.h"
11 #include "securec.h"
Dhi35xx_audio_ops_source.template1 #include "${device_lower_case}_${driver_lower_case}_ops.h"
2 #include "audio_codec_base.h"
3 #include "audio_driver_log.h"
4 #include "gpio_if.h"
Drk3568_audio_adapter_source.template1 #include <linux/device.h>
2 #include <linux/module.h>
3 #include <linux/of.h>
4 #include <linux/platform_device.h>
5 #include <linux/mfd/rk808.h>
6 #include "${device_lower_case}_${driver_lower_case}_ops.h"
7 #include "audio_codec_if.h"
8 #include "audio_codec_base.h"
9 #include "audio_driver_log.h"
10 #include "rk817_codec.h"
/drivers/hdf_core/framework/tools/idl-gen/docs/release-notes/
DIDLGenerator-1-0.md9 - 支持一次转换多个.h头文件
10 - 支持.h文件在不同目录下
11 - 自动解析.h文件中包含的头文件并转换成.idl
26 IFoo.h
35 IFoo.h
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/control/
DXSelect.js32 move(x, y, w, h) { argument
36 this.posH_ = h;
47 let h = this.posH_;
50 this.pm2f_.fillRect(x, y, w, h, this.backgroundColor_);
69 this.pm2f_.fillRect(x, y + h, w, 20 * this.list_.length, this.backgroundColor_);
72 this.pm2f_.fillRect(x, y + h + i * 20, w, 20, this.backgroundColor_);
75 this.pm2f_.fillRect(x, y + h + i * 20, w, 20, this.backgroundColor_);
97 y + h + i * 20,
DXButton.js19 constructor(x, y, w, h, name) { argument
21 this.move(x, y, w, h);
31 move(x, y, w, h) { argument
35 this.posH_ = h;
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
DCanvasInput.js20 static SetSafeArea(x, y, w, h) { argument
21 CanvasInput.SAFE_AREA = [x, y, w, h];
23 static Reset(x, y, w, h, value, cb, cb2) { argument
24 CanvasInput.SAFE_AREA = [x, y, w, h];
29 ci.style.height = h + 'px';
/drivers/peripheral/display/composer/test/moduletest/
Dhdi_device_test.cpp240 …_ptr<HdiTestLayer> layer = display->CreateHdiTestLayer(setting.bufferSize.w, setting.bufferSize.h); in CreateTestLayer()
288 static void AdjustLayerSettings(std::vector<LayerSettings> &settings, uint32_t w, uint32_t h) in AdjustLayerSettings() argument
293 DISPLAY_TEST_LOGD(" ratio w: %f ratio h: %f", setting.rectRatio.w, setting.rectRatio.h); in AdjustLayerSettings()
294 if ((setting.rectRatio.w > 0.0f) && (setting.rectRatio.h > 0.0f)) { in AdjustLayerSettings()
295 setting.displayRect.h = static_cast<uint32_t>(setting.rectRatio.h * h); in AdjustLayerSettings()
298 setting.displayRect.y = static_cast<uint32_t>(setting.rectRatio.y * h); in AdjustLayerSettings()
300 setting.rectRatio.x, setting.rectRatio.y, setting.rectRatio.w, setting.rectRatio.h, in AdjustLayerSettings()
301 … setting.displayRect.x, setting.displayRect.y, setting.displayRect.w, setting.displayRect.h); in AdjustLayerSettings()
304 if ((setting.bufferRatio.h > 0.0f) || (setting.bufferRatio.w > 0.0f)) { in AdjustLayerSettings()
305 setting.bufferSize.h = static_cast<uint32_t>(setting.bufferRatio.h * h); in AdjustLayerSettings()
[all …]
/drivers/peripheral/camera/vdi_base/usb_camera/pipeline_core/pipeline_impl/src/strategy/config/
DgenerateConfig.md4 根据hcs文件生成对应的config.c、config.h、params.c、params.h文件
/drivers/external_device_manager/interfaces/ddk/usb/
DBUILD.gn19 "usb_ddk_api.h",
20 "usb_ddk_types.h",
30 "usb/usb_ddk_api.h",
31 "usb/usb_ddk_types.h",
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/resources/templates/lite/hdi_template/unittest/
Dhdf_name_test_cpp.template1 #include <gtest/gtest.h>
2 #include <osal_mem.h>
3 #include <unistd.h>
4 #include "hdf_log.h"
5 #include "v1_0/i${peripheral_name}.h"
6 #include "v1_0/types.h"
7 #include "${peripheral_name}_callback_impl.h"
Dname_callback_impl_cpp.template2 #include "osal_mem.h"
3 #include "${peripheral_name}_callback_impl.h"
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/resources/templates/lite/sensor_template/
Dals_sensor_driver_head.template4 #include "sensor_als_driver.h"
5 #include "sensor_config_parser.h"
Dcom_sensor_driver_head.template4 #include "sensor_accel_driver.h"
5 #include "sensor_config_parser.h"
Dppg_sensor_driver_head.template4 #include "sensor_${device_lower_camel_case}_driver.h"
5 #include "sensor_config_parser.h"
Daccel_sensor_driver_head.template4 #include "sensor_${device_lower_camel_case}_driver.h"
5 #include "sensor_config_parser.h"
Dhall_sensor_driver_head.template4 #include "sensor_${device_lower_camel_case}_driver.h"
5 #include "sensor_config_parser.h"

1234567