Home | History | Annotate | Download | only in encoder

Lines Matching full:fp_recon

946     ps_app_ctxt->fp_recon                = NULL;
1569 ps_app_ctxt->fp_recon = fopen(ps_app_ctxt->ac_recon_fname, "wb");
1570 if(NULL == ps_app_ctxt->fp_recon)
2008 status = write_recon(ps_app_ctxt->fp_recon, &s_recon_buf);
2066 fclose(ps_app_ctxt->fp_recon);