HomeSort by relevance Sort by last modified time
    Searched refs:outfile (Results 76 - 100 of 329) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/libvpx/libvpx/examples/
decode_to_md5.c 77 fprintf(stderr, "Usage: %s <infile> <outfile>\n", exec_name);
83 FILE *outfile = NULL; local
98 if (!(outfile = fopen(argv[2], "wb")))
125 print_md5(outfile, digest);
126 fprintf(outfile, " img-%dx%d-%04d.i420\n",
137 fclose(outfile);
vp8_multi_resolution_encoder.c 132 static void write_ivf_file_header(FILE *outfile,
153 (void) fwrite(header, 1, 32, outfile);
156 static void write_ivf_frame_header(FILE *outfile,
170 (void) fwrite(header, 1, 12, outfile);
175 FILE *infile, *outfile[NUM_ENCODERS]; local
215 die("Usage: %s <width> <height> <infile> <outfile(s)> <output psnr?>\n",
235 outfile[i] = NULL;
239 if(!(outfile[i] = fopen(argv[i+4], "wb")))
324 if(outfile[i])
325 write_ivf_file_header(outfile[i], &cfg[i], 0)
    [all...]
  /external/openssl/apps/
nseq.c 72 char **args, *infile = NULL, *outfile = NULL; local
92 outfile = *args;
116 if (outfile) {
117 if (!(out = BIO_new_file (outfile, "w"))) {
119 "Can't open output file %s\n", outfile);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
decode_to_md5.c 77 fprintf(stderr, "Usage: %s <infile> <outfile>\n", exec_name);
83 FILE *outfile = NULL; local
98 if (!(outfile = fopen(argv[2], "wb")))
125 print_md5(outfile, digest);
126 fprintf(outfile, " img-%dx%d-%04d.i420\n",
137 fclose(outfile);
vp8_multi_resolution_encoder.c 132 static void write_ivf_file_header(FILE *outfile,
153 (void) fwrite(header, 1, 32, outfile);
156 static void write_ivf_frame_header(FILE *outfile,
170 (void) fwrite(header, 1, 12, outfile);
175 FILE *infile, *outfile[NUM_ENCODERS]; local
215 die("Usage: %s <width> <height> <infile> <outfile(s)> <output psnr?>\n",
235 outfile[i] = NULL;
239 if(!(outfile[i] = fopen(argv[i+4], "wb")))
324 if(outfile[i])
325 write_ivf_file_header(outfile[i], &cfg[i], 0)
    [all...]
  /external/elfutils/0.153/libcpu/
i386_parse.y 206 extern FILE *outfile;
1079 fprintf (outfile, "%s\n \"%s",
1103 fprintf (outfile, " FCT_%s,\n", (*(struct argstring **) nodep)->str);
1121 fprintf (outfile, "#define MNEMONIC_BITS %zu\n", best_mnemonic_bits);
1123 fprintf (outfile, "#define MNEMONIC_BITS %ld\n",
1126 fprintf (outfile, "#define SUFFIX_BITS %d\n", nbitsuf);
1129 fprintf (outfile, "#define FCT%d_BITS %d\n", i + 1, nbitfct[i]);
1131 fprintf (outfile, "#define STR%d_BITS %d\n", i + 1, nbitstr[i]);
1132 fprintf (outfile, "#define OFF%d_1_BITS %d\n", i + 1, nbitoff[i][0]);
1133 fprintf (outfile, "#define OFF%d_1_BIAS %d\n", i + 1, minoff[i][0])
    [all...]
i386_parse.c 283 extern FILE *outfile;
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_processing/test/
apmtest.m 99 outfile = ['out'];
111 outfile = ['out'];
121 outfile = ['out'];
146 [nErr, nCases] = recurseDir(inpathtest, outpathtest, refpathtest, outfile, ...
170 outfile, progname, opt, simulateMode, nErr, nCases, task, casenumber, ...
193 fprintf([num2str(nCases) '. ' outfile '\n'])
195 vadoutfile = ['vad_' outfile '.dat'];
196 outfile = [outfile '.pcm'];
242 command = [progname ' -o ' outpath outfile ' ' opt]
    [all...]
  /external/webrtc/src/modules/audio_processing/test/
apmtest.m 99 outfile = ['out'];
111 outfile = ['out'];
121 outfile = ['out'];
146 [nErr, nCases] = recurseDir(inpathtest, outpathtest, refpathtest, outfile, ...
170 outfile, progname, opt, simulateMode, nErr, nCases, task, casenumber, ...
193 fprintf([num2str(nCases) '. ' outfile '\n'])
195 vadoutfile = ['vad_' outfile '.dat'];
196 outfile = [outfile '.pcm'];
242 command = [progname ' -o ' outpath outfile ' ' opt]
    [all...]
  /external/chromium_org/tools/
sort-headers.py 75 def SortHeader(infile, outfile):
76 """Sorts the headers in infile, writing the sorted file to outfile."""
90 outfile.write(header)
97 outfile.write(line)
120 outfile = open(fixfilename, 'wb')
121 SortHeader(infile, outfile)
123 outfile.close() # Important so the below diff gets the updated contents.
  /frameworks/av/media/libstagefright/codecs/aacenc/SampleCode/
AAC_E_SAMPLES.c 135 FILE *infile, *outfile; local
176 outfile = fopen(outfileName, "wb");
177 if (!outfile) {
249 fwrite(outData.Buffer, 1, outData.Length, outfile);
275 if (outfile)
277 fclose(outfile);
  /development/tools/yuv420sp2rgb/
yuv420sp2rgb.c 192 const char *outfile,
234 INFO("Opening output file %s\n", outfile);
235 ofd = open(outfile, O_RDWR | O_CREAT, 0664);
237 outfile, strerror(errno), errno);
244 INFO("Truncating output file %s to %d bytes\n", outfile, outsize);
249 INFO("Memory mapping output file %s\n", outfile);
272 char *infile, *outfile, *type; local
279 &outfile,
291 if (!outfile) {
314 INFO("output file: [%s]\n", outfile);
    [all...]
  /external/chromium_org/native_client_sdk/src/tools/
genhttpfs.py 35 outfile = open(options.output, 'w')
37 outfile = sys.stdout
67 outfile.write('%s %d %s\n' % (mode, stat.st_size, relname))
  /external/chromium_org/tools/generate_stubs/
generate_stubs_unittest.py 134 outfile = StringIO.StringIO()
135 gs.WriteWindowsDefFile(module_name, signatures, outfile)
136 contents = outfile.getvalue()
207 outfile = StringIO.StringIO()
208 self.writer.WriteImplementationContents('my_namespace', outfile)
209 contents = outfile.getvalue()
243 outfile = StringIO.StringIO()
245 outfile)
246 contents = outfile.getvalue()
278 outfile = StringIO.StringIO(
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
generate_parser.sh 12 flex --noline --nounistd --outfile=$output_source $input_file
  /external/chromium_org/third_party/angle/src/compiler/translator/
generate_parser.sh 12 flex --noline --nounistd --outfile=$output_source $input_file
  /external/jpeg/
example.c 91 FILE * outfile; /* target file */ local
114 if ((outfile = fopen(filename, "wb")) == NULL) {
118 jpeg_stdio_dest(&cinfo, outfile);
169 fclose(outfile);
  /external/qemu/distrib/jpeg-6b/
example.c 91 FILE * outfile; /* target file */ local
114 if ((outfile = fopen(filename, "wb")) == NULL) {
118 jpeg_stdio_dest(&cinfo, outfile);
169 fclose(outfile);
  /external/chromium_org/third_party/libvpx/source/libvpx/examples/
vp8_multi_resolution_encoder.c 132 static void write_ivf_file_header(FILE *outfile,
153 (void) fwrite(header, 1, 32, outfile);
156 static void write_ivf_frame_header(FILE *outfile,
170 (void) fwrite(header, 1, 12, outfile);
175 FILE *infile, *outfile[NUM_ENCODERS]; local
215 die("Usage: %s <width> <height> <infile> <outfile(s)> <output psnr?>\n",
235 outfile[i] = NULL;
239 if(!(outfile[i] = fopen(argv[i+4], "wb")))
324 if(outfile[i])
325 write_ivf_file_header(outfile[i], &cfg[i], 0)
    [all...]
  /ndk/sources/host-tools/make-3.81/
vmsjobs.c 472 FILE *outfile; local
484 outfile = open_tmpfile (&comname, "sys$scratch:CMDXXXXXX.COM");
485 if (outfile == 0)
490 fprintf (outfile, "$ assign/user %s sys$input\n", ifile);
497 fprintf (outfile, "$ define sys$error %s\n", efile);
504 fprintf (outfile, "$ define sys$output %s\n", ofile);
523 fwrite (p, 1, q - p, outfile);
524 fputc ('$', outfile);
525 fputc (' ', outfile);
550 fwrite (p, 1, sep - p, outfile);
    [all...]
  /external/e2fsprogs/lib/ext2fs/
test_io.c 54 FILE *outfile; member in struct:test_private_data
138 FILE *f = data->outfile;
159 f = data->outfile;
235 data->outfile = NULL;
237 data->outfile = fopen(value, "w");
238 if (!data->outfile)
239 data->outfile = stderr;
286 if (data->outfile && data->outfile != stderr)
287 fclose(data->outfile);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/test/android/
scrape_gtest_log.py 53 outfile = open(output_json, 'w')
54 outfile.write(output)
  /external/libvpx/libvpx/test/android/
scrape_gtest_log.py 53 outfile = open(output_json, 'w')
54 outfile.write(output)
  /external/llvm/autoconf/
AutoRegen.sh 22 outfile=configure
50 autoconf --force --warnings=all -o ../$outfile $configfile || die "autoconf failed"
  /external/chromium_org/third_party/openssl/openssl/apps/
gendh.c 95 char *outfile=NULL; local
120 outfile= *(++argv);
173 if (outfile == NULL)
185 if (BIO_write_filename(out,outfile) <= 0)
187 perror(outfile);

Completed in 653 milliseconds

1 2 34 5 6 7 8 91011>>