Lines Matching refs:ps_op_chksum_file
878 FILE *ps_op_chksum_file, in dump_output() argument
991 fwrite(au1_y_chksum, sizeof(UWORD8), 16, ps_op_chksum_file); in dump_output()
992 fwrite(au1_u_chksum, sizeof(UWORD8), 16, ps_op_chksum_file); in dump_output()
993 fwrite(au1_v_chksum, sizeof(UWORD8), 16, ps_op_chksum_file); in dump_output()
1052 fflush(ps_op_chksum_file); in dump_output()
1629 FILE *ps_op_chksum_file, in flush_output() argument
1722 ps_op_chksum_file, in flush_output()
1788 FILE *ps_op_chksum_file = NULL; in h264dec_main() local
2095 ps_op_chksum_file = fopen(filename_with_path,"wb"); in h264dec_main()
2097 ps_op_chksum_file = fopen(s_app_ctx.ac_op_chksum_fname, "wb"); in h264dec_main()
2099 if(NULL == ps_op_chksum_file) in h264dec_main()
2233 ps_op_file, ps_op_chksum_file, in h264dec_main()
2909 ps_op_file, ps_op_chksum_file, in h264dec_main()
3028 ps_op_chksum_file, in h264dec_main()
3054 ps_op_file, ps_op_chksum_file, in h264dec_main()
3126 fclose(ps_op_chksum_file); in h264dec_main()