Searched defs:output_filename (Results 1 - 10 of 10) sorted by relevance

/external/webrtc/webrtc/test/testsupport/
H A Dframe_writer.cc18 FrameWriterImpl::FrameWriterImpl(std::string output_filename, argument
20 : output_filename_(output_filename),
/external/webrtc/webrtc/modules/audio_coding/neteq/test/
H A Daudio_classifier_test.cc54 std::string output_filename = argv[4]; local
57 std::cout << "Output file: " << output_filename << std::endl;
65 FILE* out_file = fopen(output_filename.c_str(), "wb");
67 std::cout << "Cannot open output file " << output_filename << std::endl;
/external/lz4/programs/
H A Dlz4cli.c139 int LZ4IO_compressFilename_Legacy(char* input_filename, char* output_filename, int compressionlevel); /* hidden function */
270 char* output_filename=0; local
282 if (!strcmp(programName, LZ4_CAT)) { decode=1; forceStdout=1; output_filename=stdoutmark; displayLevel=1; }
298 else output_filename=stdoutmark;
344 case 'c': forceStdout=1; output_filename=stdoutmark; displayLevel=1; break;
347 case 't': decode=1; LZ4IO_setOverwrite(1); output_filename=nulmark; break;
420 if (!output_filename)
422 output_filename=argument;
423 if (!strcmp (output_filename, nullOutput)) output_filename
[all...]
H A Dlz4io.c226 static int get_fileHandle(char* input_filename, char* output_filename, FILE** pfinput, FILE** pfoutput) argument
240 if (!strcmp (output_filename, stdoutmark))
250 if (output_filename != nulmark) *pfoutput = fopen( output_filename, "rb" );
257 DISPLAYLEVEL(2, "Warning : %s already exists\n", output_filename);
259 if (displayLevel <= 1) EXM_THROW(11, "Operation aborted : %s already exists", output_filename); /* No interaction possible */
261 if ((ch!='Y') && (ch!='y')) EXM_THROW(11, "Operation aborted : %s already exists", output_filename);
264 *pfoutput = fopen( output_filename, "wb" );
268 if ( *pfoutput==0) EXM_THROW(13, "Pb opening %s", output_filename);
293 int LZ4IO_compressFilename_Legacy(char* input_filename, char* output_filename, in argument
367 LZ4IO_compressFilename(char* input_filename, char* output_filename, int compressionLevel) argument
633 LZ4IO_decompressFilename(char* input_filename, char* output_filename) argument
[all...]
/external/webrtc/webrtc/modules/video_coding/codecs/test/
H A Dvideoprocessor.h64 std::string output_filename; member in struct:webrtc::test::TestConfig
/external/ImageMagick/MagickCore/
H A Ddelegate.c1649 output_filename[MagickPathExtent];
1802 (void) CopyMagickString(output_filename,image_info->filename,
1807 (void) AcquireUniqueSymbolicLink(output_filename,image_info->filename);
1853 if ((strcmp(input_filename,output_filename) != 0) &&
1854 (CopyDelegateFile(image_info->filename,output_filename,MagickTrue) == MagickFalse))
1855 (void) RelinquishUniqueFileResource(output_filename);
1869 (void) CopyMagickString(image_info->filename,output_filename,
1631 output_filename[MagickPathExtent]; local
/external/v8/test/cctest/interpreter/
H A Dgenerate-bytecode-expectations.cc75 std::string output_filename() const { return output_filename_; } function in class:__anon18790::final
470 const std::string& output_filename) {
473 output_file_handle.open(output_filename.c_str());
475 REPORT_ERROR("Could not open " << output_filename << " for writing.");
580 options.output_filename())) {
467 WriteExpectationsFile(const std::vector<std::string>& snippet_list, const V8InitializationScope& platform, const ProgramOptions& options, const std::string& output_filename) argument
/external/ImageMagick/tests/
H A Dvalidate.c1130 % const char *reference_filename,const char *output_filename,
1139 % o output_filename: the output image filename.
1147 const char *reference_filename,const char *output_filename,size_t *fail,
1175 compare_options[i],reference_filename,reference_filename,output_filename);
1222 % const char *reference_filename,const char *output_filename,
1231 % o output_filename: the output image filename.
1239 const char *reference_filename,const char *output_filename,size_t *fail,
1268 output_filename);
1315 % const char *reference_filename,const char *output_filename,
1324 % o output_filename
1142 ValidateCompareCommand(ImageInfo *image_info, const char *reference_filename,const char *output_filename,size_t *fail, ExceptionInfo *exception) argument
1233 ValidateCompositeCommand(ImageInfo *image_info, const char *reference_filename,const char *output_filename,size_t *fail, ExceptionInfo *exception) argument
1325 ValidateConvertCommand(ImageInfo *image_info, const char *reference_filename,const char *output_filename,size_t *fail, ExceptionInfo *exception) argument
1416 ValidateIdentifyCommand(ImageInfo *image_info, const char *reference_filename,const char *output_filename,size_t *fail, ExceptionInfo *exception) argument
1515 ValidateImageFormatsInMemory(ImageInfo *image_info, const char *reference_filename,const char *output_filename,size_t *fail, ExceptionInfo *exception) argument
1795 ValidateImageFormatsOnDisk(ImageInfo *image_info, const char *reference_filename,const char *output_filename,size_t *fail, ExceptionInfo *exception) argument
2013 ValidateImportExportPixels(ImageInfo *image_info, const char *reference_filename,const char *output_filename,size_t *fail, ExceptionInfo *exception) argument
2199 ValidateMontageCommand(ImageInfo *image_info, const char *reference_filename,const char *output_filename,size_t *fail, ExceptionInfo *exception) argument
2291 ValidateStreamCommand(ImageInfo *image_info, const char *reference_filename,const char *output_filename,size_t *fail, ExceptionInfo *exception) argument
2415 output_filename[MagickPathExtent], local
[all...]
/external/libvpx/libvpx/examples/
H A Dvp9_spatial_svc_encoder.c135 const char *output_filename; member in struct:__anon11326
147 fprintf(stderr, "Usage: %s <options> input_filename output_filename\n",
348 app_input->output_filename = argv[1];
667 writer = vpx_video_writer_open(app_input.output_filename, kContainerIVF,
670 die("Failed to open %s for writing\n", app_input.output_filename);
680 app_input.output_filename, tl);
/external/ImageMagick/coders/
H A Dsvg.c2863 output_filename[MagickPathExtent],
2876 (void) AcquireUniqueFilename(output_filename);
2889 delegate_info),input_filename,output_filename,density,background,
2896 if ((status == 0) && (stat(output_filename,&attributes) == 0) &&
2906 (void) CopyMagickString(read_info->filename,output_filename,
2910 (void) RelinquishUniqueFileResource(output_filename);
2917 (void) RelinquishUniqueFileResource(output_filename);
2859 output_filename[MagickPathExtent], local

Completed in 713 milliseconds