Searched refs:ps_piclen_file (Results 1 – 3 of 3) sorted by relevance
/external/libhevc/test/decoder/ |
D | main.c | 1723 FILE *ps_piclen_file = NULL; in hevcdec_main() local 1988 ps_piclen_file = fopen(filename_with_path, "rb"); in hevcdec_main() 1990 ps_piclen_file = fopen(s_app_ctx.ac_piclen_fname, "rb"); in hevcdec_main() 1992 if(NULL == ps_piclen_file) in hevcdec_main() 2193 entries = fscanf(ps_piclen_file, "%d\n", &numbytes); in hevcdec_main() 2639 entries = fscanf(ps_piclen_file, "%d\n", &numbytes); in hevcdec_main() 2660 entries = fscanf(ps_piclen_file, "%d\n", &numbytes); in hevcdec_main()
|
/external/libmpeg2/test/decoder/ |
D | main.c | 1756 FILE *ps_piclen_file = NULL; in vdec_main() local 2027 ps_piclen_file = fopen(filename_with_path, "rb"); in vdec_main() 2029 ps_piclen_file = fopen(s_app_ctx.ac_piclen_fname, "rb"); in vdec_main() 2031 if(NULL == ps_piclen_file) in vdec_main() 2388 entries = fscanf(ps_piclen_file, "%d\n", &numbytes); in vdec_main() 2744 entries = fscanf(ps_piclen_file, "%d\n", &numbytes); in vdec_main() 2765 entries = fscanf(ps_piclen_file, "%d\n", &numbytes); in vdec_main()
|
/external/libavc/test/decoder/ |
D | main.c | 1785 FILE *ps_piclen_file = NULL; in h264dec_main() local 2053 ps_piclen_file = fopen(filename_with_path, "rb"); in h264dec_main() 2055 ps_piclen_file = fopen(s_app_ctx.ac_piclen_fname, "rb"); in h264dec_main() 2057 if(NULL == ps_piclen_file) in h264dec_main() 2296 entries = fscanf(ps_piclen_file, "%d\n", &numbytes); in h264dec_main() 2738 entries = fscanf(ps_piclen_file, "%d\n", &numbytes); in h264dec_main() 2759 entries = fscanf(ps_piclen_file, "%d\n", &numbytes); in h264dec_main()
|