Home
last modified time | relevance | path

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

/external/libavc/test/encoder/
Dmain.c529 sscanf(value, "%d", &ps_app_ctxt->u4_recon_enable); in parse_argument()
879 if((1 == ps_app_ctxt->u4_recon_enable) && (ps_app_ctxt->ac_recon_fname[0] == '\0')) in validate_params()
919 ps_app_ctxt->u4_recon_enable = DEFAULT_RECON_ENABLE; in init_default_params()
1567 if(1 == ps_app_ctxt->u4_recon_enable) in synchronous_encode()
1991 if (ps_app_ctxt->u4_recon_enable || ps_app_ctxt->u4_chksum_enable in synchronous_encode()
2006 if (ps_app_ctxt->u4_recon_enable) in synchronous_encode()
2064 if(1 == ps_app_ctxt->u4_recon_enable) in synchronous_encode()
2364 if(s_app_ctxt.u4_recon_enable || s_app_ctxt.u4_psnr_enable || s_app_ctxt.u4_chksum_enable) in h264enc_main()
Dapp.h218 UWORD32 u4_recon_enable; member