Home
last modified time | relevance | path

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

/external/libavc/test/encoder/
Dapp.h244 CHAR ac_pic_info_fname[STRLENGTH]; member
Dmain.c549 sscanf(value, "%s", ps_app_ctxt->ac_pic_info_fname); in parse_argument()
1611 ps_app_ctxt->fp_pic_info = fopen(ps_app_ctxt->ac_pic_info_fname, "rb"); in synchronous_encode()
1614 … sprintf(ac_error, "Unable to open Pic info file for reading: %s", ps_app_ctxt->ac_pic_info_fname); in synchronous_encode()
2561 sprintf(filename_with_path, "%s/%s", documentdir, s_app_ctxt.ac_pic_info_fname); in h264enc_main()
2562 strcpy (s_app_ctxt.ac_pic_info_fname, filename_with_path); in h264enc_main()