Searched refs:fp_shph (Results 1 – 2 of 2) sorted by relevance
700 FILE *fp_shph = NULL; in hal_avs2d_rkv_gen_regs() local703 fp_shph = fopen(name, "wb"); in hal_avs2d_rkv_gen_regs()704 fwrite(reg_ctx->bufs_ptr + reg_ctx->shph_offset, 1, sizeof(reg_ctx->shph_dat), fp_shph); in hal_avs2d_rkv_gen_regs()705 fclose(fp_shph); in hal_avs2d_rkv_gen_regs()
776 FILE *fp_shph = NULL; in hal_avs2d_vdpu382_gen_regs() local779 fp_shph = fopen(name, "wb"); in hal_avs2d_vdpu382_gen_regs()780 fwrite(reg_ctx->bufs_ptr + reg_ctx->shph_offset, 1, sizeof(reg_ctx->shph_dat), fp_shph); in hal_avs2d_vdpu382_gen_regs()781 fclose(fp_shph); in hal_avs2d_vdpu382_gen_regs()