Home
last modified time | relevance | path

Searched refs:remote_streams (Results 1 – 25 of 79) sorted by relevance

1234

/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/app/webrtc/
H A Dmediastreamsignaling_unittest.cc211 StreamCollectionInterface* remote_streams() const { in remote_streams() function in MockRemoteStreamObserver
227 using webrtc::MediaStreamSignaling::remote_streams;
278 EXPECT_TRUE(CompareStreamCollections(signaling_->remote_streams(), in TEST_F()
280 EXPECT_TRUE(CompareStreamCollections(observer_->remote_streams(), in TEST_F()
291 EXPECT_TRUE(CompareStreamCollections(signaling_->remote_streams(), in TEST_F()
293 EXPECT_TRUE(CompareStreamCollections(observer_->remote_streams(), in TEST_F()
H A Droapsignaling_unittest.cc110 StreamCollectionInterface* remote_streams() { in remote_streams() function in webrtc::MockSignalingObserver
317 EXPECT_EQ(0u, observer1_->remote_streams()->count()); in SetUpOneWayCall()
318 EXPECT_EQ(1u, observer2_->remote_streams()->count()); in SetUpOneWayCall()
499 EXPECT_EQ(0u, observer1_->remote_streams()->count()); in TEST_F()
500 EXPECT_EQ(0u, observer2_->remote_streams()->count()); in TEST_F()
H A Dpeerconnectionimpl_unittest.cc300 ASSERT_EQ(1u, pc_->remote_streams()->count()); in TEST_F()
301 EXPECT_EQ(kStreamLabel1, pc_->remote_streams()->at(0)->label()); in TEST_F()
324 ASSERT_EQ(2u, pc_->remote_streams()->count()); in TEST_F()
325 EXPECT_EQ(kStreamLabel2, pc_->remote_streams()->at(1)->label()); in TEST_F()
H A Dmediastreamsignaling.h89 StreamCollectionInterface* remote_streams() const { in remote_streams() function
H A Dpeerconnectionimpl.h69 virtual talk_base::scoped_refptr<StreamCollectionInterface> remote_streams();
H A Dpeerconnection.h164 remote_streams() = 0;
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/voice_engine/test/auto_test/standard/
H A Dmixing_test.cc80 std::vector<int> remote_streams(num_remote_streams); in RunMixingTest() local
81 for (size_t i = 0; i < remote_streams.size(); ++i) { in RunMixingTest()
82 remote_streams[i] = voe_base_->CreateChannel(); in RunMixingTest()
83 EXPECT_NE(-1, remote_streams[i]); in RunMixingTest()
85 StartRemoteStreams(remote_streams, num_remote_streams_using_mono, in RunMixingTest()
102 StopRemoteStreams(remote_streams); in RunMixingTest()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/voice_engine/test/auto_test/standard/
H A Dmixing_test.cc80 std::vector<int> remote_streams(num_remote_streams); in RunMixingTest() local
81 for (size_t i = 0; i < remote_streams.size(); ++i) { in RunMixingTest()
82 remote_streams[i] = voe_base_->CreateChannel(); in RunMixingTest()
83 EXPECT_NE(-1, remote_streams[i]); in RunMixingTest()
85 StartRemoteStreams(remote_streams, num_remote_streams_using_mono, in RunMixingTest()
102 StopRemoteStreams(remote_streams); in RunMixingTest()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/pc/
H A Dpeer_connection_interface_unittest.cc1688 ASSERT_EQ(1u, pc_->remote_streams()->count()); in TEST_F()
1691 EXPECT_EQ(0u, pc_->remote_streams()->count()); in TEST_F()
1704 ASSERT_EQ(1u, pc_->remote_streams()->count()); in TEST_F()
1707 EXPECT_EQ(0u, pc_->remote_streams()->count()); in TEST_F()
2658 ASSERT_EQ(1u, pc_->remote_streams()->count()); in TEST_P()
2673 EXPECT_EQ(1u, pc_->remote_streams()->count()); in TEST_P()
2901 EXPECT_EQ(0u, observer_.remote_streams()->count()); in TEST_P()
2915 ASSERT_EQ(1u, observer_.remote_streams()->count()); in TEST_F()
2923 ASSERT_EQ(1u, observer_.remote_streams()->count()); in TEST_F()
2944 ASSERT_EQ(1u, observer_.remote_streams()->count()); in TEST_F()
[all …]
H A Dchannel_interface.h58 virtual const std::vector<StreamParams>& remote_streams() const = 0;
/dports/net-im/tg_owt/tg_owt-d578c76/src/pc/
H A Dpeer_connection_interface_unittest.cc1695 ASSERT_EQ(1u, pc_->remote_streams()->count()); in TEST_F()
1698 EXPECT_EQ(0u, pc_->remote_streams()->count()); in TEST_F()
1711 ASSERT_EQ(1u, pc_->remote_streams()->count()); in TEST_F()
1714 EXPECT_EQ(0u, pc_->remote_streams()->count()); in TEST_F()
2665 ASSERT_EQ(1u, pc_->remote_streams()->count()); in TEST_P()
2680 EXPECT_EQ(1u, pc_->remote_streams()->count()); in TEST_P()
2909 EXPECT_EQ(0u, observer_.remote_streams()->count()); in TEST_P()
2923 ASSERT_EQ(1u, observer_.remote_streams()->count()); in TEST_F()
2931 ASSERT_EQ(1u, observer_.remote_streams()->count()); in TEST_F()
2952 ASSERT_EQ(1u, observer_.remote_streams()->count()); in TEST_F()
[all …]
H A Dchannel_interface.h59 virtual const std::vector<StreamParams>& remote_streams() const = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/pc/
H A Dpeer_connection_interface_unittest.cc1686 ASSERT_EQ(1u, pc_->remote_streams()->count()); in TEST_F()
1689 EXPECT_EQ(0u, pc_->remote_streams()->count()); in TEST_F()
1702 ASSERT_EQ(1u, pc_->remote_streams()->count()); in TEST_F()
1705 EXPECT_EQ(0u, pc_->remote_streams()->count()); in TEST_F()
2656 ASSERT_EQ(1u, pc_->remote_streams()->count()); in TEST_P()
2671 EXPECT_EQ(1u, pc_->remote_streams()->count()); in TEST_P()
2900 EXPECT_EQ(0u, observer_.remote_streams()->count()); in TEST_P()
2914 ASSERT_EQ(1u, observer_.remote_streams()->count()); in TEST_F()
2922 ASSERT_EQ(1u, observer_.remote_streams()->count()); in TEST_F()
2943 ASSERT_EQ(1u, observer_.remote_streams()->count()); in TEST_F()
[all …]
H A Dchannel_interface.h59 virtual const std::vector<StreamParams>& remote_streams() const = 0;
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/api/test/
H A Dmock_peerconnection.h33 MOCK_METHOD0(remote_streams,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/pc/test/
H A Dmock_channel_interface.h44 MOCK_CONST_METHOD0(remote_streams, const std::vector<StreamParams>&());
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/pc/test/
H A Dmock_channel_interface.h55 remote_streams,
/dports/net-im/tg_owt/tg_owt-d578c76/src/pc/test/
H A Dmock_channel_interface.h55 remote_streams,
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/api/
H A Dpeerconnectionproxy.h28 PROXY_METHOD0(rtc::scoped_refptr<StreamCollectionInterface>, remote_streams)
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/api/
H A Dpeerconnectionproxy.h28 PROXY_METHOD0(rtc::scoped_refptr<StreamCollectionInterface>, remote_streams)
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/api/
H A Dpeerconnectionproxy.h28 PROXY_METHOD0(rtc::scoped_refptr<StreamCollectionInterface>, remote_streams)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/api/
H A Dpeer_connection_proxy.h28 PROXY_METHOD0(rtc::scoped_refptr<StreamCollectionInterface>, remote_streams)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/api/test/
H A Dmock_peerconnectioninterface.h31 MOCK_METHOD0(remote_streams, rtc::scoped_refptr<StreamCollectionInterface>());
/dports/net-im/tg_owt/tg_owt-d578c76/src/api/
H A Dpeer_connection_proxy.h31 PROXY_METHOD0(rtc::scoped_refptr<StreamCollectionInterface>, remote_streams)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/api/
H A Dpeer_connection_proxy.h28 PROXY_METHOD0(rtc::scoped_refptr<StreamCollectionInterface>, remote_streams)

1234