Home
last modified time | relevance | path

Searched refs:filename_with_path (Results 1 – 4 of 4) sorted by relevance

/external/libavc/test/encoder/
Dmain.c2409 CHAR filename_with_path[STRLENGTH]; in h264enc_main() local
2493 sprintf(filename_with_path, "%s/%s", homedir, "enc.cfg"); in h264enc_main()
2494 if((fp_cfg = fopen(filename_with_path, "r")) == NULL) in h264enc_main()
2822 sprintf(filename_with_path, "%s/%s", documentdir, s_app_ctxt.ac_ip_fname); in h264enc_main()
2823 strcpy (s_app_ctxt.ac_ip_fname, filename_with_path); in h264enc_main()
2825 sprintf(filename_with_path, "%s/%s", documentdir, s_app_ctxt.ac_op_fname); in h264enc_main()
2826 strcpy (s_app_ctxt.ac_op_fname, filename_with_path); in h264enc_main()
2828 sprintf(filename_with_path, "%s/%s", documentdir, s_app_ctxt.ac_recon_fname); in h264enc_main()
2829 strcpy (s_app_ctxt.ac_recon_fname, filename_with_path); in h264enc_main()
2831 sprintf(filename_with_path, "%s/%s", documentdir, s_app_ctxt.ac_chksum_fname); in h264enc_main()
[all …]
/external/libhevc/test/decoder/
Dmain.c80 char filename_with_path[PATHLENMAX]; variable
1931 sprintf(filename_with_path, "%s/%s", homedir, ac_cfg_fname); in hevcdec_main()
1932 if((fp_cfg_file = fopen(filename_with_path, "r")) == NULL) in hevcdec_main()
1972 sprintf(filename_with_path, "%s/%s", homedir, s_app_ctx.ac_ip_fname); in hevcdec_main()
1973 ps_ip_file = fopen(filename_with_path, "rb"); in hevcdec_main()
1989 sprintf(filename_with_path, "%s/%s", homedir, s_app_ctx.ac_piclen_fname); in hevcdec_main()
1990 ps_piclen_file = fopen(filename_with_path, "rb"); in hevcdec_main()
2008 sprintf(filename_with_path, "%s/%s", documentdir, s_app_ctx.ac_op_fname); in hevcdec_main()
2009 ps_op_file = fopen(filename_with_path, "wb"); in hevcdec_main()
2028 sprintf(filename_with_path, "%s/%s", documentdir, s_app_ctx.ac_op_chksum_fname); in hevcdec_main()
[all …]
/external/libmpeg2/test/decoder/
Dmain.c80 char filename_with_path[PATHLENMAX]; variable
1969 sprintf(filename_with_path, "%s/%s", homedir, ac_cfg_fname); in vdec_main()
1970 if((fp_cfg_file = fopen(filename_with_path, "r")) == NULL) in vdec_main()
2011 sprintf(filename_with_path, "%s/%s", homedir, s_app_ctx.ac_ip_fname); in vdec_main()
2012 ps_ip_file = fopen(filename_with_path, "rb"); in vdec_main()
2028 sprintf(filename_with_path, "%s/%s", homedir, s_app_ctx.ac_piclen_fname); in vdec_main()
2029 ps_piclen_file = fopen(filename_with_path, "rb"); in vdec_main()
2047 sprintf(filename_with_path, "%s/%s", documentdir, s_app_ctx.ac_op_fname); in vdec_main()
2048 ps_op_file = fopen(filename_with_path, "wb"); in vdec_main()
2067 sprintf(filename_with_path, "%s/%s", documentdir, s_app_ctx.ac_op_chksum_fname); in vdec_main()
[all …]
/external/libavc/test/decoder/
Dmain.c83 char filename_with_path[PATHLENMAX]; variable
2132 sprintf(filename_with_path, "%s/%s", homedir, ac_cfg_fname); in h264dec_main()
2133 if((fp_cfg_file = fopen(filename_with_path, "r")) == NULL) in h264dec_main()
2174 sprintf(filename_with_path, "%s/%s", homedir, s_app_ctx.ac_ip_fname); in h264dec_main()
2175 ps_ip_file = fopen(filename_with_path, "rb"); in h264dec_main()
2191 sprintf(filename_with_path, "%s/%s", homedir, s_app_ctx.ac_piclen_fname); in h264dec_main()
2192 ps_piclen_file = fopen(filename_with_path, "rb"); in h264dec_main()
2213 sprintf(filename_with_path, "%s/%s", documentdir, s_app_ctx.ac_op_fname); in h264dec_main()
2214 ps_op_file = fopen(filename_with_path,"wb"); in h264dec_main()
2233 sprintf(filename_with_path, "%s/%s", documentdir, s_app_ctx.ac_op_chksum_fname); in h264dec_main()
[all …]