Searched refs:fp_cfg_file (Results 1 – 3 of 3) sorted by relevance
/external/libhevc/test/decoder/ |
D | main.c | 1322 void read_cfg_file(vid_dec_ctx_t *ps_app_ctx, FILE *fp_cfg_file) in read_cfg_file() argument 1330 while(0 == feof(fp_cfg_file)) in read_cfg_file() 1333 ret = fgets(line, STRLENGTH, fp_cfg_file); in read_cfg_file() 1722 FILE *fp_cfg_file = NULL; in hevcdec_main() local 1902 if((fp_cfg_file = fopen(ac_cfg_fname, "r")) == NULL) in hevcdec_main() 1908 read_cfg_file(&s_app_ctx, fp_cfg_file); in hevcdec_main() 1909 fclose(fp_cfg_file); in hevcdec_main() 1919 if((fp_cfg_file = fopen(ac_cfg_fname, "r")) == NULL) in hevcdec_main() 1925 read_cfg_file(&s_app_ctx, fp_cfg_file); in hevcdec_main() 1926 fclose(fp_cfg_file); in hevcdec_main() [all …]
|
/external/libmpeg2/test/decoder/ |
D | main.c | 1354 void read_cfg_file(vid_dec_ctx_t *ps_app_ctx, FILE *fp_cfg_file) in read_cfg_file() argument 1362 while(0 == feof(fp_cfg_file)) in read_cfg_file() 1365 ret = fgets(line, STRLENGTH, fp_cfg_file); in read_cfg_file() 1755 FILE *fp_cfg_file = NULL; in vdec_main() local 1940 if((fp_cfg_file = fopen(ac_cfg_fname, "r")) == NULL) in vdec_main() 1946 read_cfg_file(&s_app_ctx, fp_cfg_file); in vdec_main() 1947 fclose(fp_cfg_file); in vdec_main() 1957 if((fp_cfg_file = fopen(ac_cfg_fname, "r")) == NULL) in vdec_main() 1963 read_cfg_file(&s_app_ctx, fp_cfg_file); in vdec_main() 1964 fclose(fp_cfg_file); in vdec_main() [all …]
|
/external/libavc/test/decoder/ |
D | main.c | 1333 void read_cfg_file(vid_dec_ctx_t *ps_app_ctx, FILE *fp_cfg_file) in read_cfg_file() argument 1341 while(0 == feof(fp_cfg_file)) in read_cfg_file() 1344 ret = fgets(line, STRLENGTH, fp_cfg_file); in read_cfg_file() 1784 FILE *fp_cfg_file = NULL; in h264dec_main() local 1966 if((fp_cfg_file = fopen(ac_cfg_fname, "r")) == NULL) in h264dec_main() 1972 read_cfg_file(&s_app_ctx, fp_cfg_file); in h264dec_main() 1973 fclose(fp_cfg_file); in h264dec_main() 1983 if((fp_cfg_file = fopen(ac_cfg_fname, "r")) == NULL) in h264dec_main() 1989 read_cfg_file(&s_app_ctx, fp_cfg_file); in h264dec_main() 1990 fclose(fp_cfg_file); in h264dec_main() [all …]
|