Home
last modified time | relevance | path

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

/external/libavc/test/encoder/
Dmain.c543 sscanf(value, "%s", ps_app_ctxt->ac_mb_info_fname); in parse_argument()
947 ps_app_ctxt->ac_mb_info_fname[0] = '\0'; in init_default_params()
1822 ps_app_ctxt->fp_mb_info = fopen(ps_app_ctxt->ac_mb_info_fname, "rb"); in synchronous_encode()
1825 … sprintf(ac_error, "Unable to open MB info file for reading: %s", ps_app_ctxt->ac_mb_info_fname); in synchronous_encode()
2834 sprintf(filename_with_path, "%s/%s", documentdir, s_app_ctxt.ac_mb_info_fname); in h264enc_main()
2835 strcpy (s_app_ctxt.ac_mb_info_fname, filename_with_path); in h264enc_main()
Dapp.h246 CHAR ac_mb_info_fname[STRLENGTH]; member