HomeSort by relevance Sort by last modified time
    Searched refs:output_filename_ (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/webrtc/test/testsupport/
frame_writer.cc 20 : output_filename_(output_filename),
35 output_file_ = fopen(output_filename_.c_str(), "wb");
38 output_filename_.c_str());
63 frame_length_in_bytes_, output_filename_.c_str());
frame_writer.h 62 std::string output_filename_; member in class:webrtc::test::FrameWriterImpl
  /external/webrtc/test/testsupport/
frame_writer.cc 20 : output_filename_(output_filename),
35 output_file_ = fopen(output_filename_.c_str(), "wb");
38 output_filename_.c_str());
61 frame_length_in_bytes_, output_filename_.c_str());
frame_writer.h 61 std::string output_filename_; member in class:webrtc::test::FrameWriterImpl
  /external/chromium_org/third_party/webrtc/video_engine/test/libvietest/helpers/
vie_to_file_renderer.cc 46 output_filename_(),
74 output_filename_ = output_filename;
94 assert(output_file_ == NULL && output_filename_ != "");
95 if (rename((output_path_ + output_filename_).c_str(),
96 (output_path_ + prefix + output_filename_).c_str()) != 0) {
105 assert(output_file_ == NULL && output_filename_ != "");
106 if (remove((output_path_ + output_filename_).c_str()) != 0) {
115 return output_path_ + output_filename_;
119 output_filename_ = "";
  /external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
file_before_streaming_test.cc 28 output_filename_(webrtc::test::OutputPath() + "file_test_output.pcm") {
55 output_filename_.c_str()));
61 FILE* output_file = fopen(output_filename_.c_str(), "rb");
84 FILE* output_file = fopen(output_filename_.c_str(), "rb");
93 const std::string output_filename_; member in class:FileBeforeStreamingTest
mixing_test.cc 35 : output_filename_(test::OutputPath() + "mixing_test_output.pcm") {
94 output_filename_.c_str()));
96 while (GetFileDurationMs(output_filename_.c_str()) < kTestDurationMs) {
123 FILE* output_file = fopen(output_filename_.c_str(), "rb");
215 const std::string output_filename_; member in class:webrtc::MixingTest
  /external/chromium_org/third_party/webrtc/video_engine/test/libvietest/include/
vie_to_file_renderer.h 80 std::string output_filename_; member in class:ViEToFileRenderer
  /art/runtime/
profiler.h 213 std::string output_filename_; member in class:art::BackgroundMethodSamplingProfiler
profiler.cc 272 std::string full_name = output_filename_;
392 : output_filename_(output_filename),

Completed in 111 milliseconds