Home
last modified time | relevance | path

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

/external/libavc/test/encoder/
Dapp.h253 FILE *fp_chksum; member
Dmain.c951 ps_app_ctxt->fp_chksum = NULL; in init_default_params()
1799 ps_app_ctxt->fp_chksum = fopen(ps_app_ctxt->ac_chksum_fname, "wb"); in synchronous_encode()
1800 if(NULL == ps_app_ctxt->fp_chksum) in synchronous_encode()
2313 fwrite(au1_chksum, sizeof(UWORD8), 16, ps_app_ctxt->fp_chksum); in synchronous_encode()
2346 fclose(ps_app_ctxt->fp_chksum); in synchronous_encode()