Searched defs:outname (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g711/test/
H A DtestG711.cc42 char inname[80], outname[40], bitname[40]; local
95 sscanf(argv[4], "%s", outname);
108 if ((outp = fopen(outname, "wb")) == NULL) {
109 printf(" G.711: Cannot write file %s.\n", outname);
112 printf("\nInput: %s\nOutput: %s\n", inname, outname);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/test/
H A DtestG722.cc48 char inname[60], outbit[40], outname[40]; local
90 sscanf(argv[4], "%s", outname);
100 if ((outp = fopen(outname,"wb")) == NULL) {
101 printf(" G.722: Cannot write file %s.\n", outname);
104 printf("\nInput:%s\nOutput bitstream:%s\nOutput:%s\n", inname, outbit, outname);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/test/
H A Dtest_iSACfixfloat.c93 char inname[50], outname[50], bottleneck_file[50], bitfilename[60], bitending[10]="_bits.pcm"; local
271 sscanf(argv[argc-1], "%s", outname);
277 if ((outp = fopen(outname,"wb")) == NULL) {
278 printf(" iSAC: Cannot write file %s.\n", outname);
281 printf("\nInput:%s\nOutput:%s\n", inname, outname);
284 while (outname[i]!='\0') {
285 bitfilename[i]=outname[i];
H A Dkenny.cc97 char inname[100], outname[100], outbitsname[100], bottleneck_file[100]; local
410 sscanf(argv[argc-1], "%s", outname);
413 while ((int)outname[h] != 0) {
414 outbitsname[h] = outname[h];
425 if ((outp = fopen(outname,"wb")) == NULL) {
426 printf(" iSAC: Cannot write file %s\n", outname);
434 printf("\nInput:%s\nOutput:%s\n\n", inname, outname);
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
H A Dmt_rx_tx_test.cc105 std::string outname; local
107 outname = test::OutputPath() + "MTRxTxTest_decoded.yuv";
109 outname = args.outputFile;
143 if ((decodedFile = fopen(outname.c_str(), "wb")) == NULL)
145 printf("Cannot read file %s.\n", outname.c_str());
H A Dnormal_test.h68 VCMNTDecodeCompleCallback(std::string outname): // or should it get a name? argument
70 _outname(outname),
/external/e2fsprogs/debugfs/
H A Ddump.c103 int preserve, char *outname)
144 fix_perms("dump_file", &inode, fd, outname);
102 dump_file(const char *cmdname, ext2_ino_t ino, int fd, int preserve, char *outname) argument
/external/libpng/contrib/gregbook/
H A Dwpng.c163 char *inname = NULL, outname[256]; local
364 /* make outname from inname */
368 strcpy(outname, inname);
369 strcpy(outname+len, ".png");
372 strncpy(outname, inname, len);
373 strcpy(outname+len, ".png");
375 /* check if outname already exists; if not, open */
376 if ((wpng_info.outfile = fopen(outname, "rb")) != NULL) {
378 outname);
381 } else if (!(wpng_info.outfile = fopen(outname, "w
[all...]
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
H A Dtest_iSACfixfloat.c93 char inname[50], outname[50], bottleneck_file[50], bitfilename[60], bitending[10]="_bits.pcm"; local
271 sscanf(argv[argc-1], "%s", outname);
277 if ((outp = fopen(outname,"wb")) == NULL) {
278 printf(" iSAC: Cannot write file %s.\n", outname);
281 printf("\nInput:%s\nOutput:%s\n", inname, outname);
284 while (outname[i]!='\0') {
285 bitfilename[i]=outname[i];
H A Dkenny.c96 char inname[100], outname[100], outbitsname[100], bottleneck_file[100]; local
419 sscanf(argv[argc-1], "%s", outname);
422 while ((int)outname[h] != 0) {
423 outbitsname[h] = outname[h];
434 if ((outp = fopen(outname,"wb")) == NULL) {
435 printf(" iSAC: Cannot write file %s\n", outname);
443 printf("\nInput:%s\nOutput:%s\n\n", inname, outname);
/external/zlib/src/examples/
H A Dgun.c540 inname is NULL or an empty string, read from stdin. If outname is NULL or
543 outname.
548 local int gunzip(z_stream *strm, char *inname, char *outname, int test) argument
567 else if (outname == NULL || *outname == 0) {
568 outname = "-";
572 outfile = open(outname, O_CREAT | O_TRUNC | O_WRONLY, 0666);
575 fprintf(stderr, "gun cannot create %s\n", outname);
591 copymeta(inname, outname); /* copy attributes */
599 if (outfile > 2) unlink(outname);
634 char *outname; local
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
H A DReleaseTest-API.cc46 char inname[100], outname[100], bottleneck_file[100], vadfile[100]; local
437 sscanf(argv[argc-1], "%s", outname);
439 printf("Output file: %s\n\n", outname);
447 if((outp = fopen(outname,"wb")) == NULL)
449 printf(" Error iSAC Cannot write file %s.\n", outname);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/
H A DsimpleKenny.c56 char outname[500]; local
165 sscanf(argv[2], "%s", outname);
228 if ((outp = fopen(outname,"wb")) == NULL) {
229 printf(" iSAC: Cannot write file %s.\n", outname);
234 _splitpath(outname, outDrive, outPath, outPrefix, outSuffix);
243 printf("Output................... %s\n", outname);
584 strcpy(newOutName, outname);
602 rename(outname, newOutName);
/external/bison/src/
H A Dscan-skel.c900 char *outname = NULL; variable
1054 QPUTS (outname);
1087 if (outname)
1089 free (outname);
1146 &outname, &out_lineno);
/external/libpng/
H A Dpngtest.c829 test_one_file(PNG_CONST char *inname, PNG_CONST char *outname) argument
861 if ((fpout = fopen(outname, "wb")) == NULL)
863 fprintf(STDERR, "Could not open output file %s\n", outname);
910 fprintf(STDERR, "%s -> %s: libpng read error\n", inname, outname);
928 fprintf(STDERR, "%s -> %s: libpng write error\n", inname, outname);
1594 if ((fpout = fopen(outname, "rb")) == NULL)
1596 fprintf(STDERR, "Could not find file %s\n", outname);
1616 inname, outname);
1647 outname);
1689 static PNG_CONST char *outname variable
1692 static PNG_CONST char *outname = "pngout.png"; variable
[all...]
/external/chromium_org/third_party/sqlite/src/tool/
H A Dlemon.c303 char *outname; /* Name of the current output file */ member in struct:lemon
2756 if( lemp->outname ) free(lemp->outname);
2757 lemp->outname = file_makename(lemp, suffix);
2758 fp = fopen(lemp->outname,mode);
2760 fprintf(stderr,"Can't open file \"%s\".\n",lemp->outname);
2773 const char *fname = Strsafe(lemp->outname);
3179 (*lineno)++; tplt_linedir(out,*lineno,lemp->outname);
3222 (*lineno)++; tplt_linedir(out,*lineno,lemp->outname);
3406 if (!lemp->nolinenosflag) { (*lineno)++; tplt_linedir(out,*lineno,lemp->outname); }
[all...]

Completed in 1702 milliseconds