Home
last modified time | relevance | path

Searched refs:img_len (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/u-boot/common/
H A Dimage.c1248 ulong tmp_img_addr, img_data, img_len; in boot_get_fpga() local
1291 &img_data, &img_len); in boot_get_fpga()
1294 uname, img_data, img_len); in boot_get_fpga()
1301 if (img_len >= desc_xilinx->size) { in boot_get_fpga()
1304 img_len, BIT_FULL); in boot_get_fpga()
1307 img_len, BIT_FULL); in boot_get_fpga()
1311 img_len, BIT_PARTIAL); in boot_get_fpga()
1314 img_len, BIT_PARTIAL); in boot_get_fpga()
1333 ulong img_len) in fit_loadable_process() argument
1345 fit_loadable_handler->handler(img_data, img_len); in fit_loadable_process()
[all …]
/OK3568_Linux_fs/kernel/drivers/crypto/qat/qat_common/
H A Dicp_qat_uclo.h396 unsigned int img_len; member
H A Dqat_uclo.c1296 auth_desc->img_len = size - ICP_QAT_AE_IMG_OFFSET; in qat_uclo_map_auth_fw()
1299 auth_desc->img_len); in qat_uclo_map_auth_fw()
/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image.h1053 int img_len = w * h * channels; in stbi__convert_16_to_8() local
1056 reduced = (stbi_uc *) stbi__malloc(img_len); in stbi__convert_16_to_8()
1059 for (i = 0; i < img_len; ++i) in stbi__convert_16_to_8()
1069 int img_len = w * h * channels; in stbi__convert_8_to_16() local
1072 enlarged = (stbi__uint16 *) stbi__malloc(img_len*2); in stbi__convert_8_to_16()
1075 for (i = 0; i < img_len; ++i) in stbi__convert_8_to_16()
4402 stbi__uint32 img_len, img_width_bytes; in stbi__create_png_image_raw() local
4416 img_len = (img_width_bytes + 1) * y; in stbi__create_png_image_raw()
4421 if (raw_len < img_len) return stbi__err("not enough pixels","Corrupt PNG"); in stbi__create_png_image_raw()
4630 stbi__uint32 img_len = ((((a->s->img_n * x * depth) + 7) >> 3) + 1) * y; in stbi__create_png_image() local
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image.h1053 int img_len = w * h * channels; in stbi__convert_16_to_8() local
1056 reduced = (stbi_uc *) stbi__malloc(img_len); in stbi__convert_16_to_8()
1059 for (i = 0; i < img_len; ++i) in stbi__convert_16_to_8()
1069 int img_len = w * h * channels; in stbi__convert_8_to_16() local
1072 enlarged = (stbi__uint16 *) stbi__malloc(img_len*2); in stbi__convert_8_to_16()
1075 for (i = 0; i < img_len; ++i) in stbi__convert_8_to_16()
4402 stbi__uint32 img_len, img_width_bytes; in stbi__create_png_image_raw() local
4416 img_len = (img_width_bytes + 1) * y; in stbi__create_png_image_raw()
4421 if (raw_len < img_len) return stbi__err("not enough pixels","Corrupt PNG"); in stbi__create_png_image_raw()
4630 stbi__uint32 img_len = ((((a->s->img_n * x * depth) + 7) >> 3) + 1) * y; in stbi__create_png_image() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/
H A Ddebugfs.c236 u32 img_offset, img_len; in iwl_dbgfs_sram_write() local
243 img_len = img->sec[IWL_UCODE_SECTION_DATA].len; in iwl_dbgfs_sram_write()
249 if (offset + len > img_offset + img_len) in iwl_dbgfs_sram_write()