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

/external/libavc/test/encoder/
H A Dapp.h248 FILE *fp_recon; member in struct:__anon7783
H A Dmain.c940 ps_app_ctxt->fp_recon = NULL;
1500 ps_app_ctxt->fp_recon = fopen(ps_app_ctxt->ac_recon_fname, "wb");
1501 if(NULL == ps_app_ctxt->fp_recon)
1939 status = write_recon(ps_app_ctxt->fp_recon, &s_recon_buf);
1997 fclose(ps_app_ctxt->fp_recon);

Completed in 52 milliseconds