Searched refs:SetSendStreamFormat (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
D | videoengine_unittest.h | 591 bool SetSendStreamFormat(uint32 ssrc, const cricket::VideoCodec& codec) { in SetSendStreamFormat() function 592 return channel_->SetSendStreamFormat(ssrc, cricket::VideoFormat( in SetSendStreamFormat() 1020 EXPECT_TRUE(SetSendStreamFormat(kSsrc, DefaultCodec())); in SetSendSsrc() 1042 EXPECT_TRUE(SetSendStreamFormat(999u, DefaultCodec())); in SetSendSsrcAfterSetCodecs() 1616 void SetSendStreamFormat() { in SetSendStreamFormat() function 1629 EXPECT_FALSE(channel_->SetSendStreamFormat(kSsrc - 1, format)); in SetSendStreamFormat() 1630 EXPECT_TRUE(channel_->SetSendStreamFormat(kSsrc, format)); in SetSendStreamFormat() 1641 EXPECT_TRUE(channel_->SetSendStreamFormat(kSsrc, format)); in SetSendStreamFormat() 1651 EXPECT_TRUE(SetSendStreamFormat(kSsrc, DefaultCodec())); in SetSendStreamFormat0x0() 1666 EXPECT_TRUE(channel_->SetSendStreamFormat(kSsrc, format)); in SetSendStreamFormat0x0()
|
D | filemediaengine.h | 279 virtual bool SetSendStreamFormat(uint32 ssrc, const VideoFormat& format) { in SetSendStreamFormat() function
|
D | mediachannel.h | 1155 virtual bool SetSendStreamFormat(uint32 ssrc, const VideoFormat& format) = 0;
|
D | fakemediaengine.h | 501 virtual bool SetSendStreamFormat(uint32 ssrc, const VideoFormat& format) { in SetSendStreamFormat() function
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
D | webrtcvideoengine2.h | 229 virtual bool SetSendStreamFormat(uint32 ssrc,
|
D | webrtcvideoengine.h | 256 virtual bool SetSendStreamFormat(uint32 ssrc, const VideoFormat& format);
|
D | webrtcvideoengine2_unittest.cc | 559 WEBRTC_DISABLED_BASE_TEST(SetSendStreamFormat);
|
D | webrtcvideoengine2.cc | 845 bool WebRtcVideoChannel2::SetSendStreamFormat(uint32 ssrc, in SetSendStreamFormat() function in cricket::WebRtcVideoChannel2
|
D | webrtcvideoengine_unittest.cc | 2587 Base::SetSendStreamFormat();
|
D | webrtcvideoengine.cc | 1815 bool WebRtcVideoMediaChannel::SetSendStreamFormat(uint32 ssrc, in SetSendStreamFormat() function in cricket::WebRtcVideoMediaChannel
|
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
D | channel.cc | 1921 ret &= media_channel()->SetSendStreamFormat(it->first_ssrc(), format); in ApplyViewRequest_w()
|