Searched refs:OutputPath (Results 1 - 25 of 86) sorted by relevance

1234

/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
H A DTester.cc39 Trace::SetTraceFile((webrtc::test::OutputPath() +
47 Trace::SetTraceFile((webrtc::test::OutputPath() +
55 Trace::SetTraceFile((webrtc::test::OutputPath() +
63 Trace::SetTraceFile((webrtc::test::OutputPath() +
71 Trace::SetTraceFile((webrtc::test::OutputPath() +
79 Trace::SetTraceFile((webrtc::test::OutputPath() +
87 Trace::SetTraceFile((webrtc::test::OutputPath() +
95 Trace::SetTraceFile((webrtc::test::OutputPath() +
103 Trace::SetTraceFile((webrtc::test::OutputPath() +
111 Trace::SetTraceFile((webrtc::test::OutputPath()
[all...]
H A DTwoWayCommunication.cc132 std::string out_file_a = webrtc::test::OutputPath() + "outA.pcm";
136 std::string ref_file_name = webrtc::test::OutputPath() + "ref_outA.pcm";
148 std::string out_file_b = webrtc::test::OutputPath() + "outB.pcm";
152 ref_file_name = webrtc::test::OutputPath() + "ref_outB.pcm";
222 std::string output_file_a = webrtc::test::OutputPath() + "outAutotestA.pcm";
225 std::string output_ref_file_a = webrtc::test::OutputPath()
230 std::string output_file_b = webrtc::test::OutputPath() + "outAutotestB.pcm";
233 std::string output_ref_file_b = webrtc::test::OutputPath()
H A DSpatialAudio.cc54 std::string output_file = webrtc::test::OutputPath()
57 output_file = webrtc::test::OutputPath() + "testspatial_out.pcm";
62 output_file = webrtc::test::OutputPath() + "testspatial_out.pcm";
H A DEncodeDecodeTest.cc147 file_stream << webrtc::test::OutputPath() << out_file_name
164 file_name = webrtc::test::OutputPath() + out_file_name + ".pcm";
254 (webrtc::test::OutputPath() + "acm_encdec_trace.txt").c_str());
265 (webrtc::test::OutputPath() + "acm_encdec_trace.txt").c_str());
313 std::string fileName = webrtc::test::OutputPath() + "outFile.rtp";
336 std::string fileName = webrtc::test::OutputPath() + "outFile.rtp";
H A DiSACTest.cc138 std::string fileNameA = webrtc::test::OutputPath() + "testisac_a.pcm";
139 std::string fileNameB = webrtc::test::OutputPath() + "testisac_b.pcm";
268 file_stream_a << webrtc::test::OutputPath();
269 file_stream_b << webrtc::test::OutputPath();
336 file_stream_a << webrtc::test::OutputPath();
337 file_stream_b << webrtc::test::OutputPath();
/external/chromium_org/third_party/webrtc/tools/frame_analyzer/
H A Dvideo_quality_analysis_unittest.cc29 std::string log_filename = webrtc::test::OutputPath() +
61 std::string stats_filename = OutputPath() + "non-existing-stats-file.txt";
69 std::string stats_filename = OutputPath() + "empty-stats.txt";
77 std::string stats_filename = OutputPath() + "stats.txt";
/external/webrtc/src/modules/audio_processing/test/testsupport/
H A Dfileutils.h103 std::string OutputPath();
H A Dfileutils_unittest.cc113 std::string path = webrtc::test::OutputPath();
132 std::string path = webrtc::test::OutputPath();
135 ASSERT_EQ(original_working_dir, webrtc::test::OutputPath());
152 ASSERT_EQ("./", webrtc::test::OutputPath());
180 ASSERT_EQ("./", webrtc::test::OutputPath());
/external/webrtc/test/testsupport/
H A Dfileutils.h103 std::string OutputPath();
H A Dfileutils_unittest.cc113 std::string path = webrtc::test::OutputPath();
132 std::string path = webrtc::test::OutputPath();
135 ASSERT_EQ(original_working_dir, webrtc::test::OutputPath());
152 ASSERT_EQ("./", webrtc::test::OutputPath());
180 ASSERT_EQ("./", webrtc::test::OutputPath());
/external/chromium_org/third_party/webrtc/common_video/libyuv/
H A Dscaler_unittest.cc122 std::string out_name = webrtc::test::OutputPath() +
130 out_name = webrtc::test::OutputPath() + "LibYuvTest_PointScale_352_288_"
143 out_name = webrtc::test::OutputPath() + "LibYuvTest_PointScale_320_240.yuv";
148 out_name = webrtc::test::OutputPath() + "LibYuvTest_PointScale_704_576.yuv";
153 out_name = webrtc::test::OutputPath() + "LibYuvTest_PointScale_300_200.yuv";
158 out_name = webrtc::test::OutputPath() + "LibYuvTest_PointScale_400_300.yuv";
164 out_name = webrtc::test::OutputPath() + "LibYuvTest_PointScale_282_231.yuv";
170 out_name = webrtc::test::OutputPath() + "LibYuvTest_PointScale_352_288_"
184 out_name = webrtc::test::OutputPath() + "LibYuvTest_PointScale_699_531.yuv";
190 out_name = webrtc::test::OutputPath()
[all...]
/external/chromium_org/third_party/webrtc/modules/video_processing/main/test/unit_test/
H A Dvideo_processing_unittest.h28 std::string trace_file = webrtc::test::OutputPath() + "VPMTrace.txt";
/external/chromium_org/third_party/webrtc/test/testsupport/
H A Dfileutils.h104 std::string OutputPath();
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
H A Dfile_test.cc44 webrtc::test::OutputPath() + CreateTrickyFilenameInUtf8();
68 webrtc::test::OutputPath() + "playout.wav";
H A Dfile_before_streaming_test.cc27 : input_filename_(webrtc::test::OutputPath() + "file_test_input.pcm"),
28 output_filename_(webrtc::test::OutputPath() + "file_test_output.pcm") {
/external/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp50 StringRef OutputPath, bool ShowDepth,
56 if (!OutputPath.empty()) {
59 OutputPath.str().c_str(), Error,
49 AttachHeaderIncludeGen(Preprocessor &PP, bool ShowAllHeaders, StringRef OutputPath, bool ShowDepth, bool MSStyle) argument
/external/webrtc/src/system_wrappers/source/
H A Dtrace_unittest.cc26 std::string trace_file = webrtc::test::OutputPath() +
H A Dcpu_wrapper_unittest.cc35 std::string trace_file = webrtc::test::OutputPath() +
/external/clang/tools/driver/
H A Dcc1as_main.cpp102 std::string OutputPath; member in struct:__anon19495::AssemblerInvocation
134 OutputPath = "-";
223 Opts.OutputPath = Args->getLastArgValue(OPT_o);
257 if (Opts.OutputPath.empty())
258 Opts.OutputPath = "-";
262 if (Opts.OutputPath != "-")
263 sys::RemoveFileOnSignal(Opts.OutputPath);
267 new raw_fd_ostream(Opts.OutputPath.c_str(), Error,
271 << Opts.OutputPath << Error;
407 if (Failed && Opts.OutputPath !
[all...]
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
H A Dtester_main.cc38 DEFINE_string(output_filename, webrtc::test::OutputPath() +
40 DEFINE_string(fv_output_filename, webrtc::test::OutputPath() +
H A Dvideo_rtp_play.cc31 std::string trace_file = webrtc::test::OutputPath() + "receiverTestTrace.txt";
46 output_file = webrtc::test::OutputPath() + "RtpPlay_decoded.yuv";
H A Dtest_util.cc35 outputFile(webrtc::test::OutputPath() +
37 fv_outputfile(webrtc::test::OutputPath() + "features.txt"),
95 basename = webrtc::test::OutputPath() + "rtp_decoded";
H A Dmedia_opt_test.cc33 Trace::SetTraceFile((test::OutputPath() + "mediaOptTestTrace.txt").c_str());
100 _outname = test::OutputPath() + "MOTest_out.vp8";
104 _actualSourcename = test::OutputPath() + "MOTestSource.yuv";
166 _log.open((test::OutputPath() + "VCM_MediaOptLog.txt").c_str(),
394 _outname = test::OutputPath() + "RTMOTest_out.yuv";
396 _actualSourcename = test::OutputPath() + "RTMOTestSource.yuv";
399 _log.open((test::OutputPath() + "/VCM_RTMediaOptLog.txt").c_str(),
401 _outputRes=fopen((test::OutputPath() + "VCM_MediaOptResults.txt").c_str(),
H A Dvideo_rtp_play_mt.cc67 std::string trace_file = webrtc::test::OutputPath() + "receiverTestTrace.txt";
78 output_file = webrtc::test::OutputPath() + "RtpPlayMT_decoded.yuv";
/external/chromium_org/third_party/webrtc/common_audio/
H A Dwav_writer_unittest.cc27 const std::string outfile = webrtc::test::OutputPath() + "wavtest1.wav";
69 const std::string outfile = webrtc::test::OutputPath() + "wavtest2.wav";
113 std::string outfile = webrtc::test::OutputPath() + "wavtest3.wav";

Completed in 1901 milliseconds

1234