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.c541 sscanf(value, "%s", ps_app_ctxt->ac_mb_info_fname); in parse_argument()
943 ps_app_ctxt->ac_mb_info_fname[0] = '\0'; in init_default_params()
1602 ps_app_ctxt->fp_mb_info = fopen(ps_app_ctxt->ac_mb_info_fname, "rb"); in synchronous_encode()
1605 … sprintf(ac_error, "Unable to open MB info file for reading: %s", ps_app_ctxt->ac_mb_info_fname); in synchronous_encode()
2558 sprintf(filename_with_path, "%s/%s", documentdir, s_app_ctxt.ac_mb_info_fname); in h264enc_main()
2559 strcpy (s_app_ctxt.ac_mb_info_fname, filename_with_path); in h264enc_main()
Dapp.h243 CHAR ac_mb_info_fname[STRLENGTH]; member