/device/board/hihope/dayu210/kernel/ |
H A D | make-ohos.sh | 60 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/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/build/scripts/ |
H A D | scons_utils.py | 135 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/scripts/ |
H A D | scons_utils.py | 135 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/ |
H A D | hi_gv_scrolltext.h | 47 * param[in] image Picture resource ID. 54 HI_S32 HI_GV_ScrollText_SetContent(HIGV_HANDLE scrollTextHandle, HI_RESID image, const HI_CHAR *string); 59 * param[in] image Picture resource ID. 66 HI_S32 HI_GV_ScrollText_SetContentByID(HIGV_HANDLE scrollTextHandle, HI_RESID image, HI_U32 strID); 71 * param[out] image Picture resource ID. 79 HI_S32 HI_GV_ScrollText_GetContent(HIGV_HANDLE scrollTextHandle, HI_RESID *image, HI_CHAR *string, HI_U32 textBufLen);
|
H A D | hi_gv_image.h | 34 * brief Set image resource. 36 * param[in] image The resource ID of image. 40 HI_S32 HI_GV_Image_SetImage(HIGV_HANDLE imageHandle, HI_RESID image); 43 * brief Draw surface image. 73 * Ƶimageؼľ,ΪNULLʱӿؼ
|
/device/soc/rockchip/rk3588/hardware/rga/include/ |
H A D | im2d_common.h | 53 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()
|
H A D | im2d.hpp | 38 * Describes the size of the image buffer 52 * Describes the pixel width stride of the image buffer 54 * Describes the pixel height stride of the image buffer 56 * Describes the pixel format of the image buffer 297 IM_API IM_STATUS immosaic(const rga_buffer_t image, im_rect rect, int mosaic_mode, int sync = 1, int *release_fence_fd = NULL); 305 * background image
|
H A D | im2d.h | 81 * Wrap image Parameters. 86 * Width of image manipulation area. 88 * Height of image manipulation area. 703 IM_API IM_STATUS immosaic(const rga_buffer_t image, im_rect rect, int mosaic_mode, int sync); 711 * background image
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/scenario/tennis_detect/ |
H A D | tennis_detect.cpp | 169 Mat image;
in TennisDetectCal() local 170 frame2Mat(srcFrm, image);
in TennisDetectCal() 171 if (image.size == 0) {
in TennisDetectCal() 172 SAMPLE_PRT("image is null\n");
in TennisDetectCal() 176 Mat src = image;
in TennisDetectCal() 184 * The cvtColor operator is used to convert an image from one color space to another color space
in TennisDetectCal() 186 cvtColor(src1, hsv, COLOR_BGR2HSV); // Convert original image to HSV image
in TennisDetectCal() 192 * Binarize the hsv image, here is to binarize the green background,
in TennisDetectCal()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dbus.c | 104 uint8 *image; /* buffer for combine fw and nvram */ member 115 char *fw_path; /* module_param: path to firmware image */ 567 * Before downloading a firmware image into the dongle, the validity of the image must be checked. 597 printf("compressed image\n"); in check_file() 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 in dbus_get_fw_nvram() [all...] |
H A D | linux_osl.c | 1262 osl_os_get_image_block(char *buf, int len, void *image) in osl_os_get_image_block() argument 1264 struct file *fp = (struct file *)image; in osl_os_get_image_block() 1267 if (!image) in osl_os_get_image_block() 1283 osl_os_close_image(void *image) in osl_os_close_image() argument 1285 if (image) in osl_os_close_image() 1286 filp_close((struct file *)image, NULL); in osl_os_close_image() 1290 osl_os_image_size(void *image) in osl_os_image_size() argument 1294 if (image) { in osl_os_image_size() 1296 curroffset = generic_file_llseek(image, 0, 1); in osl_os_image_size() 1298 len = generic_file_llseek(image, in osl_os_image_size() [all...] |
H A D | dhd_sdio.c | 112 #define MEMBLOCK 2048 /* Block size used for downloading of dongle image */ 113 #define MAX_MEMBLOCK (32 * 1024) /* Block size used for downloading of dongle image */ 150 * if the image is doing a CRC calculation before programming the PMU 2888 /* Dump the ram image */ in dhd_bus_rxctl() 4472 /* Upload image to verify downloaded contents. */ in dhdsdio_write_vars() 4483 DHD_ERROR(("%s: Downloaded NVRAM image is corrupted.\n", __FUNCTION__)); in dhdsdio_write_vars() 8785 /* In Win10, system will be BSOD if using "sysprep" to do OS image */ in dhdsdio_release_dongle() 8986 void *image = NULL; in dhdsdio_download_code_file() local 8997 image = dhd_os_open_image1(bus->dhd, pfw_path); in dhdsdio_download_code_file() 8998 if (image in dhdsdio_download_code_file() 9124 void *image = NULL; dhdsdio_download_ucode_file() local 9228 void * image = NULL; dhdsdio_download_nvram() local 10113 void *image = NULL; _dhdsdio_download_btfw() local [all...] |
H A D | dhd_config.c | 4013 void *image = NULL; in dhd_conf_read_config() local 4026 image = dhd_os_open_image1(dhd, conf_path); in dhd_conf_read_config() 4027 if (image == NULL) { in dhd_conf_read_config() 4047 len = dhd_os_get_image_block(memblock, MAXSZ_CONFIG, image); in dhd_conf_read_config() 4134 if (image) in dhd_conf_read_config() 4135 dhd_os_close_image1(dhd, image); in dhd_conf_read_config()
|
H A D | dhd.h | 2029 extern int dhd_os_get_image_block(char * buf, int len, void * image); 2030 extern int dhd_os_get_image_size(void * image); 2032 extern int dhd_os_gets_image(dhd_pub_t *pub, char *str, int len, void *image); 2037 extern void dhd_os_close_image1(dhd_pub_t *pub, void *image);
|
H A D | dhd_common.c | 5572 void *image = NULL; in dhd_get_download_buffer() local 5582 image = dhd_os_open_image1(dhd, file_path); in dhd_get_download_buffer() 5583 if (image == NULL) { in dhd_get_download_buffer() 5584 printf("%s: Open image file failed %s\n", __FUNCTION__, file_path); in dhd_get_download_buffer() 5596 /* Download image */ in dhd_get_download_buffer() 5597 len = dhd_os_get_image_block((char *)buf, file_len, image); in dhd_get_download_buffer() 5611 if (image) in dhd_get_download_buffer() 5612 dhd_os_close_image1(dhd, image); in dhd_get_download_buffer()
|
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/drv/ |
H A D | ddr_cmd_loc.S | 3 .section .image,#alloc
|
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/drv/ |
H A D | ddr_cmd_loc.S | 3 .section .image,#alloc
|
/device/soc/rockchip/common/sdk_linux/scripts/ |
H A D | repack-bootimg | 12 -z pack compressed kernel image 13 --boot_img BOOT_IMG path to the original boot image 123 version=$(grep -a "^boot image header version: " $log | sed "s/^boot image header version: //")
|
/device/board/hihope/rk3568/camera/vdi_impl/v4l2/pipeline_core/src/node/ |
H A D | rk_codec_node.h | 53 void encodeJpegToMemory(unsigned char* image, int width, int height,
|
H A D | rk_codec_node.cpp | 183 void RKCodecNode::encodeJpegToMemory(unsigned char* image, int width, int height, in encodeJpegToMemory() argument 213 row_pointer[0] = &image[cInfo.next_scanline * row_stride * pixelsThick]; in encodeJpegToMemory() 222 /* rotate image */ in encodeJpegToMemory()
|
/device/board/hihope/dayu210/camera/vdi_impl/v4l2/pipeline_core/src/node/ |
H A D | rk_codec_node.h | 53 void encodeJpegToMemory(unsigned char* image, int width, int height,
|
H A D | rk_codec_node.cpp | 182 void RKCodecNode::encodeJpegToMemory(unsigned char* image, int width, int height, in encodeJpegToMemory() argument 217 yBase = image; in encodeJpegToMemory() 218 uBase= image + width * height; in encodeJpegToMemory() 238 /* rotate image */ in encodeJpegToMemory()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | linux_osl.h | 39 extern int osl_os_get_image_block(char * buf, int len, void * image); 40 extern void osl_os_close_image(void * image); 41 extern int osl_os_image_size(void *image);
|
/device/qemu/riscv32_virt/liteos_m/board/driver/video/ |
H A D | fb.h | 193 # define FB_CUR_SETIMAGE 0x02 /* Set the cursor image */ 196 # define FB_CUR_XOR 0x10 /* Use XOR vs COPY ROP on image */ 414 * following structure may be used to provide the cursor image 418 fb_coord_t width; /* Width of the cursor image in pixels */ 419 fb_coord_t height; /* Height of the cursor image in pixels */ 420 const uint8_t *image; /* Pointer to image data */ member 462 struct fb_cursorimage_s img; /* Cursor image */
|
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | bpf.h | 578 int arch_prepare_bpf_trampoline(struct bpf_tramp_image *tr, void *image, void *image_end, 607 void *image; member 639 /* Executable image of trampoline */ 664 void *image; member 682 .mutex = __MUTEX_INITIALIZER(_name.mutex), .func = &_name##_func, .progs = {}, .num_progs = 0, .image = NULL, \ 752 /* Descriptor of pokes pointing /into/ the JITed image. */
|