Lines Matching refs:fp_cfg_file
1338 /* fp_cfg_file : Configuration file handle */
1354 void read_cfg_file(vid_dec_ctx_t *ps_app_ctx, FILE *fp_cfg_file)
1362 while(0 == feof(fp_cfg_file))
1365 ret = fgets(line, STRLENGTH, fp_cfg_file);
1755 FILE *fp_cfg_file = NULL;
1940 if((fp_cfg_file = fopen(ac_cfg_fname, "r")) == NULL)
1946 read_cfg_file(&s_app_ctx, fp_cfg_file);
1947 fclose(fp_cfg_file);
1957 if((fp_cfg_file = fopen(ac_cfg_fname, "r")) == NULL)
1963 read_cfg_file(&s_app_ctx, fp_cfg_file);
1964 fclose(fp_cfg_file);
1968 if((fp_cfg_file = fopen(filename_with_path, "r")) == NULL)
1975 read_cfg_file(&s_app_ctx, fp_cfg_file);
1976 fclose(fp_cfg_file);