Home
last modified time | relevance | path

Searched refs:ac_ip_fname (Results 1 – 5 of 5) sorted by relevance

/external/libavc/test/encoder/
Dmain.c515 sscanf(value, "%s", ps_app_ctxt->ac_ip_fname); in parse_argument()
865 if(ps_app_ctxt->ac_ip_fname[0] == '\0') in validate_params()
933 ps_app_ctxt->ac_ip_fname[0] = '\0'; in init_default_params()
1484 ps_app_ctxt->fp_ip = fopen(ps_app_ctxt->ac_ip_fname, "rb"); in synchronous_encode()
1487 sprintf(ac_error, "Unable to open input file for reading: %s", ps_app_ctxt->ac_ip_fname); in synchronous_encode()
1523 ps_app_ctxt->fp_psnr_ip = fopen(ps_app_ctxt->ac_ip_fname, "rb"); in synchronous_encode()
1526 … sprintf(ac_error, "Unable to open input file for reading: %s", ps_app_ctxt->ac_ip_fname); in synchronous_encode()
2472 sprintf(filename_with_path, "%s/%s", documentdir, s_app_ctxt.ac_ip_fname); in h264enc_main()
2473 strcpy (s_app_ctxt.ac_ip_fname, filename_with_path); in h264enc_main()
2516 printf("Input filename : %s\n", s_app_ctxt.ac_ip_fname); in h264enc_main()
Dapp.h238 CHAR ac_ip_fname[STRLENGTH]; member
/external/libhevc/test/decoder/
Dmain.c202 CHAR ac_ip_fname[STRLENGTH]; member
1171 sscanf(value, "%s", ps_app_ctx->ac_ip_fname); in parse_argument()
1824 strcpy(s_app_ctx.ac_ip_fname, "\0"); in hevcdec_main()
1981 if(strcmp(s_app_ctx.ac_ip_fname, "\0") == 0) in hevcdec_main()
1992 sprintf(filename_with_path, "%s/%s", homedir, s_app_ctx.ac_ip_fname); in hevcdec_main()
1995 ps_ip_file = fopen(s_app_ctx.ac_ip_fname, "rb"); in hevcdec_main()
2000 s_app_ctx.ac_ip_fname); in hevcdec_main()
3019 printf("Input filename : %s\n", s_app_ctx.ac_ip_fname); in hevcdec_main()
/external/libavc/test/decoder/
Dmain.c204 CHAR ac_ip_fname[STRLENGTH]; member
1181 sscanf(value, "%s", ps_app_ctx->ac_ip_fname); in parse_argument()
1890 strcpy(s_app_ctx.ac_ip_fname, "\0"); in h264dec_main()
2047 if(strcmp(s_app_ctx.ac_ip_fname, "\0") == 0) in h264dec_main()
2059 sprintf(filename_with_path, "%s/%s", homedir, s_app_ctx.ac_ip_fname); in h264dec_main()
2062 ps_ip_file = fopen(s_app_ctx.ac_ip_fname, "rb"); in h264dec_main()
2067 s_app_ctx.ac_ip_fname); in h264dec_main()
3126 printf("Input filename : %s\n", s_app_ctx.ac_ip_fname); in h264dec_main()
/external/libmpeg2/test/decoder/
Dmain.c196 CHAR ac_ip_fname[STRLENGTH]; member
1177 sscanf(value, "%s", ps_app_ctx->ac_ip_fname); in parse_argument()
1832 strcpy(s_app_ctx.ac_ip_fname, "\0"); in vdec_main()
1989 if(strcmp(s_app_ctx.ac_ip_fname, "\0") == 0) in vdec_main()
2000 sprintf(filename_with_path, "%s/%s", homedir, s_app_ctx.ac_ip_fname); in vdec_main()
2003 ps_ip_file = fopen(s_app_ctx.ac_ip_fname, "rb"); in vdec_main()
2008 s_app_ctx.ac_ip_fname); in vdec_main()
3035 printf("Input filename : %s\n", s_app_ctx.ac_ip_fname); in vdec_main()