Searched refs:fp_cfg (Results 1 - 1 of 1) sorted by relevance

/external/libavc/test/encoder/
H A Dmain.c834 void read_cfg_file(app_ctxt_t *ps_app_ctxt, FILE *fp_cfg) argument
841 while(0 == (feof(fp_cfg)))
844 fgets(line, STRLENGTH, fp_cfg);
2069 FILE *fp_cfg = NULL; local
2118 if((fp_cfg = fopen(ac_cfg_fname, "r")) == NULL)
2125 read_cfg_file(&s_app_ctxt, fp_cfg);
2126 fclose(fp_cfg);
2136 if((fp_cfg = fopen(ac_cfg_fname, "r")) == NULL)
2142 read_cfg_file(&s_app_ctxt, fp_cfg);
2143 fclose(fp_cfg);
[all...]

Completed in 64 milliseconds