Searched refs:JsepSessionDescription (Results 1 – 9 of 9) sorted by relevance
/external/webrtc/talk/app/webrtc/ |
D | jsepsessiondescription.cc | 41 JsepSessionDescription::kOffer, 42 JsepSessionDescription::kPrAnswer, 43 JsepSessionDescription::kAnswer 61 const int JsepSessionDescription::kDefaultVideoCodecId = 100; 63 const int JsepSessionDescription::kDefaultVideoCodecFramerate = 60; 64 const char JsepSessionDescription::kDefaultVideoCodecName[] = "VP8"; 71 const int JsepSessionDescription::kMaxVideoCodecWidth = 1280; 72 const int JsepSessionDescription::kMaxVideoCodecHeight = 1280; 74 const int JsepSessionDescription::kMaxVideoCodecWidth = 1920; 75 const int JsepSessionDescription::kMaxVideoCodecHeight = 1080; [all …]
|
D | webrtcsdp_unittest.cc | 74 using webrtc::JsepSessionDescription; 457 JsepSessionDescription* jdesc) { in SdpDeserialize() 486 JsepSessionDescription desc(kDummyString); in ExpectParseFailure() 591 JsepSessionDescription::kDefaultVideoCodecName, in WebRtcSdpTest() 592 JsepSessionDescription::kMaxVideoCodecWidth, in WebRtcSdpTest() 593 JsepSessionDescription::kMaxVideoCodecHeight, in WebRtcSdpTest() 594 JsepSessionDescription::kDefaultVideoCodecFramerate, in WebRtcSdpTest() 595 JsepSessionDescription::kDefaultVideoCodecPreference)); in WebRtcSdpTest() 922 const JsepSessionDescription& desc1, in CompareSessionDescription() 923 const JsepSessionDescription& desc2) { in CompareSessionDescription() [all …]
|
D | webrtcsession_unittest.cc | 90 using webrtc::JsepSessionDescription; 738 JsepSessionDescription* offer( in VerifyAnswerFromNonCryptoOffer() 753 scoped_ptr<JsepSessionDescription> offer( in VerifyAnswerFromCryptoOffer() 976 JsepSessionDescription* CreateRemoteOfferWithVersion( in CreateRemoteOfferWithVersion() 989 JsepSessionDescription* offer( in CreateRemoteOfferWithVersion() 990 new JsepSessionDescription(JsepSessionDescription::kOffer)); in CreateRemoteOfferWithVersion() 998 JsepSessionDescription* CreateRemoteOffer( in CreateRemoteOffer() 1003 JsepSessionDescription* CreateRemoteOffer( in CreateRemoteOffer() 1008 JsepSessionDescription* CreateRemoteOffer( in CreateRemoteOffer() 1015 JsepSessionDescription* CreateRemoteOfferWithSctpPort( in CreateRemoteOfferWithSctpPort() [all …]
|
D | jsepsessiondescription.h | 46 class JsepSessionDescription : public SessionDescriptionInterface { 48 explicit JsepSessionDescription(const std::string& type); 49 virtual ~JsepSessionDescription(); 101 RTC_DISALLOW_COPY_AND_ASSIGN(JsepSessionDescription);
|
D | webrtcsdp.h | 46 class JsepSessionDescription; variable 54 std::string SdpSerialize(const JsepSessionDescription& jdesc); 66 JsepSessionDescription* jdesc,
|
D | jsepsessiondescription_unittest.cc | 45 using webrtc::JsepSessionDescription; 108 jsep_desc_.reset(new JsepSessionDescription("dummy")); in SetUp() 121 JsepSessionDescription* desc(new JsepSessionDescription("dummy")); in DeSerialize() 127 rtc::scoped_ptr<JsepSessionDescription> jsep_desc_;
|
D | webrtcsessiondescriptionfactory.cc | 304 JsepSessionDescription::kOffer) { in CreateAnswer() 385 JsepSessionDescription* offer(new JsepSessionDescription( in InternalCreateOffer() 386 JsepSessionDescription::kOffer)); in InternalCreateOffer() 447 JsepSessionDescription* answer(new JsepSessionDescription( in InternalCreateAnswer() 448 JsepSessionDescription::kAnswer)); in InternalCreateAnswer()
|
D | peerconnectioninterface_unittest.cc | 832 webrtc::JsepSessionDescription* answer = new webrtc::JsepSessionDescription( in CreateAnswerAsRemoteDescription() 840 webrtc::JsepSessionDescription* pr_answer = in CreatePrAnswerAndAnswerAsRemoteDescription() 841 new webrtc::JsepSessionDescription( in CreatePrAnswerAndAnswerAsRemoteDescription() 846 webrtc::JsepSessionDescription* answer = in CreatePrAnswerAndAnswerAsRemoteDescription() 847 new webrtc::JsepSessionDescription( in CreatePrAnswerAndAnswerAsRemoteDescription() 1592 webrtc::JsepSessionDescription* answer = new webrtc::JsepSessionDescription( in TEST_F()
|
D | webrtcsdp.cc | 795 std::string SdpSerialize(const JsepSessionDescription& jdesc) { in SdpSerialize() 893 JsepSessionDescription* jdesc, in SdpDeserialize() 2930 JsepSessionDescription::kMaxVideoCodecWidth, in ParseRtpmapAttribute() 2931 JsepSessionDescription::kMaxVideoCodecHeight, in ParseRtpmapAttribute() 2932 JsepSessionDescription::kDefaultVideoCodecFramerate, in ParseRtpmapAttribute()
|