Searched defs:out_filename (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/targets/graw-null/
H A Dgraw_util.c56 static char out_filename[256] = ""; variable
68 strncpy(out_filename, argv[*argi + 1], sizeof(out_filename) - 1);
69 out_filename[sizeof(out_filename) - 1] = '\0';
83 filename = out_filename;
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/tools/
H A Daudio_codec_speed_test.cc73 std::string out_filename = local
78 while ((found = out_filename.find('/')) != std::string::npos)
79 out_filename.replace(found, 1, "_");
81 out_filename = test::OutputPath() + out_filename + ".pcm";
83 out_file_ = fopen(out_filename.c_str(), "wb");
86 printf("Output to be saved in %s.\n", out_filename.c_str());
/external/mesa3d/src/gallium/targets/graw-null/
H A Dgraw_util.c56 static char out_filename[256] = ""; variable
68 strncpy(out_filename, argv[*argi + 1], sizeof(out_filename) - 1);
69 out_filename[sizeof(out_filename) - 1] = '\0';
83 filename = out_filename;
/external/chromium_org/net/tools/tld_cleanup/
H A Dtld_cleanup_util.cc234 const base::FilePath& out_filename) {
245 if (!WriteRules(rules, out_filename)) {
233 NormalizeFile(const base::FilePath& in_filename, const base::FilePath& out_filename) argument
/external/chromium_org/build/android/rezip/
H A Drezip.cc58 const char* out_filename) {
75 LOG(ERROR) << "failed to write from " << out_filename << " in zipfile "
378 std::string out_filename = in_filename;
380 out_filename = rename_fun(in_filename);
421 out_filename.c_str(),
441 << out_filename;
450 out_filename.c_str())) {
457 << out_filename;
53 CopySubfile(unzFile in_file, zipFile out_file, const char* in_zip_filename, const char* out_zip_filename, const char* in_filename, const char* out_filename) argument
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
H A Dneteq_quality_test.cc125 std::string out_filename)
136 out_filename_(out_filename),
137 log_filename_(out_filename + ".log"),
119 NetEqQualityTest(int block_duration_ms, int in_sampling_khz, int out_sampling_khz, enum NetEqDecoder decoder_type, int channels, std::string in_filename, std::string out_filename) argument
/external/zopfli/src/zopflipng/
H A Dzopflipng_bin.cc322 std::string out_filename = user_out_filename; local
326 out_filename = dir + prefix + file + ext;
328 bool different_output_name = out_filename != files[i];
340 size_t origoutfilesize = GetFileSize(out_filename);
364 printf("File %s exists, overwrite? (y/N) ", out_filename.c_str());
375 lodepng::save_file(resultpng, out_filename);
/external/chromium_org/third_party/webrtc/modules/audio_processing/test/
H A Dprocess_test.cc153 std::string out_filename; local
197 out_filename = argv[i];
469 if (out_filename.size() == 0) {
470 out_filename = out_path + "out";
640 output_wav_file.reset(new WavFile(out_filename + ".wav",
792 output_raw_file.reset(new RawFile(out_filename + ".pcm"));
800 output_raw_file.reset(new RawFile(out_filename + ".float"));
879 output_wav_file.reset(new WavFile(out_filename + ".wav",
1029 output_raw_file.reset(new RawFile(out_filename + ".pcm"));
1032 output_wav_file.reset(new WavFile(out_filename
[all...]
H A Daudio_processing_unittest.cc320 const std::string& out_filename,
1451 const std::string& out_filename,
1480 EXPECT_NOERR(apm_->StartDebugRecording(out_filename.c_str()));
1549 const std::string out_filename = local
1553 ProcessDebugDump(ref_filename, out_filename, format);
1556 FILE* out_file = fopen(out_filename.c_str(), "rb");
1450 ProcessDebugDump(const std::string& in_filename, const std::string& out_filename, Format format) argument
/external/webrtc/src/modules/audio_processing/test/
H A Dprocess_test.cc150 const char* out_filename = NULL; local
193 out_filename = argv[i];
399 if (!out_filename) {
400 out_filename = out_file_default;
447 out_file = fopen(out_filename, "wb");
449 << out_filename;
/external/chromium_org/content/common/gpu/media/
H A Dvideo_encode_accelerator_unittest.cc76 // "in_filename:width:height:out_filename:requested_bitrate:requested_framerate
82 // - |out_filename| filename to save the encoded stream to (optional).
130 std::string out_filename; member in struct:content::__anon7620::TestStream
291 test_stream->out_filename = fields[4];
665 CHECK(!test_stream_->out_filename.empty());
666 base::FilePath out_filename(test_stream_->out_filename);
667 // This creates or truncates out_filename.
669 EXPECT_EQ(0, base::WriteFile(out_filename, NULL, 0));
829 base::FilePath::FromUTF8Unsafe(test_stream_->out_filename),
[all...]

Completed in 4018 milliseconds