Home
last modified time | relevance | path

Searched refs:aPCHandle (Results 1 – 25 of 48) sorted by relevance

12

/dports/www/firefox/firefox-99.0/dom/media/webrtc/libwebrtcglue/
H A DGmpVideoCodec.cpp10 WebrtcVideoEncoder* GmpVideoCodec::CreateEncoder(std::string aPCHandle) { in CreateEncoder() argument
12 new WebrtcGmpVideoEncoder(std::move(aPCHandle))); in CreateEncoder()
15 WebrtcVideoDecoder* GmpVideoCodec::CreateDecoder(std::string aPCHandle) { in CreateDecoder() argument
16 return new WebrtcVideoDecoderProxy(std::move(aPCHandle)); in CreateDecoder()
H A DWebrtcVideoCodecFactory.h53 std::string aPCHandle) in WebrtcVideoDecoderFactory() argument
55 mPCHandle(std::move(aPCHandle)) {} in WebrtcVideoDecoderFactory()
75 std::string aPCHandle) in InternalFactory() argument
77 mPCHandle(std::move(aPCHandle)) {} in InternalFactory()
95 nsCOMPtr<nsISerialEventTarget> aOwningThread, std::string aPCHandle) in WebrtcVideoEncoderFactory() argument
97 std::move(aPCHandle))) {} in WebrtcVideoEncoderFactory()
H A DGmpVideoCodec.h15 static WebrtcVideoEncoder* CreateEncoder(std::string aPCHandle);
16 static WebrtcVideoDecoder* CreateDecoder(std::string aPCHandle);
H A DWebrtcGmpVideoCodec.h60 explicit GmpInitDoneRunnable(std::string aPCHandle) in GmpInitDoneRunnable() argument
63 mPCHandle(std::move(aPCHandle)) {} in GmpInitDoneRunnable()
154 explicit WebrtcGmpVideoEncoder(std::string aPCHandle);
348 explicit WebrtcGmpVideoDecoder(std::string aPCHandle);
450 explicit WebrtcVideoDecoderProxy(std::string aPCHandle) in WebrtcVideoDecoderProxy() argument
451 : mDecoderImpl(new WebrtcGmpVideoDecoder(std::move(aPCHandle))) {} in WebrtcVideoDecoderProxy()
H A DWebrtcGmpVideoCodec.cpp28 WebrtcGmpVideoEncoder::WebrtcGmpVideoEncoder(std::string aPCHandle) in WebrtcGmpVideoEncoder() argument
35 mPCHandle(std::move(aPCHandle)), in WebrtcGmpVideoEncoder()
620 WebrtcGmpVideoDecoder::WebrtcGmpVideoDecoder(std::string aPCHandle) in WebrtcGmpVideoDecoder() argument
627 mPCHandle(std::move(aPCHandle)) { in WebrtcGmpVideoDecoder()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/signaling/src/media-conduit/
H A DWebrtcGmpVideoCodec.h69 explicit WebrtcGmpPCHandleSetter(const std::string& aPCHandle);
82 explicit GmpInitDoneRunnable(const std::string& aPCHandle) : in GmpInitDoneRunnable() argument
84 mPCHandle(aPCHandle) in GmpInitDoneRunnable()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/signaling/src/media-conduit/
H A DWebrtcGmpVideoCodec.h67 explicit WebrtcGmpPCHandleSetter(const std::string& aPCHandle);
79 explicit GmpInitDoneRunnable(const std::string& aPCHandle) in GmpInitDoneRunnable() argument
82 mPCHandle(aPCHandle) {} in GmpInitDoneRunnable()
H A DVideoConduit.h231 virtual void SetPCHandle(const std::string& aPCHandle) override { in SetPCHandle() argument
232 mPCHandle = aPCHandle; in SetPCHandle()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/webrtc/libwebrtcglue/
H A DWebrtcGmpVideoCodec.h67 explicit WebrtcGmpPCHandleSetter(const std::string& aPCHandle);
79 explicit GmpInitDoneRunnable(const std::string& aPCHandle) in GmpInitDoneRunnable() argument
82 mPCHandle(aPCHandle) {} in GmpInitDoneRunnable()
H A DVideoConduit.h224 void SetPCHandle(const std::string& aPCHandle) override { in SetPCHandle() argument
226 mPCHandle = aPCHandle; in SetPCHandle()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/webrtc/libwebrtcglue/
H A DWebrtcGmpVideoCodec.h67 explicit WebrtcGmpPCHandleSetter(const std::string& aPCHandle);
79 explicit GmpInitDoneRunnable(const std::string& aPCHandle) in GmpInitDoneRunnable() argument
82 mPCHandle(aPCHandle) {} in GmpInitDoneRunnable()
H A DVideoConduit.h224 void SetPCHandle(const std::string& aPCHandle) override { in SetPCHandle() argument
226 mPCHandle = aPCHandle; in SetPCHandle()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/signaling/src/media-conduit/
H A DWebrtcGmpVideoCodec.h67 explicit WebrtcGmpPCHandleSetter(const std::string& aPCHandle);
79 explicit GmpInitDoneRunnable(const std::string& aPCHandle) in GmpInitDoneRunnable() argument
82 mPCHandle(aPCHandle) {} in GmpInitDoneRunnable()
H A DVideoConduit.h224 void SetPCHandle(const std::string& aPCHandle) override { in SetPCHandle() argument
226 mPCHandle = aPCHandle; in SetPCHandle()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/signaling/src/peerconnection/
H A DRTCRtpReceiver.h38 const std::string& aPCHandle,
H A DTransceiverImpl.cpp52 const std::string& aPCHandle, MediaTransportHandler* aTransportHandler, in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
57 mPCHandle(aPCHandle), in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
78 new RTCRtpReceiver(aWindow, aPrivacyNeeded, aPCHandle, aTransportHandler, in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
H A DTransceiverImpl.h55 const std::string& aPCHandle,
/dports/www/firefox-esr/firefox-91.8.0/dom/media/webrtc/jsapi/
H A DRTCRtpReceiver.h40 const std::string& aPCHandle,
H A DTransceiverImpl.h59 const std::string& aPCHandle,
H A DTransceiverImpl.cpp53 const std::string& aPCHandle, MediaTransportHandler* aTransportHandler, in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
58 mPCHandle(aPCHandle), in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
78 mReceiver = new RTCRtpReceiver(aWindow, aPrivacyNeeded, aPCHandle, in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/webrtc/jsapi/
H A DRTCRtpReceiver.h40 const std::string& aPCHandle,
H A DTransceiverImpl.h59 const std::string& aPCHandle,
H A DTransceiverImpl.cpp53 const std::string& aPCHandle, MediaTransportHandler* aTransportHandler, in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
58 mPCHandle(aPCHandle), in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
78 mReceiver = new RTCRtpReceiver(aWindow, aPrivacyNeeded, aPCHandle, in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/signaling/src/peerconnection/
H A DTransceiverImpl.h55 TransceiverImpl(const std::string& aPCHandle,
/dports/www/firefox/firefox-99.0/dom/media/webrtc/jsapi/
H A DRTCRtpReceiver.h41 const std::string& aPCHandle,

12