Searched refs:ac_chksum_fname (Results 1 – 2 of 2) sorted by relevance
533 sscanf(value, "%s", ps_app_ctxt->ac_chksum_fname); in parse_argument()883 if((1 == ps_app_ctxt->u4_chksum_enable) && (ps_app_ctxt->ac_chksum_fname[0] == '\0')) in validate_params()942 ps_app_ctxt->ac_chksum_fname[0] = '\0'; in init_default_params()1579 ps_app_ctxt->fp_chksum = fopen(ps_app_ctxt->ac_chksum_fname, "wb"); in synchronous_encode()1582 … sprintf(ac_error, "Unable to open checksum file for writing: %s", ps_app_ctxt->ac_chksum_fname); in synchronous_encode()2555 sprintf(filename_with_path, "%s/%s", documentdir, s_app_ctxt.ac_chksum_fname); in h264enc_main()2556 strcpy (s_app_ctxt.ac_chksum_fname, filename_with_path); in h264enc_main()
242 CHAR ac_chksum_fname[STRLENGTH]; member