HomeSort by relevance Sort by last modified time
    Searched refs:JsepSessionDescription (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsdp.h 46 class JsepSessionDescription;
49 // Serializes the passed in JsepSessionDescription.
51 // JsepSessionDescription has candidates.
52 // jdesc - The JsepSessionDescription object to be serialized.
54 std::string SdpSerialize(const JsepSessionDescription& jdesc);
60 // Deserializes the passed in SDP string to a JsepSessionDescription.
62 // jdesc - The JsepSessionDescription deserialized from the SDP string.
66 JsepSessionDescription* jdesc,
jsepsessiondescription.cc 27 #include "talk/app/webrtc/jsepsessiondescription.h"
39 JsepSessionDescription::kOffer,
40 JsepSessionDescription::kPrAnswer,
41 JsepSessionDescription::kAnswer
59 const int JsepSessionDescription::kDefaultVideoCodecId = 100;
60 const int JsepSessionDescription::kDefaultVideoCodecFramerate = 30;
61 const char JsepSessionDescription::kDefaultVideoCodecName[] = "VP8";
62 const int JsepSessionDescription::kMaxVideoCodecWidth = 1280;
63 const int JsepSessionDescription::kMaxVideoCodecHeight = 720;
64 const int JsepSessionDescription::kDefaultVideoCodecPreference = 1
    [all...]
jsepsessiondescription.h 46 class JsepSessionDescription : public SessionDescriptionInterface {
48 explicit JsepSessionDescription(const std::string& type);
49 virtual ~JsepSessionDescription();
101 DISALLOW_COPY_AND_ASSIGN(JsepSessionDescription);
webrtcsdp_unittest.cc 32 #include "talk/app/webrtc/jsepsessiondescription.h"
72 using webrtc::JsepSessionDescription;
365 JsepSessionDescription* jdesc) {
391 JsepSessionDescription desc(kDummyString);
475 JsepSessionDescription::kDefaultVideoCodecName,
476 JsepSessionDescription::kMaxVideoCodecWidth,
477 JsepSessionDescription::kMaxVideoCodecHeight,
478 JsepSessionDescription::kDefaultVideoCodecFramerate,
479 JsepSessionDescription::kDefaultVideoCodecPreference));
607 // Set up JsepSessionDescription
    [all...]
jsepsessiondescription_unittest.cc 31 #include "talk/app/webrtc/jsepsessiondescription.h"
44 using webrtc::JsepSessionDescription;
108 jsep_desc_.reset(new JsepSessionDescription("dummy"));
121 JsepSessionDescription* desc(new JsepSessionDescription("dummy"));
127 talk_base::scoped_ptr<JsepSessionDescription> jsep_desc_;
196 // Test that we can serialize a JsepSessionDescription and deserialize it again.
webrtcsession_unittest.cc 30 #include "talk/app/webrtc/jsepsessiondescription.h"
82 using webrtc::JsepSessionDescription;
470 JsepSessionDescription* offer(
485 scoped_ptr<JsepSessionDescription> offer(
579 JsepSessionDescription* CreateRemoteOfferWithVersion(
592 JsepSessionDescription* offer(
593 new JsepSessionDescription(JsepSessionDescription::kOffer));
601 JsepSessionDescription* CreateRemoteOffer(
606 JsepSessionDescription* CreateRemoteOffer
    [all...]
webrtcsessiondescriptionfactory.cc 31 #include "talk/app/webrtc/jsepsessiondescription.h"
232 JsepSessionDescription::kOffer) {
323 JsepSessionDescription* offer(new JsepSessionDescription(
324 JsepSessionDescription::kOffer));
359 JsepSessionDescription* answer(new JsepSessionDescription(
360 JsepSessionDescription::kAnswer));
peerconnectioninterface_unittest.cc 31 #include "talk/app/webrtc/jsepsessiondescription.h"
495 webrtc::JsepSessionDescription* answer = new webrtc::JsepSessionDescription(
503 webrtc::JsepSessionDescription* pr_answer =
504 new webrtc::JsepSessionDescription(
509 webrtc::JsepSessionDescription* answer =
510 new webrtc::JsepSessionDescription(
    [all...]
webrtcsession.cc 35 #include "talk/app/webrtc/jsepsessiondescription.h"
453 JsepSessionDescription::kDefaultVideoCodecId,
454 JsepSessionDescription::kDefaultVideoCodecName,
455 JsepSessionDescription::kMaxVideoCodecWidth,
456 JsepSessionDescription::kMaxVideoCodecHeight,
457 JsepSessionDescription::kDefaultVideoCodecFramerate,
458 JsepSessionDescription::kDefaultVideoCodecPreference);
    [all...]
webrtcsdp.cc 37 #include "talk/app/webrtc/jsepsessiondescription.h"
236 const JsepSessionDescription& jdesc);
775 std::string SdpSerialize(const JsepSessionDescription& jdesc) {
805 const JsepSessionDescription& jdesc) {
    [all...]

Completed in 380 milliseconds