Home
last modified time | relevance | path

Searched refs:image (Results 1 – 25 of 129) sorted by relevance

123456

/device/board/isoftstone/zhiyuan/kernel/driver/drivers/g2d/g2d_legacy/
Dg2d_bsp_v2.c555 __s32 g2d_vlayer_set(__u32 sel, g2d_image_enh *image) in g2d_vlayer_set() argument
571 tmp = ((image->alpha & 0xff) << 24); in g2d_vlayer_set()
572 if (image->bpremul) in g2d_vlayer_set()
574 tmp |= (image->format << 8); in g2d_vlayer_set()
575 tmp |= (image->mode << 1); in g2d_vlayer_set()
579 (((image->clip_rect.h == in g2d_vlayer_set()
580 0 ? 0 : image->clip_rect.h - in g2d_vlayer_set()
581 1) & 0x1fff) << 16) | ((image->clip_rect.w == in g2d_vlayer_set()
582 0 ? 0 : image->clip_rect.w - in g2d_vlayer_set()
589 if ((image->format >= G2D_FORMAT_YUV422UVC_V1U1V0U0) in g2d_vlayer_set()
[all …]
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/doc/
D4.1.6.传统CV算子硬件加速之色彩空间转换算子.md15 * 功能:ive image to video frame.
23 * 功能:video frame to ive image.
31 * 功能:video YUV frame to ive image (U8C1)
41 * 功能:ive image RGB to YUV
47 * 功能:ive image RGB to BGR
/device/soc/esp/esp32/components/bootloader_support/src/
Desp_image_format.c92 static esp_err_t verify_image_header(uint32_t src_addr, const esp_image_header_t *image, bool silen…
222 for (int i = 0; i < data->image.segment_count; i++) { in image_load()
306 static esp_err_t verify_image_header(uint32_t src_addr, const esp_image_header_t *image, bool silen… in verify_image_header() argument
311 image->magic, in verify_image_header()
312 image->segment_count, in verify_image_header()
313 image->spi_mode, in verify_image_header()
314 image->spi_size, in verify_image_header()
315 image->entry_addr); in verify_image_header()
317 if (image->magic != ESP_IMAGE_HEADER_MAGIC) { in verify_image_header()
321 if (image->spi_mode > ESP_IMAGE_SPI_MODE_SLOW_READ) { in verify_image_header()
[all …]
Dbootloader_common_loader.c126 const uint8_t *image = bootloader_mmap(partition->offset, mmap_size); in bootloader_common_get_partition_description() local
127 if (image == NULL) { in bootloader_common_get_partition_description()
132 memcpy(app_desc, image + app_desc_offset, sizeof(esp_app_desc_t)); in bootloader_common_get_partition_description()
133 bootloader_munmap(image); in bootloader_common_get_partition_description()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/color_space_convert/
DREADME.md98 ### 6.1、ive image to video frame
100 * 执行下面的命令,即可完成ive image to video frame的转换,如下图所示:
112 ### 6.2、video frame to ive image
126 ### 6.3、video YUV frame to ive image (U8C1)
128 * 执行下面的命令,即可完成video YUV frame to ive image (U8C1)的转换,如下图所示:
140 ### 6.4、YUV video frame to RGB ive image - ive image RGB to YUV
142 * 执行下面的命令,即可完成YUV video frame to RGB ive image - ive image RGB to YUV的转换,如下图所示:
154 ### 6.5、YUV video frame to RGB ive image - ive image RGB to BGR
156 * 执行下面的命令,即可完成YUV video frame to RGB ive image - ive image RGB to BGR的转换,如下图所示:
/device/board/hihope/dayu210/kernel/
Dmake-ohos.sh60 image=$3
63 echo " kernel /extlinux/${image}" >> ${EXTLINUX_CONF}
109 image=${!ID_IMAGE}
124 make_extlinux_conf ${dtb_path} ${uart} ${image}
125 cp -f ${OBJ_PATH}arch/${arch}/boot/${image} ${EXTLINUX_PATH}/
/device/board/isoftstone/yangfan/common/seetafaceengine/opencv2/modules/calib3d/src/
Dcalib3d_c_api.cpp17 Mat image = cvarrToMat(_image); in cvDrawChessboardCorners() local
19 …drawChessboardCorners(image, pattern_size, Mat(1, count, traits::Type<Point2f>::value, corners), f… in cvDrawChessboardCorners()
30 Mat image = cvarrToMat(arr); in cvFindChessboardCorners() local
36 bool res = cv::findChessboardCorners(image, pattern_size, out_corners, flags); in cvFindChessboardCorners()
/device/board/kaihong/khdvk_3566b/kernel/
Dmake_ohos.sh61 image=$3
64 echo " kernel /extlinux/${image}" >> ${EXTLINUX_CONF}
113 image=${!ID_IMAGE}
128 make_extlinux_conf ${dtb_path} ${uart} ${image}
129 cp -f ${OBJ_PATH}arch/${arch}/boot/${image} ${EXTLINUX_PATH}/
/device/soc/esp/esp32/components/app_update/
DKconfig.projbuild8 …structure. If not set, time/date stamp will be excluded from app image. This can be useful for get…
9 same binary image files made from the same source, but at different times.
12 bool "Exclude PROJECT_VER from firmware image"
15 The PROJECT_VER variable from the build system will not affect the firmware image.
19 bool "Exclude PROJECT_NAME from firmware image"
22 The PROJECT_NAME variable from the build system will not affect the firmware image.
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/
Dscons_utils.py135 with open(target, mode) as image:
136 image.seek(0, 1)
137 img_data = bytearray(image.read())
138 with open(target, 'wb') as image:
151 image.seek(0, 1)
152 image.write(img_data)
158 with open(target, 'wb') as image:
159 image.write(data)
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/build/scripts/
Dscons_utils.py135 with open(target, mode) as image:
136 image.seek(0, 1)
137 img_data = bytearray(image.read())
138 with open(target, 'wb') as image:
151 image.seek(0, 1)
152 image.write(img_data)
158 with open(target, 'wb') as image:
159 image.write(data)
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/
Dhi_gv_scrolltext.h54 HI_S32 HI_GV_ScrollText_SetContent(HIGV_HANDLE scrollTextHandle, HI_RESID image, const HI_CHAR *str…
66 HI_S32 HI_GV_ScrollText_SetContentByID(HIGV_HANDLE scrollTextHandle, HI_RESID image, HI_U32 strID);
79 HI_S32 HI_GV_ScrollText_GetContent(HIGV_HANDLE scrollTextHandle, HI_RESID *image, HI_CHAR *string, …
/device/board/lango/
DREADME_ZH.md9 ![开发板外观布局图](image/外观功能图.png)
11 ![开发板尺寸图](image/外观尺寸图.png)
64 ![开发板外观布局图](image/烧录模式.png)
/device/soc/rockchip/rk3588/hardware/rga/include/
Dim2d_common.h53 inline void rga_apply_rect(rga_buffer_t *image, im_rect *rect) { in rga_apply_rect() argument
55 image->width = rect->width; in rga_apply_rect()
56 image->height = rect->height; in rga_apply_rect()
/device/soc/esp/esp32/components/bootloader_support/src/esp32/
Dsecure_boot.c53 const uint32_t *image; in secure_boot_generate() local
73 image = bootloader_mmap(ESP_BOOTLOADER_OFFSET, image_len); in secure_boot_generate()
74 if (!image) { in secure_boot_generate()
79 ets_secure_boot_hash(&image[i/sizeof(uint32_t)]); in secure_boot_generate()
81 bootloader_munmap(image); in secure_boot_generate()
145 if(bootloader_data.image.hash_appended) { in esp_secure_boot_generate_digest()
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/
Ddbus.c101 uint8 *image; /* buffer for combine fw and nvram */ member
690 dhd_bus->image = (uint8 *)DHD_OS_PREALLOC( in dbus_get_fw_nvram()
693 dhd_bus->image = MALLOC(dhd_bus->pub.osh, total_len); in dbus_get_fw_nvram()
696 if (dhd_bus->image == NULL) { in dbus_get_fw_nvram()
710 bcopy(memptr, dhd_bus->image + offset, len); in dbus_get_fw_nvram()
715 hdr = (struct trx_header *)dhd_bus->image; in dbus_get_fw_nvram()
717 bcopy(nv_memblock, (uint8 *)(dhd_bus->image + img_offset), in dbus_get_fw_nvram()
721 bzero(&dhd_bus->image[img_offset], nvram_words_pad); in dbus_get_fw_nvram()
732 hdr = (struct trx_header *)dhd_bus->image; in dbus_get_fw_nvram()
745 hdr->crc32 = hndcrc32((uint8 *)&dhd_bus->image[i], 1, hdr->crc32); in dbus_get_fw_nvram()
[all …]
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/scenario/tennis_detect/
Dtennis_detect.cpp169 Mat image; in TennisDetectCal() local
170 frame2Mat(srcFrm, image); in TennisDetectCal()
171 if (image.size == 0) { in TennisDetectCal()
176 Mat src = image; in TennisDetectCal()
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/
Ddbus.c104 uint8 *image; /* buffer for combine fw and nvram */ member
675 dhd_bus->image = MALLOC(dhd_bus->pub.osh, total_len); in dbus_get_fw_nvram()
677 if (dhd_bus->image == NULL) { in dbus_get_fw_nvram()
690 bcopy(memptr, dhd_bus->image+offset, len); in dbus_get_fw_nvram()
694 hdr = (struct trx_header *)dhd_bus->image; in dbus_get_fw_nvram()
696 bcopy(nv_memblock, (uint8 *)(dhd_bus->image + img_offset), in dbus_get_fw_nvram()
700 bzero(&dhd_bus->image[img_offset], nvram_words_pad); in dbus_get_fw_nvram()
712 hdr = (struct trx_header *)dhd_bus->image; in dbus_get_fw_nvram()
724 hdr->crc32 = hndcrc32((uint8 *)&dhd_bus->image[i], 1, hdr->crc32); in dbus_get_fw_nvram()
759 dhd_bus->image, dhd_bus->image_len); in dbus_do_download()
[all …]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Ddbus.c104 uint8 *image; /* buffer for combine fw and nvram */ member
675 dhd_bus->image = MALLOC(dhd_bus->pub.osh, total_len); in dbus_get_fw_nvram()
677 if (dhd_bus->image == NULL) { in dbus_get_fw_nvram()
690 bcopy(memptr, dhd_bus->image+offset, len); in dbus_get_fw_nvram()
694 hdr = (struct trx_header *)dhd_bus->image; in dbus_get_fw_nvram()
696 bcopy(nv_memblock, (uint8 *)(dhd_bus->image + img_offset), in dbus_get_fw_nvram()
700 bzero(&dhd_bus->image[img_offset], nvram_words_pad); in dbus_get_fw_nvram()
712 hdr = (struct trx_header *)dhd_bus->image; in dbus_get_fw_nvram()
724 hdr->crc32 = hndcrc32((uint8 *)&dhd_bus->image[i], 1, hdr->crc32); in dbus_get_fw_nvram()
759 dhd_bus->image, dhd_bus->image_len); in dbus_do_download()
[all …]
/device/soc/hpmicro/sdk/hpm_sdk/drivers/inc/
Dhpm_ffa_drv.h55 ffa_q31_t image; member
63 ffa_q15_t image; member
/device/qemu/x86_64_virt/linux/
DREADME_zh.md52 Run a OHOS image in qemu according to the options.
58 -f force override instance image with a new copy.
61 If no image_path specified, it will find OHOS image in current working directory; then try .
/device/qemu/arm_virt/linux/
DREADME_zh.md54 Run a OHOS image in qemu according to the options.
60 -f force override instance image with a new copy.
63 If no image_path specified, it will find OHOS image in current working directory; then try .
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/
Ddbus.c103 uint8 *image; /* buffer for combine fw and nvram */ member
674 dhd_bus->image = MALLOC(dhd_bus->pub.osh, total_len); in dbus_get_fw_nvram()
676 if (dhd_bus->image == NULL) { in dbus_get_fw_nvram()
689 bcopy(memptr, dhd_bus->image+offset, len); in dbus_get_fw_nvram()
693 hdr = (struct trx_header *)dhd_bus->image; in dbus_get_fw_nvram()
695 bcopy(nv_memblock, (uint8 *)(dhd_bus->image + img_offset), in dbus_get_fw_nvram()
699 bzero(&dhd_bus->image[img_offset], nvram_words_pad); in dbus_get_fw_nvram()
711 hdr = (struct trx_header *)dhd_bus->image; in dbus_get_fw_nvram()
723 hdr->crc32 = hndcrc32((uint8 *)&dhd_bus->image[i], 1, hdr->crc32); in dbus_get_fw_nvram()
758 dhd_bus->image, dhd_bus->image_len); in dbus_do_download()
[all …]
/device/soc/hpmicro/sdk/hpm_sdk/boards/hpm6750evk2/
DREADME_zh.md68 ![image-1](../../doc/images/boards/hpm6750evk/hpm6750evk_pwm_output_pin.png "image-1")
/device/soc/hpmicro/sdk/hpm_sdk/boards/hpm6750evk/
DREADME_zh.md68 ![image-1](../../doc/images/boards/hpm6750evk/hpm6750evk_pwm_output_pin.png "image-1")

123456