Searched refs:output_filename_ (Results 1 – 4 of 4) sorted by relevance
20 : output_filename_(output_filename), in FrameWriterImpl()35 output_file_ = fopen(output_filename_.c_str(), "wb"); in Init()38 output_filename_.c_str()); in Init()63 frame_length_in_bytes_, output_filename_.c_str()); in WriteFrame()
62 std::string output_filename_;
28 output_filename_(webrtc::test::OutputPath() + "file_test_output.pcm") { in FileBeforeStreamingTest()55 output_filename_.c_str())); in RecordOutput()61 FILE* output_file = fopen(output_filename_.c_str(), "rb"); in VerifyOutput()84 FILE* output_file = fopen(output_filename_.c_str(), "rb"); in VerifyEmptyOutput()93 const std::string output_filename_; member in FileBeforeStreamingTest
35 : output_filename_(test::OutputPath() + "mixing_test_output.pcm") { in MixingTest()94 output_filename_.c_str())); in RunMixingTest()96 while (GetFileDurationMs(output_filename_.c_str()) < kTestDurationMs) { in RunMixingTest()123 FILE* output_file = fopen(output_filename_.c_str(), "rb"); in VerifyMixedOutput()218 const std::string output_filename_; member in webrtc::MixingTest