Home
last modified time | relevance | path

Searched refs:jsep_description (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/pc/
Djsep_transport.cc155 const JsepTransportDescription& jsep_description, in SetLocalJsepTransportDescription() argument
162 jsep_description.transport_desc.GetIceParameters(); in SetLocalJsepTransportDescription()
171 if (!SetRtcpMux(jsep_description.rtcp_mux_enabled, type, in SetLocalJsepTransportDescription()
183 if (!SetSdes(jsep_description.cryptos, in SetLocalJsepTransportDescription()
184 jsep_description.encrypted_header_extension_ids, type, in SetLocalJsepTransportDescription()
193 jsep_description.encrypted_header_extension_ids); in SetLocalJsepTransportDescription()
201 local_description_.reset(new JsepTransportDescription(jsep_description)); in SetLocalJsepTransportDescription()
248 const JsepTransportDescription& jsep_description, in SetRemoteJsepTransportDescription() argument
255 jsep_description.transport_desc.GetIceParameters(); in SetRemoteJsepTransportDescription()
265 if (!SetRtcpMux(jsep_description.rtcp_mux_enabled, type, in SetRemoteJsepTransportDescription()
[all …]
Djsep_transport_unittest.cc137 JsepTransportDescription jsep_description; in MakeJsepTransportDescription() local
138 jsep_description.rtcp_mux_enabled = rtcp_mux_enabled; in MakeJsepTransportDescription()
144 jsep_description.transport_desc = in MakeJsepTransportDescription()
147 return jsep_description; in MakeJsepTransportDescription()
178 JsepTransportDescription jsep_description; in TEST_P() local
179 jsep_description.transport_desc = TransportDescription(kIceUfrag1, kIcePwd1); in TEST_P()
180 jsep_description.rtcp_mux_enabled = rtcp_mux_enabled; in TEST_P()
183 ->SetLocalJsepTransportDescription(jsep_description, SdpType::kOffer) in TEST_P()
199 jsep_description.transport_desc = TransportDescription(kIceUfrag2, kIcePwd2); in TEST_P()
201 ->SetRemoteJsepTransportDescription(jsep_description, in TEST_P()
[all …]
Djsep_session_description.cc168 auto jsep_description = std::make_unique<JsepSessionDescription>(type); in CreateSessionDescription() local
169 bool initialize_success = jsep_description->Initialize( in CreateSessionDescription()
172 return std::move(jsep_description); in CreateSessionDescription()
Djsep_transport.h117 const JsepTransportDescription& jsep_description,
123 const JsepTransportDescription& jsep_description,
Djsep_transport_controller.cc637 cricket::JsepTransportDescription jsep_description = in ApplyDescription_n() local
642 transport->SetLocalJsepTransportDescription(jsep_description, type); in ApplyDescription_n()
645 transport->SetRemoteJsepTransportDescription(jsep_description, type); in ApplyDescription_n()