Searched refs:fec_mmap_addr (Results 1 – 2 of 2) sorted by relevance
61 if (ctx->fec_mmap_addr) { in mmap_image_free()62 munmap(ctx->fec_mmap_addr, FEC_BLOCKSIZE + ctx->fec_size); in mmap_image_free()369 ctx->fec_mmap_addr = (uint8_t *)p; in mmap_image_ecc_new()370 ctx->fec = ctx->fec_mmap_addr; in mmap_image_ecc_new()490 p = (uint8_t *)&ctx->fec_mmap_addr[ctx->fec_size]; in image_ecc_save()
63 uint8_t *fec_mmap_addr; member