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

/external/libavc/test/encoder/
H A Dapp.h247 FILE *fp_ip; member in struct:__anon9895
H A Dmain.c944 ps_app_ctxt->fp_ip = NULL;
1553 ps_app_ctxt->fp_ip = fopen(ps_app_ctxt->ac_ip_fname, "rb");
1554 if(NULL == ps_app_ctxt->fp_ip)
1727 status = read_input(ps_app_ctxt->fp_ip, ps_inp_raw_buf);
1746 fseek(ps_app_ctxt->fp_ip, 0, SEEK_SET);
1786 if(feof(ps_app_ctxt->fp_ip))
2062 fclose(ps_app_ctxt->fp_ip);

Completed in 80 milliseconds