Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/media/base/
Dvideoengine_unittest.h591 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()
Dfilemediaengine.h279 virtual bool SetSendStreamFormat(uint32 ssrc, const VideoFormat& format) { in SetSendStreamFormat() function
Dmediachannel.h1155 virtual bool SetSendStreamFormat(uint32 ssrc, const VideoFormat& format) = 0;
Dfakemediaengine.h501 virtual bool SetSendStreamFormat(uint32 ssrc, const VideoFormat& format) { in SetSendStreamFormat() function
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtcvideoengine2.h229 virtual bool SetSendStreamFormat(uint32 ssrc,
Dwebrtcvideoengine.h256 virtual bool SetSendStreamFormat(uint32 ssrc, const VideoFormat& format);
Dwebrtcvideoengine2_unittest.cc559 WEBRTC_DISABLED_BASE_TEST(SetSendStreamFormat);
Dwebrtcvideoengine2.cc845 bool WebRtcVideoChannel2::SetSendStreamFormat(uint32 ssrc, in SetSendStreamFormat() function in cricket::WebRtcVideoChannel2
Dwebrtcvideoengine_unittest.cc2587 Base::SetSendStreamFormat();
Dwebrtcvideoengine.cc1815 bool WebRtcVideoMediaChannel::SetSendStreamFormat(uint32 ssrc, in SetSendStreamFormat() function in cricket::WebRtcVideoMediaChannel
/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dchannel.cc1921 ret &= media_channel()->SetSendStreamFormat(it->first_ssrc(), format); in ApplyViewRequest_w()