Home
last modified time | relevance | path

Searched refs:SetSendStreamFormat (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/talk/media/base/
Dvideoengine_unittest.h236 bool SetSendStreamFormat(uint32_t ssrc, const cricket::VideoCodec& codec) { in SetSendStreamFormat() function
237 return channel_->SetSendStreamFormat(ssrc, cricket::VideoFormat( in SetSendStreamFormat()
683 EXPECT_TRUE(SetSendStreamFormat(kSsrc, DefaultCodec())); in SetSendSsrc()
707 EXPECT_TRUE(SetSendStreamFormat(999u, DefaultCodec())); in SetSendSsrcAfterSetCodecs()
1256 void SetSendStreamFormat() { in SetSendStreamFormat() function
1269 EXPECT_FALSE(channel_->SetSendStreamFormat(kSsrc - 1, format)); in SetSendStreamFormat()
1270 EXPECT_TRUE(channel_->SetSendStreamFormat(kSsrc, format)); in SetSendStreamFormat()
1281 EXPECT_TRUE(channel_->SetSendStreamFormat(kSsrc, format)); in SetSendStreamFormat()
1291 EXPECT_TRUE(SetSendStreamFormat(kSsrc, DefaultCodec())); in SetSendStreamFormat0x0()
1305 EXPECT_TRUE(channel_->SetSendStreamFormat(kSsrc, format)); in SetSendStreamFormat0x0()
Dfakemediaengine.h469 virtual bool SetSendStreamFormat(uint32_t ssrc, const VideoFormat& format) { in SetSendStreamFormat() function
Dmediachannel.h1074 virtual bool SetSendStreamFormat(uint32_t ssrc,
/external/webrtc/talk/media/webrtc/
Dwebrtcvideoengine2.h165 bool SetSendStreamFormat(uint32_t ssrc, const VideoFormat& format) override;
Dwebrtcvideoengine2_unittest.cc710 EXPECT_TRUE(channel->SetSendStreamFormat(ssrcs[0], format)); in TEST_F()
845 WEBRTC_DISABLED_BASE_TEST(SetSendStreamFormat);
Dwebrtcvideoengine2.cc892 bool WebRtcVideoChannel2::SetSendStreamFormat(uint32_t ssrc, in SetSendStreamFormat() function in cricket::WebRtcVideoChannel2
/external/webrtc/talk/session/media/
Dchannel.cc1880 ret &= media_channel()->SetSendStreamFormat(it->first_ssrc(), format); in ApplyViewRequest_w()