Lines Matching refs:fp_cfg_file
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()
1930 if((fp_cfg_file = fopen(filename_with_path, "r")) == NULL) in hevcdec_main()
1937 read_cfg_file(&s_app_ctx, fp_cfg_file); in hevcdec_main()
1938 fclose(fp_cfg_file); in hevcdec_main()