Searched refs:fp_ip (Results 1 – 2 of 2) sorted by relevance
938 ps_app_ctxt->fp_ip = NULL; in init_default_params()1484 ps_app_ctxt->fp_ip = fopen(ps_app_ctxt->ac_ip_fname, "rb"); in synchronous_encode()1485 if(NULL == ps_app_ctxt->fp_ip) in synchronous_encode()1658 status = read_input(ps_app_ctxt->fp_ip, ps_inp_raw_buf); in synchronous_encode()1677 fseek(ps_app_ctxt->fp_ip, 0, SEEK_SET); in synchronous_encode()1717 if(feof(ps_app_ctxt->fp_ip)) in synchronous_encode()1993 fclose(ps_app_ctxt->fp_ip); in synchronous_encode()
246 FILE *fp_ip; member