Home
last modified time | relevance | path

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

/external/libavc/test/encoder/
Dmain.c944 ps_app_ctxt->fp_ip = NULL; in init_default_params()
1494 ps_app_ctxt->fp_ip = fopen(ps_app_ctxt->ac_ip_fname, "rb"); in synchronous_encode()
1495 if(NULL == ps_app_ctxt->fp_ip) in synchronous_encode()
1668 status = read_input(ps_app_ctxt->fp_ip, ps_inp_raw_buf); in synchronous_encode()
1687 fseek(ps_app_ctxt->fp_ip, 0, SEEK_SET); in synchronous_encode()
1727 if(feof(ps_app_ctxt->fp_ip)) in synchronous_encode()
2003 fclose(ps_app_ctxt->fp_ip); in synchronous_encode()
Dapp.h247 FILE *fp_ip; member