Home
last modified time | relevance | path

Searched refs:fp_shph (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/mpp/hal/rkdec/avs2d/
H A Dhal_avs2d_rkv.c672 FILE *fp_shph = NULL; in hal_avs2d_rkv_gen_regs() local
675 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()
H A Dhal_avs2d_vdpu382.c739 FILE *fp_shph = NULL; in hal_avs2d_vdpu382_gen_regs() local
742 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()