Home
last modified time | relevance | path

Searched refs:width (Results 1 – 22 of 22) sorted by relevance

/vendor/hisilicon/hispark_pegasus/demo/oledplayer_demo/oled/
Dimg2code.py24 def resize_and_binarize_image(frame, width, height, threshold): argument
28 frame = cv2.resize(frame, (width, height)) # 缩放
33 for b in range(int(width / PIXEL_PER_BYTE)):
57 width = len(sys.argv) > 3 and int(sys.argv[3]) or TARGET_WIDTH
67 bitmap = resize_and_binarize_image(frame, width, height, threshold) # 转为目标格式的数组
70 f.write('const unsigned char {}_size[] = {{ {}, {} }};\n'.format(imgBase, width, height))
/vendor/hisilicon/hispark_pegasus/demo/ssd1306_demo/
Dimg2code.py24 def resize_and_binarize_image(frame, width, height, threshold): argument
28 frame = cv2.resize(frame, (width, height)) # 缩放
33 for b in range(int(width / PIXEL_PER_BYTE)):
57 width = len(sys.argv) > 3 and int(sys.argv[3]) or TARGET_WIDTH
67 bitmap = resize_and_binarize_image(frame, width, height, threshold) # 转为目标格式的数组
70 f.write('const unsigned char {}_size[] = {{ {}, {} }};\n'.format(imgBase, width, height))
/vendor/hihope/rk3568/demo/tetcl_poetry/entry/src/main/ets/MainAbility/pages/
Dindex.ets76 .width('100%').height(54)
96 .width('100%')
141 .width('100%')
144 .width(200).height(60)
163 .width('100%')
165 .width('90%')
170 .width('100%')
176 .width('90%').height(160)
189 .width('100%').height('100%')
191 .width('100%').height('100%')
Dsplash.ets25 .width(120).height(120)
36 .width('100%').height('100%')
/vendor/hihope/rk3568/demo/QRCodeGenerator/entry/src/main/ets/MainAbility/pages/
Dindex.ets30 .width(200)
34 width: 12, color: Color.Pink, style: BorderStyle.Dotted
36 }.width("100%").height("100%").justifyContent(FlexAlign.SpaceAround)
/vendor/hisilicon/hispark_taurus_standard/hdf_config/uhdf/camera/pipeline_core/
Dconfig.hcs14 width = 0;
33 width = 0;
92 width = 0;
167 width = 0;
259 width = 0;
335 width = 0;
/vendor/hisilicon/hispark_phoenix/hdf_config/uhdf/camera/pipeline_core/
Dconfig.hcs14 width = 0;
33 width = 0;
92 width = 0;
167 width = 0;
259 width = 0;
335 width = 0;
/vendor/hisilicon/watchos/hdf_config/uhdf/camera/pipeline_core/
Dconfig.hcs14 width = 0;
33 width = 0;
92 width = 0;
167 width = 0;
259 width = 0;
335 width = 0;
/vendor/hihope/rk3568/demo/QRCodeGenerator/entry/src/ohosTest/ets/TestAbility/pages/
Dindex.ets43 .width('35%')
48 .width('100%')
/vendor/hihope/rk3568/demo/MineSweeping/entry/src/ohosTest/ets/TestAbility/pages/
Dindex.ets40 .width('35%')
45 .width('100%')
/vendor/hihope/rk3568/demo/UdpDemo/entry/src/ohosTest/ets/TestAbility/pages/
Dindex.ets41 .width('35%')
46 .width('100%')
/vendor/hihope/rk3568/demo/center_control/entry/src/ohosTest/ets/TestAbility/pages/
Dindex.ets42 .width('35%')
47 .width('100%')
/vendor/hihope/rk3568/demo/MineSweeping/entry/src/main/ets/pages/
Dindex.ets197 .width(240)
215 .width((!item.isCover && item.isMine) ? 80 : '100%')
219 .width('100%').height(100)
222 width: 1,
268 .width('95%')
279 .width('100%')
283 .width('100%')
/vendor/hisilicon/hispark_taurus_mini_system/hdf_config/lcd/
Dlcd_config.hcs7 width = 480; /* width */
11 hsw = 10; /* horizontal sync width */
14 vsw = 2; /* vertiacl sync width */
57 width = 600; /* width */
61 hsw = 1; /* horizontal sync width */
64 vsw = 1; /* vertiacl sync width */
347 width = 480; /* width */
351 hsw = 10; /* horizontal sync width */
354 vsw = 4; /* vertiacl sync width */
/vendor/hisilicon/hispark_taurus/hdf_config/lcd/
Dlcd_config.hcs7 width = 480; /* width */
11 hsw = 10; /* horizontal sync width */
14 vsw = 2; /* vertiacl sync width */
57 width = 600; /* width */
61 hsw = 1; /* horizontal sync width */
64 vsw = 1; /* vertiacl sync width */
347 width = 480; /* width */
351 hsw = 10; /* horizontal sync width */
354 vsw = 4; /* vertiacl sync width */
/vendor/hisilicon/hispark_taurus_linux/hdf_config/lcd/
Dlcd_config.hcs7 width = 480; /* width */
11 hsw = 10; /* horizontal sync width */
14 vsw = 2; /* vertiacl sync width */
57 width = 600; /* width */
61 hsw = 1; /* horizontal sync width */
64 vsw = 1; /* vertiacl sync width */
347 width = 480; /* width */
351 hsw = 10; /* horizontal sync width */
354 vsw = 4; /* vertiacl sync width */
/vendor/hihope/rk3568/demo/QRCodeGenerator/
DREADME.md147 .width(200)
151 width: 12, color: Color.Pink, style: BorderStyle.Dotted
153 }.width("100%").height("100%").justifyContent(FlexAlign.SpaceAround)
/vendor/hihope/rk3568_mini_system/hdf_config/uhdf/camera/pipeline_core/
Dconfig.hcs14 width = 0;
33 width = 0;
310 width = 0;
/vendor/hihope/rk3568/hdf_config/uhdf/camera/pipeline_core/
Dconfig.hcs14 width = 0;
33 width = 0;
76 width = 0;
152 width = 0;
309 width = 0;
434 width = 0;
841 width = 0;
1103 width = 0;
/vendor/hihope/rk3568/demo/center_control/entry/src/main/ets/MainAbility/pages/
Dindex.ets64 .width('100%')
/vendor/hihope/rk3568/demo/UdpDemo/entry/src/main/ets/MainAbility/pages/
Dindex.ets97 .width('100%')
/vendor/hisilicon/watchos/patches/
Dhi3516dv300.patch869 + bus-width = <4>;
885 + bus-width = <4>;
905 + bus-width = <4>;
15348 +static u32 get_width(enum dma_slave_buswidth width)
15350 + switch (width) {
15360 + hiedmacv310_error("check here, width warning!\n");
15370 + unsigned int config, width;
15378 + width = get_width(addr_width);
15379 + hiedmacv310_trace(HIEDMACV310_CONFIG_TRACE_LEVEL, "width = 0x%x\n", width);
15380 + config |= width << HIEDMAC_CONFIG_SRC_WIDTH_SHIFT;
[all …]