Searched refs:ps_op_chksum_file (Results 1 – 3 of 3) sorted by relevance
/external/libhevc/test/decoder/ |
D | main.c | 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() [all …]
|
/external/libmpeg2/test/decoder/ |
D | main.c | 887 FILE *ps_op_chksum_file, in dump_output() argument 1001 fwrite(au1_y_chksum, sizeof(UWORD8), 16, ps_op_chksum_file); in dump_output() 1002 fwrite(au1_u_chksum, sizeof(UWORD8), 16, ps_op_chksum_file); in dump_output() 1003 fwrite(au1_v_chksum, sizeof(UWORD8), 16, ps_op_chksum_file); in dump_output() 1062 fflush(ps_op_chksum_file); in dump_output() 1630 FILE *ps_op_chksum_file, in flush_output() argument 1695 ps_op_chksum_file, in flush_output() 1759 FILE *ps_op_chksum_file = NULL; in vdec_main() local 2066 ps_op_chksum_file = fopen(filename_with_path, "wb"); in vdec_main() 2068 ps_op_chksum_file = fopen(s_app_ctx.ac_op_chksum_fname, "wb"); in vdec_main() [all …]
|
/external/libavc/test/decoder/ |
D | main.c | 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() [all …]
|