Home
last modified time | relevance | path

Searched refs:RTCRtpSource (Results 1 – 20 of 20) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/peerconnection/
H A Drtc_rtp_source.cc16 RTCRtpSource::RTCRtpSource(const webrtc::RtpSource& source) : source_(source) {} in RTCRtpSource() function in blink::RTCRtpSource
18 RTCRtpSource::~RTCRtpSource() {} in ~RTCRtpSource()
20 RTCRtpSource::Type RTCRtpSource::SourceType() const { in SourceType()
23 return RTCRtpSource::Type::kSSRC; in SourceType()
25 return RTCRtpSource::Type::kCSRC; in SourceType()
28 return RTCRtpSource::Type::kSSRC; in SourceType()
32 base::TimeTicks RTCRtpSource::Timestamp() const { in Timestamp()
37 uint32_t RTCRtpSource::Source() const { in Source()
41 base::Optional<double> RTCRtpSource::AudioLevel() const { in AudioLevel()
54 uint32_t RTCRtpSource::RtpTimestamp() const { in RtpTimestamp()
[all …]
H A Drtc_rtp_source.h23 class PLATFORM_EXPORT RTCRtpSource {
30 explicit RTCRtpSource(const webrtc::RtpSource& source);
31 ~RTCRtpSource();
43 DISALLOW_COPY_AND_ASSIGN(RTCRtpSource);
H A Drtc_rtp_receiver_platform.h23 class RTCRtpSource; variable
45 virtual Vector<std::unique_ptr<RTCRtpSource>> GetSources() = 0;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/peerconnection/
H A Drtc_rtp_source.cc16 RTCRtpSource::RTCRtpSource(const webrtc::RtpSource& source) : source_(source) {} in RTCRtpSource() function in blink::RTCRtpSource
18 RTCRtpSource::~RTCRtpSource() {} in ~RTCRtpSource()
20 RTCRtpSource::Type RTCRtpSource::SourceType() const { in SourceType()
23 return RTCRtpSource::Type::kSSRC; in SourceType()
25 return RTCRtpSource::Type::kCSRC; in SourceType()
28 return RTCRtpSource::Type::kSSRC; in SourceType()
32 base::TimeTicks RTCRtpSource::Timestamp() const { in Timestamp()
37 uint32_t RTCRtpSource::Source() const { in Source()
41 base::Optional<double> RTCRtpSource::AudioLevel() const { in AudioLevel()
54 uint32_t RTCRtpSource::RtpTimestamp() const { in RtpTimestamp()
[all …]
H A Drtc_rtp_source.h23 class PLATFORM_EXPORT RTCRtpSource {
30 explicit RTCRtpSource(const webrtc::RtpSource& source);
31 ~RTCRtpSource();
43 DISALLOW_COPY_AND_ASSIGN(RTCRtpSource);
H A Drtc_rtp_receiver_platform.h23 class RTCRtpSource; variable
45 virtual Vector<std::unique_ptr<RTCRtpSource>> GetSources() = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/peerconnection/
H A Drtc_rtp_receiver_impl.cc182 Vector<std::unique_ptr<RTCRtpSource>> GetSources() { in GetSources()
186 Vector<std::unique_ptr<RTCRtpSource>> sources( in GetSources()
189 sources[i] = std::make_unique<RTCRtpSource>(webrtc_sources[i]); in GetSources()
333 Vector<std::unique_ptr<RTCRtpSource>> RTCRtpReceiverImpl::GetSources() { in GetSources()
H A Drtc_rtp_receiver.h102 Vector<std::unique_ptr<RTCRtpSource>> web_sources_;
H A Dmock_rtc_peer_connection_handler_platform.cc134 Vector<std::unique_ptr<RTCRtpSource>> GetSources() override { in GetSources()
135 return Vector<std::unique_ptr<RTCRtpSource>>(); in GetSources()
H A Dfake_rtc_rtp_transceiver_impl.h77 Vector<std::unique_ptr<RTCRtpSource>> GetSources() override;
H A Drtc_rtp_receiver_impl.h135 Vector<std::unique_ptr<RTCRtpSource>> GetSources() override;
H A Drtc_rtp_receiver.cc113 if (web_source->SourceType() != RTCRtpSource::Type::kSSRC) in getSynchronizationSources()
152 if (web_source->SourceType() != RTCRtpSource::Type::kCSRC) in getContributingSources()
H A Dfake_rtc_rtp_transceiver_impl.cc168 Vector<std::unique_ptr<RTCRtpSource>> FakeRTCRtpReceiverImpl::GetSources() { in GetSources()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/peerconnection/
H A Drtc_rtp_receiver_impl.cc181 Vector<std::unique_ptr<RTCRtpSource>> GetSources() { in GetSources()
185 Vector<std::unique_ptr<RTCRtpSource>> sources( in GetSources()
188 sources[i] = std::make_unique<RTCRtpSource>(webrtc_sources[i]); in GetSources()
332 Vector<std::unique_ptr<RTCRtpSource>> RTCRtpReceiverImpl::GetSources() { in GetSources()
H A Drtc_rtp_receiver.h98 Vector<std::unique_ptr<RTCRtpSource>> web_sources_;
H A Dmock_rtc_peer_connection_handler_platform.cc136 Vector<std::unique_ptr<RTCRtpSource>> GetSources() override { in GetSources()
137 return Vector<std::unique_ptr<RTCRtpSource>>(); in GetSources()
H A Drtc_rtp_receiver_impl.h137 Vector<std::unique_ptr<RTCRtpSource>> GetSources() override;
H A Drtc_rtp_receiver.cc123 if (web_source->SourceType() != RTCRtpSource::Type::kSSRC) in getSynchronizationSources()
154 if (web_source->SourceType() != RTCRtpSource::Type::kCSRC) in getContributingSources()
H A Dfake_rtc_rtp_transceiver_impl.h78 Vector<std::unique_ptr<RTCRtpSource>> GetSources() override;
H A Dfake_rtc_rtp_transceiver_impl.cc170 Vector<std::unique_ptr<RTCRtpSource>> FakeRTCRtpReceiverImpl::GetSources() { in GetSources()