Searched refs:fp_ip (Results 1 – 2 of 2) sorted by relevance
944 ps_app_ctxt->fp_ip = NULL; in init_default_params()1553 ps_app_ctxt->fp_ip = fopen(ps_app_ctxt->ac_ip_fname, "rb"); in synchronous_encode()1554 if(NULL == ps_app_ctxt->fp_ip) in synchronous_encode()1727 status = read_input(ps_app_ctxt->fp_ip, ps_inp_raw_buf); in synchronous_encode()1746 fseek(ps_app_ctxt->fp_ip, 0, SEEK_SET); in synchronous_encode()1786 if(feof(ps_app_ctxt->fp_ip)) in synchronous_encode()2062 fclose(ps_app_ctxt->fp_ip); in synchronous_encode()
247 FILE *fp_ip; member