HomeSort by relevance Sort by last modified time
    Searched refs:OutputPath (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /external/webrtc/webrtc/modules/audio_coding/test/
Tester.cc 38 Trace::SetTraceFile((webrtc::test::OutputPath() +
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...]
TwoWayCommunication.cc 128 std::string out_file_a = webrtc::test::OutputPath() + "outA.pcm";
132 std::string ref_file_name = webrtc::test::OutputPath() + "ref_outA.pcm";
144 std::string out_file_b = webrtc::test::OutputPath() + "outB.pcm";
148 ref_file_name = webrtc::test::OutputPath() + "ref_outB.pcm";
205 std::string output_file_a = webrtc::test::OutputPath() + "outAutotestA.pcm";
208 std::string output_ref_file_a = webrtc::test::OutputPath()
213 std::string output_file_b = webrtc::test::OutputPath() + "outAutotestB.pcm";
216 std::string output_ref_file_b = webrtc::test::OutputPath()
SpatialAudio.cc 54 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";
iSACTest.cc 124 std::string fileNameA = webrtc::test::OutputPath() + "testisac_a.pcm";
125 std::string fileNameB = webrtc::test::OutputPath() + "testisac_b.pcm";
217 file_stream_a << webrtc::test::OutputPath();
218 file_stream_b << webrtc::test::OutputPath();
284 file_stream_a << webrtc::test::OutputPath();
285 file_stream_b << webrtc::test::OutputPath();
EncodeDecodeTest.cc 146 file_stream << webrtc::test::OutputPath() << out_file_name
163 file_name = webrtc::test::OutputPath() + out_file_name + ".pcm";
253 (webrtc::test::OutputPath() + "acm_encdec_trace.txt").c_str());
264 (webrtc::test::OutputPath() + "acm_encdec_trace.txt").c_str());
336 std::string fileName = webrtc::test::TempFilename(webrtc::test::OutputPath(),
  /external/webrtc/webrtc/tools/frame_analyzer/
video_quality_analysis_unittest.cc 29 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/webrtc/modules/video_processing/test/
video_processing_unittest.h 30 std::string trace_file = webrtc::test::OutputPath() + "VPMTrace.txt";
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
CompressSection.py 48 # @param OutputPath Where to place output file
56 def GenSection(self, OutputPath, ModuleName, SecNum, KeyStringList, FfsInf = None, Dict = {}):
67 ReturnSectList, AlignValue = Sect.GenSection(OutputPath, ModuleName, SecIndex, KeyStringList, FfsInf, Dict)
73 OutputFile = OutputPath + \
DataSection.py 43 # @param OutputPath Where to place output file
51 def GenSection(self, OutputPath, ModuleName, SecNum, keyStringList, FfsFile = None, Dict = {}):
73 CopyMapFile = os.path.join(OutputPath, ModuleName + '.map')
91 FileBeforeStrip = os.path.join(OutputPath, ModuleName + '.efi')
95 StrippedFile = os.path.join(OutputPath, ModuleName + '.stripped')
104 TeFile = os.path.join( OutputPath, ModuleName + 'Te.raw')
112 OutputFile = os.path.join (OutputPath, ModuleName + 'SEC' + SecNum + Ffs.SectionSuffix.get(self.SecType))
EfiSection.py 48 # @param OutputPath Where to place output file
56 def GenSection(self, OutputPath, ModuleName, SecNum, KeyStringList, FfsInf = None, Dict = {}) :
120 OutputFile = os.path.join( OutputPath, ModuleName + 'SEC' + str(Num) + Ffs.SectionSuffix.get(SectionType))
130 OutputFile = os.path.join(OutputPath, ModuleName + 'SEC' + Num + Ffs.SectionSuffix.get(SectionType))
158 OutputFile = os.path.join( OutputPath, ModuleName + 'SEC' + str(Num) + Ffs.SectionSuffix.get(SectionType))
176 OutputFile = os.path.join( OutputPath, ModuleName + 'SEC' + str(Num) + Ffs.SectionSuffix.get(SectionType))
185 OutputFile = os.path.join(OutputPath, ModuleName + 'SEC' + Num + Ffs.SectionSuffix.get(SectionType))
205 OutputFile = os.path.join( OutputPath, ModuleName + 'SEC' + str(Num) + Ffs.SectionSuffix.get(SectionType))
226 OutputFile = os.path.join( OutputPath, ModuleName + 'SEC' + Num + Ffs.SectionSuffix.get(SectionType))
240 CopyMapFile = os.path.join(OutputPath, ModuleName + '.map')
    [all...]
UiSection.py 43 # @param OutputPath Where to place output file
51 def GenSection(self, OutputPath, ModuleName, SecNum, KeyStringList, FfsInf=None, Dict={}):
60 OutputFile = os.path.join(OutputPath, ModuleName + 'SEC' + SecNum + Ffs.SectionSuffix.get('UI'))
FvImageSection.py 45 # @param OutputPath Where to place output file
53 def GenSection(self, OutputPath, ModuleName, SecNum, KeyStringList, FfsInf = None, Dict = {}):
64 OutputFile = os.path.join(OutputPath, ModuleName + 'SEC' + Num + Ffs.SectionSuffix.get("FV_IMAGE"))
92 OutputFile = os.path.join(OutputPath, ModuleName + 'SEC' + SecNum + Ffs.SectionSuffix.get("FV_IMAGE"))
VerSection.py 43 # @param OutputPath Where to place output file
51 def GenSection(self, OutputPath, ModuleName, SecNum, KeyStringList, FfsInf=None, Dict={}):
61 OutputFile = os.path.join(OutputPath,
DepexSection.py 71 # @param OutputPath Where to place output file
79 def GenSection(self, OutputPath, ModuleName, SecNum, keyStringList, FfsFile = None, Dict = {}):
114 InputFile = os.path.join (OutputPath, ModuleName + 'SEC' + SecNum + '.depex')
119 OutputFile = os.path.join (OutputPath, ModuleName + 'SEC' + SecNum + '.dpx')
  /external/webrtc/webrtc/common_video/libyuv/
scaler_unittest.cc 126 std::string out_name = webrtc::test::OutputPath() +
134 out_name = webrtc::test::OutputPath() + "LibYuvTest_PointScale_352_288_"
147 out_name = webrtc::test::OutputPath() + "LibYuvTest_PointScale_320_240.yuv";
152 out_name = webrtc::test::OutputPath() + "LibYuvTest_PointScale_704_576.yuv";
157 out_name = webrtc::test::OutputPath() + "LibYuvTest_PointScale_300_200.yuv";
162 out_name = webrtc::test::OutputPath() + "LibYuvTest_PointScale_400_300.yuv";
168 out_name = webrtc::test::OutputPath() + "LibYuvTest_PointScale_282_231.yuv";
174 out_name = webrtc::test::OutputPath() + "LibYuvTest_PointScale_352_288_"
198 std::string out_name = webrtc::test::OutputPath() +
206 out_name = webrtc::test::OutputPath() + "LibYuvTest_BilinearScale_352_288_
    [all...]
  /external/webrtc/webrtc/test/testsupport/
fileutils.h 104 std::string OutputPath();
fileutils_unittest.cc 76 std::string path = webrtc::test::OutputPath();
91 ASSERT_EQ("./", webrtc::test::OutputPath());
96 webrtc::test::OutputPath(), "TempFilenameTest");
139 webrtc::test::OutputPath(), "fileutils_unittest");
frame_reader_unittest.cc 30 temp_filename_ = webrtc::test::TempFilename(webrtc::test::OutputPath(),
frame_writer_unittest.cc 26 temp_filename_ = webrtc::test::TempFilename(webrtc::test::OutputPath(),
  /external/webrtc/webrtc/voice_engine/test/auto_test/standard/
file_test.cc 44 webrtc::test::OutputPath() + CreateTrickyFilenameInUtf8();
68 webrtc::test::OutputPath() + "playout.wav";
file_before_streaming_test.cc 27 : input_filename_(webrtc::test::OutputPath() + "file_test_input.pcm"),
28 output_filename_(webrtc::test::OutputPath() + "file_test_output.pcm") {
  /external/webrtc/webrtc/modules/video_coding/test/
video_rtp_play.cc 33 std::string trace_file = webrtc::test::OutputPath() + "receiverTestTrace.txt";
48 output_file = webrtc::test::OutputPath() + "RtpPlay_decoded.yuv";
tester_main.cc 27 webrtc::test::OutputPath() +
  /external/clang/lib/Frontend/
HeaderIncludeGen.cpp 81 bool ShowAllHeaders, StringRef OutputPath,
87 if (!OutputPath.empty()) {
90 OutputPath.str(), EC, llvm::sys::fs::F_Append | llvm::sys::fs::F_Text);
  /external/clang/tools/driver/
cc1as_main.cpp 102 std::string OutputPath;
139 OutputPath = "-";
225 Opts.OutputPath = Args.getLastArgValue(OPT_o);
262 if (Opts.OutputPath.empty())
263 Opts.OutputPath = "-";
267 if (Opts.OutputPath != "-")
268 sys::RemoveFileOnSignal(Opts.OutputPath);
272 Opts.OutputPath, EC, (Binary ? sys::fs::F_None : sys::fs::F_Text));
274 Diags.Report(diag::err_fe_unable_to_open_output) << Opts.OutputPath
434 if (Failed && Opts.OutputPath != "-"
    [all...]

Completed in 407 milliseconds

1 2 3 4