Home
last modified time | relevance | path

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

/external/libavc/test/encoder/
Dmain.c2074 CHAR filename_with_path[STRLENGTH]; in h264enc_main() local
2158 sprintf(filename_with_path, "%s/%s", homedir, "enc.cfg"); in h264enc_main()
2159 if((fp_cfg = fopen(filename_with_path, "r")) == NULL) in h264enc_main()
2482 sprintf(filename_with_path, "%s/%s", documentdir, s_app_ctxt.ac_ip_fname); in h264enc_main()
2483 strcpy (s_app_ctxt.ac_ip_fname, filename_with_path); in h264enc_main()
2485 sprintf(filename_with_path, "%s/%s", documentdir, s_app_ctxt.ac_op_fname); in h264enc_main()
2486 strcpy (s_app_ctxt.ac_op_fname, filename_with_path); in h264enc_main()
2488 sprintf(filename_with_path, "%s/%s", documentdir, s_app_ctxt.ac_recon_fname); in h264enc_main()
2489 strcpy (s_app_ctxt.ac_recon_fname, filename_with_path); in h264enc_main()
2491 sprintf(filename_with_path, "%s/%s", documentdir, s_app_ctxt.ac_chksum_fname); in h264enc_main()
[all …]
/external/libhevc/test/decoder/
Dmain.c83 char filename_with_path[PATHLENMAX]; variable
1929 sprintf(filename_with_path, "%s/%s", homedir, ac_cfg_fname); in hevcdec_main()
1930 if((fp_cfg_file = fopen(filename_with_path, "r")) == NULL) in hevcdec_main()
1970 sprintf(filename_with_path, "%s/%s", homedir, s_app_ctx.ac_ip_fname); in hevcdec_main()
1971 ps_ip_file = fopen(filename_with_path, "rb"); in hevcdec_main()
1987 sprintf(filename_with_path, "%s/%s", homedir, s_app_ctx.ac_piclen_fname); in hevcdec_main()
1988 ps_piclen_file = fopen(filename_with_path, "rb"); in hevcdec_main()
2006 sprintf(filename_with_path, "%s/%s", documentdir, s_app_ctx.ac_op_fname); in hevcdec_main()
2007 ps_op_file = fopen(filename_with_path, "wb"); in hevcdec_main()
2026 sprintf(filename_with_path, "%s/%s", documentdir, s_app_ctx.ac_op_chksum_fname); in hevcdec_main()
[all …]
/external/libmpeg2/test/decoder/
Dmain.c83 char filename_with_path[PATHLENMAX]; variable
1967 sprintf(filename_with_path, "%s/%s", homedir, ac_cfg_fname); in vdec_main()
1968 if((fp_cfg_file = fopen(filename_with_path, "r")) == NULL) in vdec_main()
2009 sprintf(filename_with_path, "%s/%s", homedir, s_app_ctx.ac_ip_fname); in vdec_main()
2010 ps_ip_file = fopen(filename_with_path, "rb"); in vdec_main()
2026 sprintf(filename_with_path, "%s/%s", homedir, s_app_ctx.ac_piclen_fname); in vdec_main()
2027 ps_piclen_file = fopen(filename_with_path, "rb"); in vdec_main()
2045 sprintf(filename_with_path, "%s/%s", documentdir, s_app_ctx.ac_op_fname); in vdec_main()
2046 ps_op_file = fopen(filename_with_path, "wb"); in vdec_main()
2065 sprintf(filename_with_path, "%s/%s", documentdir, s_app_ctx.ac_op_chksum_fname); in vdec_main()
[all …]
/external/libavc/test/decoder/
Dmain.c86 char filename_with_path[PATHLENMAX]; variable
1993 sprintf(filename_with_path, "%s/%s", homedir, ac_cfg_fname); in h264dec_main()
1994 if((fp_cfg_file = fopen(filename_with_path, "r")) == NULL) in h264dec_main()
2035 sprintf(filename_with_path, "%s/%s", homedir, s_app_ctx.ac_ip_fname); in h264dec_main()
2036 ps_ip_file = fopen(filename_with_path, "rb"); in h264dec_main()
2052 sprintf(filename_with_path, "%s/%s", homedir, s_app_ctx.ac_piclen_fname); in h264dec_main()
2053 ps_piclen_file = fopen(filename_with_path, "rb"); in h264dec_main()
2074 sprintf(filename_with_path, "%s/%s", documentdir, s_app_ctx.ac_op_fname); in h264dec_main()
2075 ps_op_file = fopen(filename_with_path,"wb"); in h264dec_main()
2094 sprintf(filename_with_path, "%s/%s", documentdir, s_app_ctx.ac_op_chksum_fname); in h264dec_main()
[all …]