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

/external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
H A Dtest_api_video.cc52 video_module_ = RtpRtcp::CreateRtpRtcp(configuration);
56 video_module_->SetRTCPStatus(RtcpMode::kCompound);
57 video_module_->SetSSRC(test_ssrc_);
59 video_module_->SetStorePacketsStatus(true, 600);
60 EXPECT_EQ(0, video_module_->SetSendingStatus(true));
62 transport_->SetSendModule(video_module_, &rtp_payload_registry_,
70 EXPECT_EQ(0, video_module_->RegisterSendPayload(video_codec));
124 delete video_module_;
133 RtpRtcp* video_module_; member in class:webrtc::RtpRtcpVideoTest
146 EXPECT_EQ(0, video_module_
[all...]

Completed in 126 milliseconds