Home
last modified time | relevance | path

Searched refs:fake_microphone_input_file_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/voice_engine/test/auto_test/fixtures/
Dbefore_streaming_fixture.cc18 fake_microphone_input_file_ = resource_manager_.long_audio_file_path(); in BeforeStreamingFixture()
19 EXPECT_FALSE(fake_microphone_input_file_.empty()); in BeforeStreamingFixture()
44 channel_, fake_microphone_input_file_.c_str(), true, true)); in RestartFakeMicrophone()
Dbefore_streaming_fixture.h30 std::string fake_microphone_input_file_; variable