Searched refs:voe_file_ (Results 1 – 9 of 9) sorted by relevance
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/ |
D | file_test.cc | 47 EXPECT_EQ(0, voe_file_->StartRecordingMicrophone(recording_filename.c_str())); 49 EXPECT_EQ(0, voe_file_->StopRecordingMicrophone()); 52 EXPECT_EQ(0, voe_file_->StartPlayingFileLocally( 58 EXPECT_EQ(1, voe_file_->IsPlayingFileLocally(channel_)); 71 EXPECT_EQ(0, voe_file_->StartRecordingPlayout( in TEST_F() 74 EXPECT_EQ(0, voe_file_->StopRecordingPlayout(channel_)); in TEST_F() 77 EXPECT_EQ(0, voe_file_->StartPlayingFileAsMicrophone( in TEST_F() 82 EXPECT_EQ(1, voe_file_->IsPlayingFileAsMicrophone(channel_)); in TEST_F() 85 EXPECT_EQ(1, voe_file_->IsPlayingFileAsMicrophone(channel_)); in TEST_F()
|
D | file_before_streaming_test.cc | 54 EXPECT_EQ(0, voe_file_->StartRecordingPlayout(-1, in RecordOutput() 57 EXPECT_EQ(0, voe_file_->StopRecordingPlayout(-1)); in RecordOutput() 106 EXPECT_EQ(0, voe_file_->StartPlayingFileLocally( in TEST_F() 108 EXPECT_EQ(1, voe_file_->IsPlayingFileLocally(channel_)); in TEST_F() 118 EXPECT_EQ(0, voe_file_->StopPlayingFileLocally(channel_)); in TEST_F() 119 EXPECT_EQ(0, voe_file_->IsPlayingFileLocally(channel_)); in TEST_F() 124 EXPECT_EQ(0, voe_file_->StartPlayingFileLocally( in TEST_F() 126 EXPECT_EQ(1, voe_file_->IsPlayingFileLocally(channel_)); in TEST_F() 131 EXPECT_EQ(0, voe_file_->StopPlayingFileLocally(channel_)); in TEST_F()
|
D | mixing_test.cc | 93 EXPECT_EQ(0, voe_file_->StartRecordingPlayout(-1 /* record meeting */, in RunMixingTest() 99 EXPECT_EQ(0, voe_file_->StopRecordingPlayout(-1)); in RunMixingTest() 148 EXPECT_EQ(0, voe_file_->StartPlayingFileLocally(streams[i], in StartLocalStreams() 192 EXPECT_EQ(0, voe_file_->StartPlayingFileAsMicrophone(stream, in StartRemoteStream()
|
D | audio_processing_test.cc | 113 EXPECT_EQ(0, voe_file_->StopPlayingFileAsMicrophone(channel_)); in TryDetectingSilence()
|
/external/webrtc/webrtc/voice_engine/test/auto_test/ |
D | voe_standard_test.cc | 101 voe_file_(0), in VoETestManager() 138 voe_file_ = VoEFile::GetInterface(voice_engine_); in GetInterfaces() 194 if (voe_file_) { in ReleaseInterfaces() 195 voe_file_->Release(); in ReleaseInterfaces() 196 voe_file_ = NULL; in ReleaseInterfaces()
|
D | voe_standard_test.h | 161 return voe_file_; in FilePtr() 190 VoEFile* voe_file_; variable
|
/external/webrtc/webrtc/voice_engine/test/auto_test/fixtures/ |
D | before_streaming_fixture.cc | 26 voe_file_->StopPlayingFileAsMicrophone(channel_); in ~BeforeStreamingFixture() 35 EXPECT_EQ(0, voe_file_->StopPlayingFileAsMicrophone(channel_)); in SwitchToManualMicrophone() 43 EXPECT_EQ(0, voe_file_->StartPlayingFileAsMicrophone( in RestartFakeMicrophone()
|
D | before_initialization_fixture.cc | 26 voe_file_ = webrtc::VoEFile::GetInterface(voice_engine_); in BeforeInitializationFixture() 41 voe_file_->Release(); in ~BeforeInitializationFixture()
|
D | before_initialization_fixture.h | 65 webrtc::VoEFile* voe_file_; variable
|