Home
last modified time | relevance | path

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

/external/libavc/test/encoder/
Dmain.c523 sscanf(value, "%s", ps_app_ctxt->ac_recon_fname); in parse_argument()
873 if((1 == ps_app_ctxt->u4_recon_enable) && (ps_app_ctxt->ac_recon_fname[0] == '\0')) in validate_params()
935 ps_app_ctxt->ac_recon_fname[0] = '\0'; in init_default_params()
1500 ps_app_ctxt->fp_recon = fopen(ps_app_ctxt->ac_recon_fname, "wb"); in synchronous_encode()
1503 … sprintf(ac_error, "Unable to open recon file for writing: %s", ps_app_ctxt->ac_recon_fname); in synchronous_encode()
2478 sprintf(filename_with_path, "%s/%s", documentdir, s_app_ctxt.ac_recon_fname); in h264enc_main()
2479 strcpy (s_app_ctxt.ac_recon_fname, filename_with_path); in h264enc_main()
Dapp.h240 CHAR ac_recon_fname[STRLENGTH]; member