Home
last modified time | relevance | path

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

/external/libavc/test/encoder/
Dapp.h249 FILE *fp_recon; member
Dmain.c946 ps_app_ctxt->fp_recon = NULL; in init_default_params()
1569 ps_app_ctxt->fp_recon = fopen(ps_app_ctxt->ac_recon_fname, "wb"); in synchronous_encode()
1570 if(NULL == ps_app_ctxt->fp_recon) in synchronous_encode()
2008 status = write_recon(ps_app_ctxt->fp_recon, &s_recon_buf); in synchronous_encode()
2066 fclose(ps_app_ctxt->fp_recon); in synchronous_encode()