Lines Matching refs:ps_op_chksum_file
869 FILE *ps_op_chksum_file, in dump_output() argument
983 fwrite(au1_y_chksum, sizeof(UWORD8), 16, ps_op_chksum_file); in dump_output()
984 fwrite(au1_u_chksum, sizeof(UWORD8), 16, ps_op_chksum_file); in dump_output()
985 fwrite(au1_v_chksum, sizeof(UWORD8), 16, ps_op_chksum_file); in dump_output()
1044 fflush(ps_op_chksum_file); in dump_output()
1597 FILE *ps_op_chksum_file, in flush_output() argument
1662 ps_op_chksum_file, in flush_output()
1726 FILE *ps_op_chksum_file = NULL; in hevcdec_main() local
2027 ps_op_chksum_file = fopen(filename_with_path, "wb"); in hevcdec_main()
2029 ps_op_chksum_file = fopen(s_app_ctx.ac_op_chksum_fname, "wb"); in hevcdec_main()
2031 if(NULL == ps_op_chksum_file) in hevcdec_main()
2131 ps_op_file, ps_op_chksum_file, in hevcdec_main()
2810 ps_op_file, ps_op_chksum_file, in hevcdec_main()
2897 ps_op_chksum_file, in hevcdec_main()
2920 ps_op_file, ps_op_chksum_file, in hevcdec_main()
2992 fclose(ps_op_chksum_file); in hevcdec_main()