/external/webrtc/webrtc/test/testsupport/ |
frame_reader.cc | 22 : input_filename_(input_filename), 37 input_file_ = fopen(input_filename_.c_str(), "rb"); 40 input_filename_.c_str()); 44 size_t source_file_size = GetFileSize(input_filename_); 46 fprintf(stderr, "Found empty file: %s\n", input_filename_.c_str()); 72 input_filename_.c_str());
|
frame_reader.h | 65 std::string input_filename_; member in class:webrtc::test::FrameReaderImpl
|
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/ |
file_before_streaming_test.cc | 27 : input_filename_(webrtc::test::OutputPath() + "file_test_input.pcm"), 44 FILE* input_file = fopen(input_filename_.c_str(), "wb"); 92 const std::string input_filename_; member in class:FileBeforeStreamingTest 107 channel_, input_filename_.c_str(), true)); 125 channel_, input_filename_.c_str(), true));
|
mixing_test.cc | 66 input_filename_ = test::ResourcePath("voice_engine/audio_long16", "pcm"); 68 input_filename_ = test::OutputPath() + "mixing_test_input.pcm"; 113 FILE* input_file = fopen(input_filename_.c_str(), "wb"); 149 input_filename_.c_str(), true)); 193 input_filename_.c_str(), true)); 217 std::string input_filename_; member in class:webrtc::MixingTest
|