Searched refs:SetSendStreamFormat (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/talk/media/base/ |
D | videoengine_unittest.h | 236 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()
|
D | fakemediaengine.h | 469 virtual bool SetSendStreamFormat(uint32_t ssrc, const VideoFormat& format) { in SetSendStreamFormat() function
|
D | mediachannel.h | 1074 virtual bool SetSendStreamFormat(uint32_t ssrc,
|
/external/webrtc/talk/media/webrtc/ |
D | webrtcvideoengine2.h | 165 bool SetSendStreamFormat(uint32_t ssrc, const VideoFormat& format) override;
|
D | webrtcvideoengine2_unittest.cc | 710 EXPECT_TRUE(channel->SetSendStreamFormat(ssrcs[0], format)); in TEST_F() 845 WEBRTC_DISABLED_BASE_TEST(SetSendStreamFormat);
|
D | webrtcvideoengine2.cc | 892 bool WebRtcVideoChannel2::SetSendStreamFormat(uint32_t ssrc, in SetSendStreamFormat() function in cricket::WebRtcVideoChannel2
|
/external/webrtc/talk/session/media/ |
D | channel.cc | 1880 ret &= media_channel()->SetSendStreamFormat(it->first_ssrc(), format); in ApplyViewRequest_w()
|