Searched defs:sdp_mline_index (Results 1 - 8 of 8) sorted by path

/external/chromium_org/content/renderer/media/
H A Dmock_peer_connection_impl.h111 int sdp_mline_index() const { return sdp_mline_index_; } function in class:content::MockPeerConnectionImpl
/external/chromium_org/content/renderer/media/webrtc/
H A Dmock_peer_connection_dependency_factory.cc402 int sdp_mline_index,
405 sdp_mline_index_(sdp_mline_index),
414 virtual int sdp_mline_index() const OVERRIDE {
516 int sdp_mline_index,
518 return new MockIceCandidate(sdp_mid, sdp_mline_index, sdp);
401 MockIceCandidate(const std::string& sdp_mid, int sdp_mline_index, const std::string& sdp) argument
514 CreateIceCandidate( const std::string& sdp_mid, int sdp_mline_index, const std::string& sdp) argument
H A Dpeer_connection_dependency_factory.cc542 int sdp_mline_index,
544 return webrtc::CreateIceCandidate(sdp_mid, sdp_mline_index, sdp);
540 CreateIceCandidate( const std::string& sdp_mid, int sdp_mline_index, const std::string& sdp) argument
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Djsepicecandidate.cc38 int sdp_mline_index,
40 return CreateIceCandidate(sdp_mid, sdp_mline_index, sdp, NULL);
44 int sdp_mline_index,
47 JsepIceCandidate* jsep_ice = new JsepIceCandidate(sdp_mid, sdp_mline_index);
56 int sdp_mline_index)
58 sdp_mline_index_(sdp_mline_index) {
62 int sdp_mline_index,
65 sdp_mline_index_(sdp_mline_index),
96 (*it)->sdp_mline_index() == candidate->sdp_mline_index()
37 CreateIceCandidate(const std::string& sdp_mid, int sdp_mline_index, const std::string& sdp) argument
43 CreateIceCandidate(const std::string& sdp_mid, int sdp_mline_index, const std::string& sdp, SdpParseError* error) argument
55 JsepIceCandidate(const std::string& sdp_mid, int sdp_mline_index) argument
61 JsepIceCandidate(const std::string& sdp_mid, int sdp_mline_index, const cricket::Candidate& candidate) argument
[all...]
H A Djsepicecandidate.h43 JsepIceCandidate(const std::string& sdp_mid, int sdp_mline_index);
44 JsepIceCandidate(const std::string& sdp_mid, int sdp_mline_index,
54 virtual int sdp_mline_index() const { return sdp_mline_index_; } function in class:webrtc::JsepIceCandidate
H A Dpeerconnection_unittest.cc127 int sdp_mline_index,
637 int sdp_mline_index,
641 webrtc::CreateIceCandidate(sdp_mid, sdp_mline_index, msg, NULL));
655 candidate->sdp_mline_index(), ice_sdp);
636 ReceiveIceMessage(const std::string& sdp_mid, int sdp_mline_index, const std::string& msg) argument
H A Dwebrtcsession.cc913 candidate->sdp_mline_index(),
1340 int sdp_mline_index; local
1341 if (!GetLocalCandidateMediaIndex(content_name, &sdp_mline_index)) {
1350 JsepIceCandidate candidate(content_name, sdp_mline_index, *citer);
1362 int* sdp_mline_index) {
1363 if (!BaseSession::local_description() || !sdp_mline_index)
1370 *sdp_mline_index = static_cast<int>(index);
1394 candidate->sdp_mline_index(),
1411 size_t mediacontent_index = static_cast<size_t>(candidate->sdp_mline_index());
1728 static_cast<size_t>(candidate->sdp_mline_index());
1361 GetLocalCandidateMediaIndex(const std::string& content_name, int* sdp_mline_index) argument
[all...]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
H A Dpeerconnectiontestwrapper.cc127 SignalOnIceCandidateReady(candidate->sdp_mid(), candidate->sdp_mline_index(),
201 int sdp_mline_index,
204 webrtc::CreateIceCandidate(sdp_mid, sdp_mline_index, candidate, NULL));
200 AddIceCandidate(const std::string& sdp_mid, int sdp_mline_index, const std::string& candidate) argument

Completed in 676 milliseconds