Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/media/base/
Dhybridvideoengine.cc175 bool HybridVideoMediaChannel::SetSendStreamFormat(uint32 ssrc, in SetSendStreamFormat() function in cricket::HybridVideoMediaChannel
177 return active_channel_ && active_channel_->SetSendStreamFormat(ssrc, format); in SetSendStreamFormat()
Dhybridvideoengine.h75 virtual bool SetSendStreamFormat(uint32 ssrc, const VideoFormat& format);
Dfilemediaengine.h279 virtual bool SetSendStreamFormat(uint32 ssrc, const VideoFormat& format) { in SetSendStreamFormat() function
Dvideoengine_unittest.h1501 void SetSendStreamFormat() { in SetSendStreamFormat() function
1514 EXPECT_FALSE(channel_->SetSendStreamFormat(kSsrc - 1, format)); in SetSendStreamFormat()
1515 EXPECT_TRUE(channel_->SetSendStreamFormat(kSsrc, format)); in SetSendStreamFormat()
1526 EXPECT_TRUE(channel_->SetSendStreamFormat(kSsrc, format)); in SetSendStreamFormat()
1549 EXPECT_TRUE(channel_->SetSendStreamFormat(kSsrc, format)); in SetSendStreamFormat0x0()
Dmediachannel.h1025 virtual bool SetSendStreamFormat(uint32 ssrc, const VideoFormat& format) = 0;
Dfakemediaengine.h467 virtual bool SetSendStreamFormat(uint32 ssrc, const VideoFormat& format) { in SetSendStreamFormat() function
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtcvideoengine.h255 virtual bool SetSendStreamFormat(uint32 ssrc, const VideoFormat& format);
Dwebrtcvideoengine_unittest.cc1542 EXPECT_TRUE(channel_->SetSendStreamFormat(kSsrc, cricket::VideoFormat( in TEST_F()
1688 Base::SetSendStreamFormat(); in TEST_F()
Dwebrtcvideoengine.cc1689 bool WebRtcVideoMediaChannel::SetSendStreamFormat(uint32 ssrc, in SetSendStreamFormat() function in cricket::WebRtcVideoMediaChannel
/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dchannel.cc2204 ret &= media_channel()->SetSendStreamFormat(it->first_ssrc(), format); in ApplyViewRequest_w()