| /OK3568_Linux_fs/u-boot/fs/ext4/ |
| H A D | ext4_sparse.c | 144 u64 img_size; in ext4_unsparse() local 157 img_size = (u64)(header->total_blks * header->blk_sz); in ext4_unsparse() 160 if (blk_derase(desc, start, BLOCK_CNT(img_size, desc)) != in ext4_unsparse() 161 BLOCK_CNT(img_size, desc)) in ext4_unsparse() 165 start, start + (ulong)BLOCK_CNT(img_size, desc)); in ext4_unsparse() 243 img_size >> 20, start, blk); in ext4_unsparse()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/tools/ta_resign_tool-release/linux/ |
| H A D | resign_ta.py | 89 img_size = len(img) 95 magic, img_type, img_size, algo, digest_len, sig_len) 130 img_size = len(img) 136 magic, img_type, img_size, algo, digest_len, sig_len) 174 img_size = len(img) 180 magic, img_type, img_size, algo, digest_len, sig_len)
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/tools/ta_resign_tool-release/linux/ |
| H A D | resign_ta.py | 80 img_size = len(img) 86 magic, img_type, img_size, algo, digest_len, sig_len) 109 img_size = len(img) 115 magic, img_type, img_size, algo, digest_len, sig_len)
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | fsl_validate.h | 52 u32 img_size; /* ESBC client image size in bytes */ member 130 u32 img_size; /* ESBC client image size in bytes */ member 262 uint32_t img_size; /* ESBC Image Size */ member
|
| /OK3568_Linux_fs/kernel/fs/romfs/ |
| H A D | super.c | 463 unsigned long pos, img_size; in romfs_fill_super() local 499 img_size = be32_to_cpu(rsb->size); in romfs_fill_super() 501 if (sb->s_mtd && img_size > sb->s_mtd->size) in romfs_fill_super() 504 sb->s_fs_info = (void *) img_size; in romfs_fill_super() 507 img_size < ROMFH_SIZE) { in romfs_fill_super() 514 if (romfs_checksum(rsb, min_t(size_t, img_size, 512))) { in romfs_fill_super()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/scripts/ |
| H A D | sign.py | 60 img_size = len(img) 66 magic, img_type, img_size, algo, digest_len, sig_len)
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/ |
| H A D | signed_hdr.h | 36 uint32_t img_size; member 124 struct shdr *shdr_alloc_and_copy(const struct shdr *img, size_t img_size);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/ |
| H A D | signed_hdr.h | 36 uint32_t img_size; member 124 struct shdr *shdr_alloc_and_copy(const struct shdr *img, size_t img_size);
|
| /OK3568_Linux_fs/external/mpp/mpp/vproc/iep/test/ |
| H A D | iep_test.cpp | 192 RK_S32 img_size = 0; in get_image_size() local 199 img_size = w * h * 4; in get_image_size() 207 img_size = w * h * 2; in get_image_size() 213 img_size = w * h * 3 / 2; in get_image_size() 218 return img_size; in get_image_size()
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/ |
| H A D | rga_mm.c | 235 int img_size; in rga_alloc_virt_addr() local 242 img_size = memory_parm->size; in rga_alloc_virt_addr() 244 img_size = rga_image_size_cal(memory_parm->width, in rga_alloc_virt_addr() 250 count = RGA_GET_PAGE_COUNT(img_size + offset); in rga_alloc_virt_addr() 1148 int img_size, yrgb_size, uv_size, v_size; in rga_mm_set_mmu_base() local 1154 img_size = rga_image_size_cal(img->vir_w, img->vir_h, img->format, in rga_mm_set_mmu_base() 1156 if (img_size <= 0) { in rga_mm_set_mmu_base() 1240 page_count = RGA_GET_PAGE_COUNT(img_size + img_offset); in rga_mm_set_mmu_base() 1506 int img_size, yrgb_size, uv_size, v_size; in rga_mm_get_channel_handle_info() local 1508 img_size = rga_image_size_cal(img->vir_w, img->vir_h, img->format, in rga_mm_get_channel_handle_info() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/ |
| H A D | radeon_uvd.c | 222 rdev->uvd.img_size[i] = 0; in radeon_uvd_init() 469 unsigned img_size = 0; in radeon_uvd_cs_msg() local 508 img_size = msg[7] * msg[8]; in radeon_uvd_cs_msg() 524 p->rdev->uvd.img_size[i] = img_size; in radeon_uvd_cs_msg() 863 if (rdev->uvd.img_size[i] >= 720*576) in radeon_uvd_count_handles()
|
| H A D | radeon_vce.c | 541 p->rdev->vce.img_size[i] = 0; in radeon_vce_validate_handle() 588 size = &p->rdev->vce.img_size[session_idx]; in radeon_vce_cs_parse()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/ |
| H A D | signed_hdr.h | 53 uint32_t img_size; member
|
| /OK3568_Linux_fs/u-boot/arch/x86/include/asm/fsp/ |
| H A D | fsp_infoheader.h | 20 u32 img_size; /* image size */ member
|
| /OK3568_Linux_fs/u-boot/board/freescale/common/ |
| H A D | fsl_validate.c | 590 (u8 *)(*(img->img_addr_ptr)), img->img_size, 1); in calc_esbchdr_esbc_hash() 688 if (!hdr->img_size) in read_validate_esbc_client_header() 691 img->img_size = hdr->img_size; in read_validate_esbc_client_header()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/aorb/ |
| H A D | rk_aiq_types_orb_algo.h | 26 unsigned int img_size; member
|
| /OK3568_Linux_fs/u-boot/drivers/crypto/fsl/ |
| H A D | desc.h | 704 uint32_t img_size; /* Length of Message */ member 718 uint32_t img_size; /* Length of Message */ member 738 uint32_t img_size; /* Length of Message */ member
|
| /OK3568_Linux_fs/u-boot/drivers/video/rk_eink/ |
| H A D | rk_eink_display.c | 193 u32 offset, indx, img_size; in get_addr_by_type() local 201 img_size = aligned_image_size_4k(dev); in get_addr_by_type() 202 offset = img_size * indx; in get_addr_by_type() 203 if (offset + img_size > plat->disp_pbuf_size) { in get_addr_by_type()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/scripts/ |
| H A D | sign_encrypt.py | 181 img_size = len(img) 192 magic, img_type, img_size, algo[args.algo],
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/scripts/ |
| H A D | sign_encrypt.py | 181 img_size = len(img) 192 magic, img_type, img_size, algo[args.algo],
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_vce.h | 44 uint32_t img_size[AMDGPU_MAX_VCE_HANDLES]; member
|
| /OK3568_Linux_fs/u-boot/arch/x86/lib/fsp/ |
| H A D | cmd_fsp.c | 45 printf(", addr 0x%08x, size %d\n", img_addr, hdr->img_size); in do_hdr()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aeis/ |
| H A D | eis_algo_service.cpp | 431 output->img_size = image_indexes_[mesh->ImageBufferIndex]; in GetProcResult() 433 output->img_size = 0; in GetProcResult()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/stitching/detail/ |
| H A D | matchers.hpp | 65 Size img_size; member
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_handlers/ |
| H A D | RkAiqAeisHandle.cpp | 298 fec_params->result.img_buf_size = aeis_rk->img_size; in genIspResult()
|