Searched refs:fp_shph (Results 1 – 2 of 2) sorted by relevance
672 FILE *fp_shph = NULL; in hal_avs2d_rkv_gen_regs() local675 fp_shph = fopen(name, "wb"); in hal_avs2d_rkv_gen_regs()676 fwrite(reg_ctx->bufs_ptr + reg_ctx->shph_offset, 1, sizeof(reg_ctx->shph_dat), fp_shph); in hal_avs2d_rkv_gen_regs()677 fclose(fp_shph); in hal_avs2d_rkv_gen_regs()
739 FILE *fp_shph = NULL; in hal_avs2d_vdpu382_gen_regs() local742 fp_shph = fopen(name, "wb"); in hal_avs2d_vdpu382_gen_regs()743 fwrite(reg_ctx->bufs_ptr + reg_ctx->shph_offset, 1, sizeof(reg_ctx->shph_dat), fp_shph); in hal_avs2d_vdpu382_gen_regs()744 fclose(fp_shph); in hal_avs2d_vdpu382_gen_regs()