Home
last modified time | relevance | path

Searched refs:GetMediaType (Results 1 – 25 of 773) sorted by relevance

12345678910>>...31

/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/signaling/src/jsep/
H A DJsepTransceiver.h61 MOZ_ASSERT(oldTransceiver.GetMediaType() == GetMediaType()); in Rollback()
116 MOZ_RELEASE_ASSERT(GetMediaType() == SdpMediaSection::kApplication); in RestartDatachannelTransceiver()
167 SdpMediaSection::MediaType GetMediaType() const { in GetMediaType() function
168 MOZ_ASSERT(mRecvTrack.GetMediaType() == mSendTrack.GetMediaType()); in GetMediaType()
169 return mRecvTrack.GetMediaType(); in GetMediaType()
H A DJsepSessionImpl.cpp229 MOZ_ASSERT(lastAnswerMsection->GetMediaType() == in CreateOfferMsection()
230 transceiver.GetMediaType()); in CreateOfferMsection()
397 switch (msection.GetMediaType()) { in GetRtpExtensions()
502 MOZ_ASSERT(transceiver.GetMediaType() == remoteMsection.GetMediaType()); in CreateAnswerMsection()
1503 type == transceiver->GetMediaType()) { in FindUnassociatedTransceiver()
1509 (transceiver->GetMediaType() == type)) { in FindUnassociatedTransceiver()
1526 new JsepTransceiver(transceiver->GetMediaType())); in RollbackLocalOffer()
1552 new JsepTransceiver(transceiver->GetMediaType())); in RollbackRemoteOffer()
1593 if (origMsection.GetMediaType() != finalMsection.GetMediaType()) { in ValidateLocalDescription()
1683 if (oldMsection.GetMediaType() != newMsection.GetMediaType()) { in ValidateRemoteDescription()
[all …]
H A DJsepSession.h199 transceiver->GetMediaType() == SdpMediaSection::kApplication) { in CountTracksAndDatachannels()
200 receiving[transceiver->mRecvTrack.GetMediaType()]++; in CountTracksAndDatachannels()
204 transceiver->GetMediaType() == SdpMediaSection::kApplication) { in CountTracksAndDatachannels()
205 sending[transceiver->mSendTrack.GetMediaType()]++; in CountTracksAndDatachannels()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/webrtc/jsep/
H A DJsepTransceiver.h61 MOZ_ASSERT(oldTransceiver.GetMediaType() == GetMediaType()); in Rollback()
117 MOZ_RELEASE_ASSERT(GetMediaType() == SdpMediaSection::kApplication); in RestartDatachannelTransceiver()
168 SdpMediaSection::MediaType GetMediaType() const { in GetMediaType() function
169 MOZ_ASSERT(mRecvTrack.GetMediaType() == mSendTrack.GetMediaType()); in GetMediaType()
170 return mRecvTrack.GetMediaType(); in GetMediaType()
H A DJsepSessionImpl.cpp230 MOZ_ASSERT(lastAnswerMsection->GetMediaType() == in CreateOfferMsection()
231 transceiver.GetMediaType()); in CreateOfferMsection()
405 switch (msection.GetMediaType()) { in GetRtpExtensions()
578 MOZ_ASSERT(transceiver.GetMediaType() == remoteMsection.GetMediaType()); in CreateAnswerMsection()
1632 type == transceiver->GetMediaType()) { in FindUnassociatedTransceiver()
1638 (transceiver->GetMediaType() == type)) { in FindUnassociatedTransceiver()
1655 new JsepTransceiver(transceiver->GetMediaType())); in RollbackLocalOffer()
1681 new JsepTransceiver(transceiver->GetMediaType())); in RollbackRemoteOffer()
1722 if (origMsection.GetMediaType() != finalMsection.GetMediaType()) { in ValidateLocalDescription()
1812 if (oldMsection.GetMediaType() != newMsection.GetMediaType()) { in ValidateRemoteDescription()
[all …]
H A DJsepSession.h202 transceiver->GetMediaType() == SdpMediaSection::kApplication) { in CountTracksAndDatachannels()
203 receiving[transceiver->mRecvTrack.GetMediaType()]++; in CountTracksAndDatachannels()
207 transceiver->GetMediaType() == SdpMediaSection::kApplication) { in CountTracksAndDatachannels()
208 sending[transceiver->mSendTrack.GetMediaType()]++; in CountTracksAndDatachannels()
/dports/www/firefox/firefox-99.0/dom/media/webrtc/jsep/
H A DJsepTransceiver.h61 MOZ_ASSERT(oldTransceiver.GetMediaType() == GetMediaType()); in Rollback()
117 MOZ_RELEASE_ASSERT(GetMediaType() == SdpMediaSection::kApplication); in RestartDatachannelTransceiver()
168 SdpMediaSection::MediaType GetMediaType() const { in GetMediaType() function
169 MOZ_ASSERT(mRecvTrack.GetMediaType() == mSendTrack.GetMediaType()); in GetMediaType()
170 return mRecvTrack.GetMediaType(); in GetMediaType()
H A DJsepSessionImpl.cpp235 MOZ_ASSERT(lastAnswerMsection->GetMediaType() == in CreateOfferMsection()
236 transceiver.GetMediaType()); in CreateOfferMsection()
410 switch (msection.GetMediaType()) { in GetRtpExtensions()
583 MOZ_ASSERT(transceiver.GetMediaType() == remoteMsection.GetMediaType()); in CreateAnswerMsection()
1638 type == transceiver->GetMediaType()) { in FindUnassociatedTransceiver()
1644 (transceiver->GetMediaType() == type)) { in FindUnassociatedTransceiver()
1661 new JsepTransceiver(transceiver->GetMediaType())); in RollbackLocalOffer()
1687 new JsepTransceiver(transceiver->GetMediaType())); in RollbackRemoteOffer()
1728 if (origMsection.GetMediaType() != finalMsection.GetMediaType()) { in ValidateLocalDescription()
1818 if (oldMsection.GetMediaType() != newMsection.GetMediaType()) { in ValidateRemoteDescription()
[all …]
H A DJsepSession.h202 transceiver->GetMediaType() == SdpMediaSection::kApplication) { in CountTracksAndDatachannels()
203 receiving[transceiver->mRecvTrack.GetMediaType()]++; in CountTracksAndDatachannels()
207 transceiver->GetMediaType() == SdpMediaSection::kApplication) { in CountTracksAndDatachannels()
208 sending[transceiver->mSendTrack.GetMediaType()]++; in CountTracksAndDatachannels()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/webrtc/jsep/
H A DJsepTransceiver.h61 MOZ_ASSERT(oldTransceiver.GetMediaType() == GetMediaType()); in Rollback()
117 MOZ_RELEASE_ASSERT(GetMediaType() == SdpMediaSection::kApplication); in RestartDatachannelTransceiver()
168 SdpMediaSection::MediaType GetMediaType() const { in GetMediaType() function
169 MOZ_ASSERT(mRecvTrack.GetMediaType() == mSendTrack.GetMediaType()); in GetMediaType()
170 return mRecvTrack.GetMediaType(); in GetMediaType()
H A DJsepSessionImpl.cpp230 MOZ_ASSERT(lastAnswerMsection->GetMediaType() == in CreateOfferMsection()
231 transceiver.GetMediaType()); in CreateOfferMsection()
405 switch (msection.GetMediaType()) { in GetRtpExtensions()
578 MOZ_ASSERT(transceiver.GetMediaType() == remoteMsection.GetMediaType()); in CreateAnswerMsection()
1632 type == transceiver->GetMediaType()) { in FindUnassociatedTransceiver()
1638 (transceiver->GetMediaType() == type)) { in FindUnassociatedTransceiver()
1655 new JsepTransceiver(transceiver->GetMediaType())); in RollbackLocalOffer()
1681 new JsepTransceiver(transceiver->GetMediaType())); in RollbackRemoteOffer()
1722 if (origMsection.GetMediaType() != finalMsection.GetMediaType()) { in ValidateLocalDescription()
1812 if (oldMsection.GetMediaType() != newMsection.GetMediaType()) { in ValidateRemoteDescription()
[all …]
H A DJsepSession.h202 transceiver->GetMediaType() == SdpMediaSection::kApplication) { in CountTracksAndDatachannels()
203 receiving[transceiver->mRecvTrack.GetMediaType()]++; in CountTracksAndDatachannels()
207 transceiver->GetMediaType() == SdpMediaSection::kApplication) { in CountTracksAndDatachannels()
208 sending[transceiver->mSendTrack.GetMediaType()]++; in CountTracksAndDatachannels()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/signaling/test/
H A Djsep_session_unittest.cpp277 if ((*i)->GetMediaType() != type) { in GetTrack()
445 if ((*i)->GetMediaType() == type) { in GetTrackCount()
461 if (msection.GetMediaType() != type) { in GetMsection()
1447 ASSERT_EQ(removedTrack->GetMediaType(), removed[0]->GetMediaType()); in TEST_P()
1530 ASSERT_EQ(removedTrack->GetMediaType(), removed[0]->GetMediaType()); in TEST_P()
1608 ASSERT_EQ(removedTrackOffer->GetMediaType(), removed[0]->GetMediaType()); in TEST_P()
1617 ASSERT_EQ(removedTrackAnswer->GetMediaType(), removed[0]->GetMediaType()); in TEST_P()
1766 ASSERT_EQ(removedTrackOffer->GetMediaType(), removed[0]->GetMediaType()); in TEST_P()
1775 ASSERT_EQ(removedTrackAnswer->GetMediaType(), removed[0]->GetMediaType()); in TEST_P()
1866 ASSERT_EQ(removedTrack->GetMediaType(), removed[0]->GetMediaType()); in TEST_P()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/signaling/src/jsep/
H A DJsepSessionImpl.cpp106 (t->mTrack->GetMediaType() == type)) { in FindUnassignedTrackByType()
120 if (track->GetMediaType() != SdpMediaSection::kApplication) { in AddTrack()
426 if (mediatype != track.mTrack->GetMediaType()) { in BindLocalTracks()
452 if (mediatype != track.mTrack->GetMediaType()) { in BindRemoteTracks()
488 msection.GetMediaType() != mediatype || in SetRecvAsNeededOrDisable()
871 if (msection.GetMediaType() != type) { in GetFreeMsectionForSend()
908 sdp->AddMediaSection(remoteMsection.GetMediaType(), in CreateAnswerMSection()
1836 if (origMsection.GetMediaType() != finalMsection.GetMediaType()) { in ValidateLocalDescription()
1913 if (oldMsection.GetMediaType() != newMsection.GetMediaType()) { in ValidateRemoteDescription()
1950 if (offerMsection.GetMediaType() != answerMsection.GetMediaType()) { in ValidateAnswer()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/logging/rtc_event_log/
H A Drtc_event_log2text.cc175 parsed_stream.GetMediaType(sr.sender_ssrc(), direction); in PrintSenderReport()
192 parsed_stream.GetMediaType(rr.sender_ssrc(), direction); in PrintReceiverReport()
208 parsed_stream.GetMediaType(xr.sender_ssrc(), direction); in PrintXr()
233 parsed_stream.GetMediaType(bye.sender_ssrc(), direction); in PrintBye()
251 parsed_stream.GetMediaType(nack.sender_ssrc(), direction); in PrintRtpFeedback()
264 parsed_stream.GetMediaType(tmmbr.sender_ssrc(), direction); in PrintRtpFeedback()
277 parsed_stream.GetMediaType(tmmbn.sender_ssrc(), direction); in PrintRtpFeedback()
302 MediaType media_type = parsed_stream.GetMediaType( in PrintRtpFeedback()
331 parsed_stream.GetMediaType(pli.sender_ssrc(), direction); in PrintPsFeedback()
344 parsed_stream.GetMediaType(fir.sender_ssrc(), direction); in PrintPsFeedback()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/logging/rtc_event_log/
H A Drtc_event_log2text.cc175 parsed_stream.GetMediaType(sr.sender_ssrc(), direction); in PrintSenderReport()
192 parsed_stream.GetMediaType(rr.sender_ssrc(), direction); in PrintReceiverReport()
208 parsed_stream.GetMediaType(xr.sender_ssrc(), direction); in PrintXr()
233 parsed_stream.GetMediaType(bye.sender_ssrc(), direction); in PrintBye()
251 parsed_stream.GetMediaType(nack.sender_ssrc(), direction); in PrintRtpFeedback()
264 parsed_stream.GetMediaType(tmmbr.sender_ssrc(), direction); in PrintRtpFeedback()
277 parsed_stream.GetMediaType(tmmbn.sender_ssrc(), direction); in PrintRtpFeedback()
302 MediaType media_type = parsed_stream.GetMediaType( in PrintRtpFeedback()
331 parsed_stream.GetMediaType(pli.sender_ssrc(), direction); in PrintPsFeedback()
344 parsed_stream.GetMediaType(fir.sender_ssrc(), direction); in PrintPsFeedback()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/logging/rtc_event_log/
H A Drtc_event_log2text.cc175 parsed_stream.GetMediaType(sr.sender_ssrc(), direction); in PrintSenderReport()
192 parsed_stream.GetMediaType(rr.sender_ssrc(), direction); in PrintReceiverReport()
208 parsed_stream.GetMediaType(xr.sender_ssrc(), direction); in PrintXr()
233 parsed_stream.GetMediaType(bye.sender_ssrc(), direction); in PrintBye()
251 parsed_stream.GetMediaType(nack.sender_ssrc(), direction); in PrintRtpFeedback()
264 parsed_stream.GetMediaType(tmmbr.sender_ssrc(), direction); in PrintRtpFeedback()
277 parsed_stream.GetMediaType(tmmbn.sender_ssrc(), direction); in PrintRtpFeedback()
302 MediaType media_type = parsed_stream.GetMediaType( in PrintRtpFeedback()
331 parsed_stream.GetMediaType(pli.sender_ssrc(), direction); in PrintPsFeedback()
344 parsed_stream.GetMediaType(fir.sender_ssrc(), direction); in PrintPsFeedback()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/signaling/src/jsep/
H A DJsepSessionImpl.cpp73 if (transceiver->GetMediaType() != SdpMediaSection::kApplication) { in AddTransceiver()
455 switch (msection.GetMediaType()) { in GetRtpExtensions()
1020 if (local.GetMediaType() != SdpMediaSection::kApplication) { in MakeNegotiatedTransceiver()
1237 if (msection.GetMediaType() == SdpMediaSection::kAudio || in ParseSdp()
1238 msection.GetMediaType() == SdpMediaSection::kVideo) { in ParseSdp()
1436 (transceiver->GetMediaType() == type)) { in FindUnassociatedTransceiver()
1453 new JsepTransceiver(transceiver->GetMediaType())); in RollbackLocalOffer()
1475 new JsepTransceiver(transceiver->GetMediaType())); in RollbackRemoteOffer()
1507 if (origMsection.GetMediaType() != finalMsection.GetMediaType()) { in ValidateLocalDescription()
1581 if (oldMsection.GetMediaType() != newMsection.GetMediaType()) { in ValidateRemoteDescription()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/renderers/win/
H A Dmedia_foundation_audio_stream.h25 HRESULT GetMediaType(IMFMediaType** media_type_out) override;
32 HRESULT GetMediaType(IMFMediaType** media_type_out) override;
H A Dmedia_foundation_video_stream.h28 HRESULT GetMediaType(IMFMediaType** media_type_out) override;
35 HRESULT GetMediaType(IMFMediaType** media_type_out) override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/renderers/win/
H A Dmedia_foundation_audio_stream.h25 HRESULT GetMediaType(IMFMediaType** media_type_out) override;
32 HRESULT GetMediaType(IMFMediaType** media_type_out) override;
H A Dmedia_foundation_video_stream.h28 HRESULT GetMediaType(IMFMediaType** media_type_out) override;
35 HRESULT GetMediaType(IMFMediaType** media_type_out) override;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/test/
H A Ddirect_transport_unittest.cc28 EXPECT_EQ(demuxer.GetMediaType(data, kPacketSize), MediaType::VIDEO); in TEST()
30 EXPECT_EQ(demuxer.GetMediaType(data, kPacketSize), MediaType::AUDIO); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/test/
H A Ddirect_transport_unittest.cc28 EXPECT_EQ(demuxer.GetMediaType(data, kPacketSize), MediaType::VIDEO); in TEST()
30 EXPECT_EQ(demuxer.GetMediaType(data, kPacketSize), MediaType::AUDIO); in TEST()
/dports/multimedia/webcamoid/webcamoid-8.8.0/libAvKys/Plugins/VirtualCamera/src/dshow/VirtualCamera/src/
H A Dmediasample.h58 HRESULT STDMETHODCALLTYPE GetMediaType(AM_MEDIA_TYPE **ppMediaType);
132 HRESULT STDMETHODCALLTYPE GetMediaType(AM_MEDIA_TYPE **ppMediaType) \
134 return MediaSample::GetMediaType(ppMediaType); \

12345678910>>...31