Home
last modified time | relevance | path

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

/external/libavc/test/encoder/
Dapp.h250 FILE *fp_chksum; member
Dmain.c947 ps_app_ctxt->fp_chksum = NULL; in init_default_params()
1579 ps_app_ctxt->fp_chksum = fopen(ps_app_ctxt->ac_chksum_fname, "wb"); in synchronous_encode()
1580 if(NULL == ps_app_ctxt->fp_chksum) in synchronous_encode()
2037 fwrite(au1_chksum, sizeof(UWORD8), 16, ps_app_ctxt->fp_chksum); in synchronous_encode()
2070 fclose(ps_app_ctxt->fp_chksum); in synchronous_encode()