Searched refs:fp_cfg (Results 1 – 2 of 2) sorted by relevance
/external/libhevc/test/encoder/ |
D | main.c | 733 IHEVCE_PLUGIN_STATUS_T read_cfg_file(appl_ctxt_t *ps_ctxt, FILE *fp_cfg) in read_cfg_file() argument 743 if(NULL == fgets(line, STR_LEN, fp_cfg)) in read_cfg_file() 1104 FILE *fp_cfg = NULL; in main() local 1145 if((fp_cfg = fopen(ac_cfg_fname, "r")) == NULL) in main() 1150 status = read_cfg_file(ps_ctxt, fp_cfg); in main() 1156 fclose(fp_cfg); in main() 1171 if((fp_cfg = fopen(ac_cfg_fname, "r")) == NULL) in main() 1176 status = read_cfg_file(ps_ctxt, fp_cfg); in main() 1182 fclose(fp_cfg); in main()
|
/external/libavc/test/encoder/ |
D | main.c | 840 void read_cfg_file(app_ctxt_t *ps_app_ctxt, FILE *fp_cfg) in read_cfg_file() argument 847 while(0 == (feof(fp_cfg))) in read_cfg_file() 850 fgets(line, STRLENGTH, fp_cfg); in read_cfg_file() 2138 FILE *fp_cfg = NULL; in h264enc_main() local 2187 if((fp_cfg = fopen(ac_cfg_fname, "r")) == NULL) in h264enc_main() 2194 read_cfg_file(&s_app_ctxt, fp_cfg); in h264enc_main() 2195 fclose(fp_cfg); in h264enc_main() 2205 if((fp_cfg = fopen(ac_cfg_fname, "r")) == NULL) in h264enc_main() 2211 read_cfg_file(&s_app_ctxt, fp_cfg); in h264enc_main() 2212 fclose(fp_cfg); in h264enc_main() [all …]
|