Searched refs:output_filename_ (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/webrtc/test/testsupport/
H A Dframe_writer.cc20 : 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());
H A Dframe_writer.h62 std::string output_filename_; member in class:webrtc::test::FrameWriterImpl
/external/webrtc/src/modules/audio_processing/test/testsupport/
H A Dframe_writer.cc20 : 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());
H A Dframe_writer.h61 std::string output_filename_; member in class:webrtc::test::FrameWriterImpl
/external/webrtc/test/testsupport/
H A Dframe_writer.cc20 : 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());
H A Dframe_writer.h61 std::string output_filename_; member in class:webrtc::test::FrameWriterImpl
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/helpers/
H A Dvie_to_file_renderer.cc46 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/
H A Dfile_before_streaming_test.cc28 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
H A Dmixing_test.cc35 : 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/
H A Dvie_to_file_renderer.h80 std::string output_filename_; member in class:ViEToFileRenderer

Completed in 388 milliseconds