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;
379 JsepSessionDescription* jdesc) {
408 JsepSessionDescription desc(kDummyString);
506 JsepSessionDescription::kDefaultVideoCodecName,
507 JsepSessionDescription::kMaxVideoCodecWidth,
508 JsepSessionDescription::kMaxVideoCodecHeight,
509 JsepSessionDescription::kDefaultVideoCodecFramerate,
510 JsepSessionDescription::kDefaultVideoCodecPreference));
632 // Set up JsepSessionDescription
    [all...]
webrtcsession_unittest.cc 30 #include "talk/app/webrtc/jsepsessiondescription.h"
85 using webrtc::JsepSessionDescription;
501 JsepSessionDescription* offer(
516 scoped_ptr<JsepSessionDescription> offer(
717 JsepSessionDescription* CreateRemoteOfferWithVersion(
730 JsepSessionDescription* offer(
731 new JsepSessionDescription(JsepSessionDescription::kOffer));
739 JsepSessionDescription* CreateRemoteOffer(
744 JsepSessionDescription* CreateRemoteOffer
    [all...]
jsepsessiondescription_unittest.cc 31 #include "talk/app/webrtc/jsepsessiondescription.h"
45 using webrtc::JsepSessionDescription;
119 jsep_desc_.reset(new JsepSessionDescription("dummy"));
132 JsepSessionDescription* desc(new JsepSessionDescription("dummy"));
138 talk_base::scoped_ptr<JsepSessionDescription> jsep_desc_;
229 // Test that we can serialize a JsepSessionDescription and deserialize it again.
webrtcsessiondescriptionfactory.cc 31 #include "talk/app/webrtc/jsepsessiondescription.h"
226 JsepSessionDescription::kOffer) {
316 JsepSessionDescription* offer(new JsepSessionDescription(
317 JsepSessionDescription::kOffer));
360 JsepSessionDescription* answer(new JsepSessionDescription(
361 JsepSessionDescription::kAnswer));
peerconnectioninterface_unittest.cc 31 #include "talk/app/webrtc/jsepsessiondescription.h"
516 webrtc::JsepSessionDescription* answer = new webrtc::JsepSessionDescription(
524 webrtc::JsepSessionDescription* pr_answer =
525 new webrtc::JsepSessionDescription(
530 webrtc::JsepSessionDescription* answer =
531 new webrtc::JsepSessionDescription(
    [all...]
webrtcsession.cc 36 #include "talk/app/webrtc/jsepsessiondescription.h"
623 JsepSessionDescription::kDefaultVideoCodecId,
624 JsepSessionDescription::kDefaultVideoCodecName,
625 JsepSessionDescription::kMaxVideoCodecWidth,
626 JsepSessionDescription::kMaxVideoCodecHeight,
627 JsepSessionDescription::kDefaultVideoCodecFramerate,
628 JsepSessionDescription::kDefaultVideoCodecPreference);
    [all...]
webrtcsdp.cc 37 #include "talk/app/webrtc/jsepsessiondescription.h"
237 const JsepSessionDescription& jdesc);
794 std::string SdpSerialize(const JsepSessionDescription& jdesc) {
824 const JsepSessionDescription& jdesc) {
    [all...]

Completed in 225 milliseconds