| /OK3568_Linux_fs/u-boot/common/spl/ |
| H A D | spl_rkfw.c | 104 void *image_buf = NULL; in load_image() local 131 image_buf = memalign(ARCH_DMA_MINALIGN, sect_cnt * 512); in load_image() 132 if (!image_buf) { in load_image() 137 image_buf = (void *)load_addr; in load_image() 141 sect_cnt, image_buf); in load_image() 156 if ((ulong)image_buf != load_addr) { in load_image() 157 memcpy((void *)load_addr, image_buf, sect_cnt << 9); in load_image() 158 free(image_buf); in load_image()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | bootm.c | 410 void *load_buf, void *image_buf, ulong image_len, in bootm_decomp_image() argument 417 (ulong)image_buf, (ulong)load_buf); in bootm_decomp_image() 429 memmove_wd(load_buf, image_buf, image_len, CHUNKSZ); in bootm_decomp_image() 435 ret = gunzip(load_buf, unc_len, image_buf, &image_len); in bootm_decomp_image() 449 image_buf, image_len, in bootm_decomp_image() 460 image_buf, image_len); in bootm_decomp_image() 469 ret = lzop_decompress(image_buf, image_len, load_buf, &size); in bootm_decomp_image() 478 ret = ulz4fn(image_buf, image_len, load_buf, &size); in bootm_decomp_image() 511 void *load_buf, *image_buf; in bootm_load_os() local 515 image_buf = map_sysmem(os.image_start, image_len); in bootm_load_os() [all …]
|
| H A D | android_bootloader.c | 511 void *image_buf; in avb_image_distribute_prepare() local 521 image_buf = sysmem_alloc(MEM_AVB_ANDROID, in avb_image_distribute_prepare() 524 if (!image_buf) { in avb_image_distribute_prepare() 531 data->boot.addr = image_buf; in avb_image_distribute_prepare() 621 void *image_buf = NULL; in android_image_verify_resource() local 691 image_buf = slot_data->loaded_partitions[i].data; in android_image_verify_resource() 702 image_buf = (void *)hdr + hdr->page_size + in android_image_verify_resource() 710 if (image_buf) { in android_image_verify_resource() 712 *resc_buf = (ulong)image_buf; in android_image_verify_resource()
|
| /OK3568_Linux_fs/u-boot/lib/avb/libavb/ |
| H A D | avb_slot_verify.c | 296 uint8_t* image_buf = NULL; in load_and_verify_hash_partition() local 388 ops, part_name, image_size, &image_buf, &image_preloaded, in load_and_verify_hash_partition() 411 avb_sha256_update(&sha256_ctx, image_buf, image_size_to_hash); in load_and_verify_hash_partition() 418 avb_sha512_update(&sha512_ctx, image_buf, image_size_to_hash); in load_and_verify_hash_partition() 468 image_buf != NULL) { in load_and_verify_hash_partition() 479 loaded_partition->data = image_buf; in load_and_verify_hash_partition() 481 image_buf = NULL; in load_and_verify_hash_partition() 485 if (image_buf != NULL && !image_preloaded) { in load_and_verify_hash_partition() 486 avb_free(image_buf); in load_and_verify_hash_partition() 497 uint8_t* image_buf = NULL; in load_requested_partitions() local [all …]
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxx11/camera/ |
| H A D | camera.cpp | 26 char image_buf[1536000+54]; variable 375 return (unsigned char*)image_buf; in imageProcess() 425 unsigned char image_buf[1536000+54]; in up_date() local 426 frameRead(image_buf); in up_date() 427 this->imageWidget->setPixmap(image_buf); in up_date()
|
| /OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/ |
| H A D | ephyrvideo.c | 54 unsigned char *image_buf; member 715 buf = realloc(a_port_priv->image_buf, a_image_len); in ephyrXVPrivSaveImageToPortPriv() 720 a_port_priv->image_buf = buf; in ephyrXVPrivSaveImageToPortPriv() 723 memmove(a_port_priv->image_buf, a_image_buf, a_image_len); in ephyrXVPrivSaveImageToPortPriv() 1034 if (port_priv->image_buf) { in ephyrPutImage() 1035 free(port_priv->image_buf); in ephyrPutImage() 1036 port_priv->image_buf = NULL; in ephyrPutImage() 1062 if (!port_priv->image_buf_size || !port_priv->image_buf) { in ephyrReputImage() 1074 port_priv->image_buf, in ephyrReputImage()
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | fpga.c | 217 ulong image_buf = image_get_data(hdr); in do_fpga() local 222 (void *)image_buf, in do_fpga()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | bootm.h | 75 void *load_buf, void *image_buf, ulong image_len,
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/ |
| H A D | SPStreamProcUnit.cpp | 99 uint8_t *image_buf = (uint8_t *)buf_proxy->get_v4l2_planar_userptr(0); in get_lowpass_fv() local 111 get_lpfv(sequence, image_buf, af_img_width, af_img_height, in get_lowpass_fv()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/af/ |
| H A D | rk_aiq_types_af_algo.h | 514 int get_lpfv(uint32_t sequence, uint8_t *image_buf, int32_t _img_width, int32_t _img_height,
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/ |
| H A D | cyttsp5_loader.c | 239 u8 *image_buf, int size) in cyttsp5_get_row_() argument 241 memcpy(row_buf, image_buf, size); in cyttsp5_get_row_() 242 return image_buf + size; in cyttsp5_get_row_()
|