Home
last modified time | relevance | path

Searched refs:OutputPath (Results 1 – 25 of 72) sorted by relevance

123

/external/webrtc/webrtc/modules/audio_coding/test/
DTester.cc38 Trace::SetTraceFile((webrtc::test::OutputPath() + in TEST()
50 Trace::SetTraceFile((webrtc::test::OutputPath() +
63 Trace::SetTraceFile((webrtc::test::OutputPath() +
77 Trace::SetTraceFile((webrtc::test::OutputPath() +
92 Trace::SetTraceFile((webrtc::test::OutputPath() +
105 Trace::SetTraceFile((webrtc::test::OutputPath() +
117 Trace::SetTraceFile((webrtc::test::OutputPath() +
125 Trace::SetTraceFile((webrtc::test::OutputPath() +
133 Trace::SetTraceFile((webrtc::test::OutputPath() +
141 Trace::SetTraceFile((webrtc::test::OutputPath() +
[all …]
DTwoWayCommunication.cc128 std::string out_file_a = webrtc::test::OutputPath() + "outA.pcm"; in SetUp()
132 std::string ref_file_name = webrtc::test::OutputPath() + "ref_outA.pcm"; in SetUp()
144 std::string out_file_b = webrtc::test::OutputPath() + "outB.pcm"; in SetUp()
148 ref_file_name = webrtc::test::OutputPath() + "ref_outB.pcm"; in SetUp()
205 std::string output_file_a = webrtc::test::OutputPath() + "outAutotestA.pcm"; in SetUpAutotest()
208 std::string output_ref_file_a = webrtc::test::OutputPath() in SetUpAutotest()
213 std::string output_file_b = webrtc::test::OutputPath() + "outAutotestB.pcm"; in SetUpAutotest()
216 std::string output_ref_file_b = webrtc::test::OutputPath() in SetUpAutotest()
DiSACTest.cc124 std::string fileNameA = webrtc::test::OutputPath() + "testisac_a.pcm"; in Setup()
125 std::string fileNameB = webrtc::test::OutputPath() + "testisac_b.pcm"; in Setup()
217 file_stream_a << webrtc::test::OutputPath(); in EncodeDecode()
218 file_stream_b << webrtc::test::OutputPath(); in EncodeDecode()
284 file_stream_a << webrtc::test::OutputPath(); in SwitchingSamplingRate()
285 file_stream_b << webrtc::test::OutputPath(); in SwitchingSamplingRate()
DEncodeDecodeTest.cc146 file_stream << webrtc::test::OutputPath() << out_file_name in Setup()
163 file_name = webrtc::test::OutputPath() + out_file_name + ".pcm"; in Setup()
253 (webrtc::test::OutputPath() + "acm_encdec_trace.txt").c_str()); in EncodeDecodeTest()
264 (webrtc::test::OutputPath() + "acm_encdec_trace.txt").c_str()); in EncodeDecodeTest()
336 std::string fileName = webrtc::test::TempFilename(webrtc::test::OutputPath(), in EncodeToFile()
DSpatialAudio.cc54 std::string output_file = webrtc::test::OutputPath() in Setup()
57 output_file = webrtc::test::OutputPath() + "testspatial_out.pcm"; in Setup()
62 output_file = webrtc::test::OutputPath() + "testspatial_out.pcm"; in Setup()
DTestVADDTX.cc203 out_filename << webrtc::test::OutputPath() in Test()
247 std::string out_filename = webrtc::test::OutputPath() + in Perform()
261 out_filename = webrtc::test::OutputPath() + "testOpusDtx_outFile_stereo.pcm"; in Perform()
/external/webrtc/webrtc/common_video/libyuv/
Dscaler_unittest.cc126 std::string out_name = webrtc::test::OutputPath() + in TEST_F()
134 out_name = webrtc::test::OutputPath() + "LibYuvTest_PointScale_352_288_" in TEST_F()
147 out_name = webrtc::test::OutputPath() + "LibYuvTest_PointScale_320_240.yuv"; in TEST_F()
152 out_name = webrtc::test::OutputPath() + "LibYuvTest_PointScale_704_576.yuv"; in TEST_F()
157 out_name = webrtc::test::OutputPath() + "LibYuvTest_PointScale_300_200.yuv"; in TEST_F()
162 out_name = webrtc::test::OutputPath() + "LibYuvTest_PointScale_400_300.yuv"; in TEST_F()
168 out_name = webrtc::test::OutputPath() + "LibYuvTest_PointScale_282_231.yuv"; in TEST_F()
174 out_name = webrtc::test::OutputPath() + "LibYuvTest_PointScale_352_288_" in TEST_F()
198 std::string out_name = webrtc::test::OutputPath() + in TEST_F()
206 out_name = webrtc::test::OutputPath() + "LibYuvTest_BilinearScale_352_288_" in TEST_F()
[all …]
/external/webrtc/webrtc/tools/frame_analyzer/
Dvideo_quality_analysis_unittest.cc29 std::string log_filename = webrtc::test::OutputPath() + in SetUpTestCase()
61 std::string stats_filename = OutputPath() + "non-existing-stats-file.txt"; in TEST_F()
69 std::string stats_filename = OutputPath() + "empty-stats.txt"; in TEST_F()
77 std::string stats_filename = OutputPath() + "stats.txt"; in TEST_F()
/external/clang/tools/driver/
Dcc1as_main.cpp102 std::string OutputPath; member
139 OutputPath = "-"; in AssemblerInvocation()
225 Opts.OutputPath = Args.getLastArgValue(OPT_o); in CreateFromArgs()
262 if (Opts.OutputPath.empty()) in getOutputStream()
263 Opts.OutputPath = "-"; in getOutputStream()
267 if (Opts.OutputPath != "-") in getOutputStream()
268 sys::RemoveFileOnSignal(Opts.OutputPath); in getOutputStream()
272 Opts.OutputPath, EC, (Binary ? sys::fs::F_None : sys::fs::F_Text)); in getOutputStream()
274 Diags.Report(diag::err_fe_unable_to_open_output) << Opts.OutputPath in getOutputStream()
434 if (Failed && Opts.OutputPath != "-") in ExecuteAssembler()
[all …]
/external/webrtc/webrtc/test/testsupport/
Dfileutils_unittest.cc76 std::string path = webrtc::test::OutputPath(); in TEST_F()
91 ASSERT_EQ("./", webrtc::test::OutputPath()); in TEST_F()
96 webrtc::test::OutputPath(), "TempFilenameTest"); in TEST_F()
139 webrtc::test::OutputPath(), "fileutils_unittest"); in TEST_F()
Dfileutils.h104 std::string OutputPath();
Dfileutils.cc108 std::string OutputPath() { in OutputPath() function
142 std::string OutputPath() { in OutputPath() function
/external/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaAlone.csproj17 <OutputPath>.\bin\Debug\</OutputPath>
23 <OutputPath>.\bin\Release\</OutputPath>
/external/clang/lib/Frontend/
DHeaderIncludeGen.cpp81 bool ShowAllHeaders, StringRef OutputPath, in AttachHeaderIncludeGen() argument
87 if (!OutputPath.empty()) { in AttachHeaderIncludeGen()
90 OutputPath.str(), EC, llvm::sys::fs::F_Append | llvm::sys::fs::F_Text); in AttachHeaderIncludeGen()
DCompilerInstance.cpp371 StringRef OutputPath = DepOpts.HeaderIncludeOutputFile; in createPreprocessor() local
372 if (OutputPath == "-") in createPreprocessor()
373 OutputPath = ""; in createPreprocessor()
375 /*ShowAllHeaders=*/true, OutputPath, in createPreprocessor()
595 CompilerInstance::createOutputFile(StringRef OutputPath, bool Binary, in createOutputFile() argument
602 OutputPath, EC, Binary, RemoveFileOnSignal, InFile, Extension, in createOutputFile()
605 getDiagnostics().Report(diag::err_fe_unable_to_open_output) << OutputPath in createOutputFile()
620 StringRef OutputPath, std::error_code &Error, bool Binary, in createOutputFile() argument
628 if (!OutputPath.empty()) { in createOutputFile()
629 OutFile = OutputPath; in createOutputFile()
[all …]
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
Dfile_test.cc44 webrtc::test::OutputPath() + CreateTrickyFilenameInUtf8();
68 webrtc::test::OutputPath() + "playout.wav"; in TEST_F()
Dfile_before_streaming_test.cc27 : input_filename_(webrtc::test::OutputPath() + "file_test_input.pcm"), in FileBeforeStreamingTest()
28 output_filename_(webrtc::test::OutputPath() + "file_test_output.pcm") { in FileBeforeStreamingTest()
/external/webrtc/webrtc/common_audio/
Dwav_file_unittest.cc28 const std::string outfile = test::OutputPath() + "wavtest1.wav"; in TEST()
93 const std::string outfile = test::OutputPath() + "wavtest2.wav"; in TEST()
137 std::string outfile = test::OutputPath() + "wavtest3.wav"; in TEST()
/external/webrtc/webrtc/modules/video_coding/test/
Dvideo_rtp_play.cc33 std::string trace_file = webrtc::test::OutputPath() + "receiverTestTrace.txt"; in RtpPlay()
48 output_file = webrtc::test::OutputPath() + "RtpPlay_decoded.yuv"; in RtpPlay()
Dtest_util.cc30 outputFile(webrtc::test::OutputPath() + in CmdArgs()
80 basename = webrtc::test::OutputPath() + "rtp_decoded"; in FileOutputFrameReceiver()
/external/zlib/src/contrib/dotzlib/DotZLib/
DDotZLib.csproj39 OutputPath = "bin\Debug\"
59 OutputPath = "bin\Release\"
/external/webrtc/webrtc/test/testsupport/metrics/
Dvideo_metrics_unittest.cc34 non_existing_file_ = webrtc::test::OutputPath() + in SetUp()
40 webrtc::test::OutputPath(), "video_metrics_unittest_empty_file"); in SetUp()
/external/python/cpython2/Tools/nuget/
Dbuild.bat17 if "%~1" EQU "-o" (set OUTPUT="/p:OutputPath=%~2") && shift && shift && goto CheckOpts
18 if "%~1" EQU "--out" (set OUTPUT="/p:OutputPath=%~2") && shift && shift && goto CheckOpts
/external/webrtc/webrtc/modules/video_processing/test/
Dvideo_processing_unittest.h30 std::string trace_file = webrtc::test::OutputPath() + "VPMTrace.txt"; in SetUpTestCase()
/external/webrtc/webrtc/test/
Dframe_generator_unittest.cc29 test::TempFilename(test::OutputPath(), "2_frame_yuv_file"); in SetUp()
31 test::TempFilename(test::OutputPath(), "1_frame_yuv_file"); in SetUp()

123