Searched refs:documentdir (Results 1 – 4 of 4) sorted by relevance
/external/libavc/test/encoder/ |
D | main.c | 2056 int h264enc_main(char * homedir,char *documentdir, int screen_wd, int screen_ht) in h264enc_main() argument 2482 sprintf(filename_with_path, "%s/%s", documentdir, s_app_ctxt.ac_ip_fname); in h264enc_main() 2485 sprintf(filename_with_path, "%s/%s", documentdir, s_app_ctxt.ac_op_fname); in h264enc_main() 2488 sprintf(filename_with_path, "%s/%s", documentdir, s_app_ctxt.ac_recon_fname); in h264enc_main() 2491 sprintf(filename_with_path, "%s/%s", documentdir, s_app_ctxt.ac_chksum_fname); in h264enc_main() 2494 sprintf(filename_with_path, "%s/%s", documentdir, s_app_ctxt.ac_mb_info_fname); in h264enc_main() 2497 sprintf(filename_with_path, "%s/%s", documentdir, s_app_ctxt.ac_pic_info_fname); in h264enc_main()
|
/external/libhevc/test/decoder/ |
D | main.c | 1716 int hevcdec_main(char *homedir, char *documentdir, int screen_wd, int screen_ht) in hevcdec_main() argument 2006 sprintf(filename_with_path, "%s/%s", documentdir, s_app_ctx.ac_op_fname); in hevcdec_main() 2026 sprintf(filename_with_path, "%s/%s", documentdir, s_app_ctx.ac_op_chksum_fname); in hevcdec_main()
|
/external/libmpeg2/test/decoder/ |
D | main.c | 1749 int vdec_main(char *homedir, char *documentdir, int screen_wd, int screen_ht) in vdec_main() argument 2045 sprintf(filename_with_path, "%s/%s", documentdir, s_app_ctx.ac_op_fname); in vdec_main() 2065 sprintf(filename_with_path, "%s/%s", documentdir, s_app_ctx.ac_op_chksum_fname); in vdec_main()
|
/external/libavc/test/decoder/ |
D | main.c | 1778 int h264dec_main(char * homedir,char *documentdir, int screen_wd, int screen_ht) in h264dec_main() argument 2074 sprintf(filename_with_path, "%s/%s", documentdir, s_app_ctx.ac_op_fname); in h264dec_main() 2094 sprintf(filename_with_path, "%s/%s", documentdir, s_app_ctx.ac_op_chksum_fname); in h264dec_main()
|