Home
last modified time | relevance | path

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

/external/libavc/test/encoder/
Dmain.c531 sscanf(value, "%d", &ps_app_ctxt->u4_recon_enable); in parse_argument()
883 if((1 == ps_app_ctxt->u4_recon_enable) && (ps_app_ctxt->ac_recon_fname[0] == '\0')) in validate_params()
923 ps_app_ctxt->u4_recon_enable = DEFAULT_RECON_ENABLE; in init_default_params()
1787 if(1 == ps_app_ctxt->u4_recon_enable) in synchronous_encode()
2267 if (ps_app_ctxt->u4_recon_enable || ps_app_ctxt->u4_chksum_enable in synchronous_encode()
2282 if (ps_app_ctxt->u4_recon_enable) in synchronous_encode()
2340 if(1 == ps_app_ctxt->u4_recon_enable) in synchronous_encode()
2640 if(s_app_ctxt.u4_recon_enable || s_app_ctxt.u4_psnr_enable || s_app_ctxt.u4_chksum_enable) in h264enc_main()
Dapp.h221 UWORD32 u4_recon_enable; member