Searched refs:rtcp_builder_ (Results 1 – 3 of 3) sorted by relevance
46 : rtcp_builder_(new RtcpBuilder(kSendingSsrc)) {} in RtcpBuilderTest()60 scoped_ptr<RtcpBuilder> rtcp_builder_; member in media::cast::RtcpBuilderTest75 rtcp_builder_->BuildRtcpFromReceiver( in TEST_F()94 rtcp_builder_->BuildRtcpFromReceiver( in TEST_F()123 rtcp_builder_->BuildRtcpFromReceiver( in TEST_F()157 rtcp_builder_->BuildRtcpFromReceiver( in TEST_F()197 rtcp_builder_->BuildRtcpFromReceiver( in TEST_F()232 rtcp_builder_->BuildRtcpFromReceiver( in TEST_F()296 rtcp_builder_->BuildRtcpFromReceiver( in TEST_F()349 rtcp_builder_->BuildRtcpFromReceiver( in TEST_F()[all …]
68 rtcp_builder_(local_ssrc), in Rtcp()231 rtcp_builder_.BuildRtcpFromReceiver( in SendRtcpFromRtpReceiver()259 rtcp_builder_.BuildRtcpFromSender(sender_info)); in SendRtcpFromRtpSender()
134 RtcpBuilder rtcp_builder_; variable