Searched defs:output_file_name (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/tools/ipc_fuzzer/mutate/
H A Dmessage_util.cc106 std::string output_file_name; local
114 output_file_name = args[1];
150 base::FilePath(output_file_name), output_message_vector)) {
H A Dmutate.cc668 std::string output_file_name = args[1]; local
719 if (!MessageFile::Write(base::FilePath(output_file_name), message_vector))
H A Dgenerate.cc1296 std::string output_file_name = args[0]; local
1334 if (!MessageFile::Write(base::FilePath(output_file_name), message_vector))
/external/chromium_org/third_party/webrtc/common_video/libyuv/
H A Dlibyuv_unittest.cc138 std::string output_file_name = webrtc::test::OutputPath() + local
140 FILE* output_file = fopen(output_file_name.c_str(), "wb");
273 std::string output_file_name = webrtc::test::OutputPath() + local
275 FILE* output_file = fopen(output_file_name.c_str(), "wb");
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
H A Dvp8_sequence_coder.cc113 std::string output_file_name = parser.GetFlag("output_file"); local
114 FILE* output_file = fopen(output_file_name.c_str(), "wb");
184 input_file_name.c_str(), output_file_name.c_str(),
/external/chromium_org/third_party/webrtc/tools/converter/
H A Dconverter.cc36 std::string output_file_name,
38 FILE* output_file = fopen(output_file_name.c_str(), "wb");
43 output_file_name.c_str());
35 ConvertRGBAToI420Video(std::string frames_dir, std::string output_file_name, bool delete_frames) argument
/external/chromium_org/printing/backend/
H A Dwin_helper.cc64 const LPCWSTR output_file_name,
302 const LPCWSTR output_file_name,
312 output_file_name,
299 StartXpsPrintJob( const LPCWSTR printer_name, const LPCWSTR job_name, const LPCWSTR output_file_name, HANDLE progress_event, HANDLE completion_event, UINT8* printable_pages_on, UINT32 printable_pages_on_count, IXpsPrintJob** xps_print_job, IXpsPrintJobStream** document_stream, IXpsPrintJobStream** print_ticket_stream) argument
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
H A Daudio_coding_module_unittest.cc544 const std::string output_file_name = local
551 test::OutputAudioFile output_file(output_file_name);
652 const std::string output_file_name = local
660 test::OutputAudioFile output_file(output_file_name);
H A Daudio_coding_module_unittest_oldapi.cc551 const std::string output_file_name = local
558 test::OutputAudioFile output_file(output_file_name);
666 const std::string output_file_name = local
673 test::OutputAudioFile output_file(output_file_name);

Completed in 211 milliseconds