Searched refs:ac_ip_fname (Results 1 – 5 of 5) sorted by relevance
/external/libavc/test/encoder/ |
D | main.c | 517 sscanf(value, "%s", ps_app_ctxt->ac_ip_fname); in parse_argument() 871 if(ps_app_ctxt->ac_ip_fname[0] == '\0') in validate_params() 939 ps_app_ctxt->ac_ip_fname[0] = '\0'; in init_default_params() 1553 ps_app_ctxt->fp_ip = fopen(ps_app_ctxt->ac_ip_fname, "rb"); in synchronous_encode() 1556 sprintf(ac_error, "Unable to open input file for reading: %s", ps_app_ctxt->ac_ip_fname); in synchronous_encode() 1592 ps_app_ctxt->fp_psnr_ip = fopen(ps_app_ctxt->ac_ip_fname, "rb"); in synchronous_encode() 1595 … sprintf(ac_error, "Unable to open input file for reading: %s", ps_app_ctxt->ac_ip_fname); in synchronous_encode() 2546 sprintf(filename_with_path, "%s/%s", documentdir, s_app_ctxt.ac_ip_fname); in h264enc_main() 2547 strcpy (s_app_ctxt.ac_ip_fname, filename_with_path); in h264enc_main() 2590 printf("Input filename : %s\n", s_app_ctxt.ac_ip_fname); in h264enc_main()
|
D | app.h | 239 CHAR ac_ip_fname[STRLENGTH]; member
|
/external/libhevc/test/decoder/ |
D | main.c | 202 CHAR ac_ip_fname[STRLENGTH]; member 1163 sscanf(value, "%s", ps_app_ctx->ac_ip_fname); in parse_argument() 1805 strcpy(s_app_ctx.ac_ip_fname, "\0"); in hevcdec_main() 1959 if(strcmp(s_app_ctx.ac_ip_fname, "\0") == 0) in hevcdec_main() 1970 sprintf(filename_with_path, "%s/%s", homedir, s_app_ctx.ac_ip_fname); in hevcdec_main() 1973 ps_ip_file = fopen(s_app_ctx.ac_ip_fname, "rb"); in hevcdec_main() 1978 s_app_ctx.ac_ip_fname); in hevcdec_main() 2956 printf("Input filename : %s\n", s_app_ctx.ac_ip_fname); in hevcdec_main()
|
/external/libavc/test/decoder/ |
D | main.c | 206 CHAR ac_ip_fname[STRLENGTH]; member 1171 sscanf(value, "%s", ps_app_ctx->ac_ip_fname); in parse_argument() 1869 strcpy(s_app_ctx.ac_ip_fname, "\0"); in h264dec_main() 2023 if(strcmp(s_app_ctx.ac_ip_fname, "\0") == 0) in h264dec_main() 2035 sprintf(filename_with_path, "%s/%s", homedir, s_app_ctx.ac_ip_fname); in h264dec_main() 2038 ps_ip_file = fopen(s_app_ctx.ac_ip_fname, "rb"); in h264dec_main() 2043 s_app_ctx.ac_ip_fname); in h264dec_main() 3086 printf("Input filename : %s\n", s_app_ctx.ac_ip_fname); in h264dec_main()
|
/external/libmpeg2/test/decoder/ |
D | main.c | 197 CHAR ac_ip_fname[STRLENGTH]; member 1181 sscanf(value, "%s", ps_app_ctx->ac_ip_fname); in parse_argument() 1839 strcpy(s_app_ctx.ac_ip_fname, "\0"); in vdec_main() 1998 if(strcmp(s_app_ctx.ac_ip_fname, "\0") == 0) in vdec_main() 2009 sprintf(filename_with_path, "%s/%s", homedir, s_app_ctx.ac_ip_fname); in vdec_main() 2012 ps_ip_file = fopen(s_app_ctx.ac_ip_fname, "rb"); in vdec_main() 2017 s_app_ctx.ac_ip_fname); in vdec_main() 3082 printf("Input filename : %s\n", s_app_ctx.ac_ip_fname); in vdec_main()
|