Home
last modified time | relevance | path

Searched refs:GetSources (Results 1 – 25 of 33) sorted by relevance

12

/external/webrtc/modules/rtp_rtcp/source/
Dsource_tracker_unittest.cc65 std::vector<RtpSource> GetSources() const { in GetSources() function in webrtc::__anoneb61553b0111::ExpectedSourceTracker
214 ASSERT_THAT(actual_tracker.GetSources(), IsEmpty()); in TEST_P()
215 ASSERT_THAT(expected_tracker.GetSources(), IsEmpty()); in TEST_P()
225 ASSERT_THAT(actual_tracker.GetSources(), in TEST_P()
226 ElementsAreArray(expected_tracker.GetSources())); in TEST_P()
239 EXPECT_THAT(tracker.GetSources(), IsEmpty()); in TEST()
264 EXPECT_THAT(tracker.GetSources(), in TEST()
312 tracker.GetSources(), in TEST()
360 tracker.GetSources(), in TEST()
Dsource_tracker.h54 std::vector<RtpSource> GetSources() const;
Dsource_tracker.cc53 std::vector<RtpSource> SourceTracker::GetSources() const { in GetSources() function in webrtc::SourceTracker
/external/webrtc/api/
Drtp_receiver_interface.h98 virtual std::vector<RtpSource> GetSources() const;
136 PROXY_CONSTMETHOD0(std::vector<RtpSource>, GetSources)
Drtp_receiver_interface.cc24 std::vector<RtpSource> RtpReceiverInterface::GetSources() const { in GetSources() function in webrtc::RtpReceiverInterface
/external/webrtc/api/test/
Dmock_rtpreceiver.h40 MOCK_METHOD(std::vector<RtpSource>, GetSources, (), (const override));
/external/webrtc/pc/
Daudio_rtp_receiver.cc220 std::vector<RtpSource> AudioRtpReceiver::GetSources() const { in GetSources() function in webrtc::AudioRtpReceiver
225 RTC_FROM_HERE, [&] { return media_channel_->GetSources(*ssrc_); }); in GetSources()
Dvideo_rtp_receiver.cc286 std::vector<RtpSource> VideoRtpReceiver::GetSources() const { in GetSources() function in webrtc::VideoRtpReceiver
291 RTC_FROM_HERE, [&] { return media_channel_->GetSources(*ssrc_); }); in GetSources()
Dvideo_rtp_receiver.h113 std::vector<RtpSource> GetSources() const override;
Daudio_rtp_receiver.h105 std::vector<RtpSource> GetSources() const override;
/external/webrtc/pc/test/
Dmock_rtp_receiver_internal.h48 MOCK_METHOD(std::vector<RtpSource>, GetSources, (), (const, override));
/external/webrtc/call/
Daudio_receive_stream.h194 virtual std::vector<RtpSource> GetSources() const = 0;
Dvideo_receive_stream.h287 virtual std::vector<RtpSource> GetSources() const = 0;
/external/webrtc/audio/
Daudio_receive_stream.h75 std::vector<webrtc::RtpSource> GetSources() const override;
Daudio_receive_stream.cc278 std::vector<RtpSource> AudioReceiveStream::GetSources() const { in GetSources() function in webrtc::internal::AudioReceiveStream
280 return source_tracker_.GetSources(); in GetSources()
/external/libaom/libaom/test/
Dblend_a64_mask_test.cc50 void GetSources(Pixel **src0, Pixel **src1, Pixel * /*dst*/, int run_times) { in GetSources() function in __anon84e5ef930111::BlendA64MaskTest
77 void GetSources(uint16_t **src0, uint16_t **src1, uint8_t * /*dst*/, in GetSources() function in __anon84e5ef930111::BlendA64MaskTest
111 GetSources(&p_src0, &p_src1, &dst_ref_[0], run_times); in RunOneTest()
/external/webrtc/media/engine/
Dfake_webrtc_call.h117 std::vector<webrtc::RtpSource> GetSources() const override { in GetSources() function
225 std::vector<webrtc::RtpSource> GetSources() const override { in GetSources() function
Dwebrtc_video_engine.h219 std::vector<webrtc::RtpSource> GetSources(uint32_t ssrc) const override;
456 std::vector<webrtc::RtpSource> GetSources();
/external/webrtc/video/
Dvideo_receive_stream.h132 std::vector<webrtc::RtpSource> GetSources() const override;
Dvideo_receive_stream2.h154 std::vector<webrtc::RtpSource> GetSources() const override;
Dvideo_receive_stream_unittest.cc364 EXPECT_THAT(video_receive_stream_->GetSources(), IsEmpty()); in TEST_F()
376 std::vector<RtpSource> sources = video_receive_stream_->GetSources(); in TEST_F()
Dvideo_receive_stream.cc755 std::vector<webrtc::RtpSource> VideoReceiveStream::GetSources() const { in GetSources() function in webrtc::internal::VideoReceiveStream
756 return source_tracker_.GetSources(); in GetSources()
Dvideo_receive_stream2.cc781 std::vector<webrtc::RtpSource> VideoReceiveStream2::GetSources() const { in GetSources() function in webrtc::internal::VideoReceiveStream2
782 return source_tracker_.GetSources(); in GetSources()
Dvideo_receive_stream2_unittest.cc368 EXPECT_THAT(video_receive_stream_->GetSources(), IsEmpty()); in TEST_F()
380 std::vector<RtpSource> sources = video_receive_stream_->GetSources(); in TEST_F()
/external/webrtc/media/base/
Dfake_media_engine.cc198 std::vector<webrtc::RtpSource> FakeVoiceMediaChannel::GetSources( in GetSources() function in cricket::FakeVoiceMediaChannel
365 std::vector<webrtc::RtpSource> FakeVideoMediaChannel::GetSources( in GetSources() function in cricket::FakeVideoMediaChannel

12