• Home
  • Raw
  • Download

Lines Matching refs:current_description

1136     const SessionDescription* current_description) {  in GetTransportDescription()  argument
1138 if (current_description) { in GetTransportDescription()
1140 current_description->GetTransportInfoByName(content_name); in GetTransportDescription()
1151 const SessionDescription* current_description) { in IsDtlsActive() argument
1152 if (!current_description) in IsDtlsActive()
1156 current_description->GetContentByName(content_name); in IsDtlsActive()
1161 GetTransportDescription(content_name, current_description); in IsDtlsActive()
1257 const SessionDescription* current_description) const { in CreateOffer()
1261 GetCurrentStreamParams(current_description, &current_streams); in CreateOffer()
1266 GetCodecsToOffer(current_description, &audio_codecs, &video_codecs, in CreateOffer()
1276 GetRtpHdrExtsToOffer(current_description, &audio_rtp_extensions, in CreateOffer()
1285 if (current_description) { in CreateOffer()
1286 ContentInfos::const_iterator it = current_description->contents().begin(); in CreateOffer()
1287 for (; it != current_description->contents().end(); ++it) { in CreateOffer()
1289 if (!AddAudioContentForOffer(options, current_description, in CreateOffer()
1296 if (!AddVideoContentForOffer(options, current_description, in CreateOffer()
1308 if (!AddDataContentForOffer(options_copy, current_description, in CreateOffer()
1322 !AddAudioContentForOffer(options, current_description, in CreateOffer()
1328 !AddVideoContentForOffer(options, current_description, in CreateOffer()
1334 !AddDataContentForOffer(options, current_description, &data_codecs, in CreateOffer()
1363 const SessionDescription* current_description) const { in CreateAnswer()
1370 GetCurrentStreamParams(current_description, &current_streams); in CreateAnswer()
1376 if (!AddAudioContentForAnswer(offer, options, current_description, in CreateAnswer()
1381 if (!AddVideoContentForAnswer(offer, options, current_description, in CreateAnswer()
1387 if (!AddDataContentForAnswer(offer, options, current_description, in CreateAnswer()
1427 const SessionDescription* current_description, in GetCodecsToOffer() argument
1441 if (current_description) { in GetCodecsToOffer()
1443 GetFirstAudioContentDescription(current_description); in GetCodecsToOffer()
1449 GetFirstVideoContentDescription(current_description); in GetCodecsToOffer()
1455 GetFirstDataContentDescription(current_description); in GetCodecsToOffer()
1469 const SessionDescription* current_description, in GetRtpHdrExtsToOffer() argument
1483 if (current_description) { in GetRtpHdrExtsToOffer()
1485 GetFirstAudioContentDescription(current_description); in GetRtpHdrExtsToOffer()
1491 GetFirstVideoContentDescription(current_description); in GetRtpHdrExtsToOffer()
1557 const SessionDescription* current_description, in AddAudioContentForOffer() argument
1563 GetFirstAudioContent(current_description); in AddAudioContentForOffer()
1568 IsDtlsActive(content_name, current_description) ? cricket::SEC_DISABLED in AddAudioContentForOffer()
1578 GetCryptos(GetFirstAudioContentDescription(current_description)), in AddAudioContentForOffer()
1607 current_description, desc)) { in AddAudioContentForOffer()
1616 const SessionDescription* current_description, in AddVideoContentForOffer() argument
1622 GetFirstVideoContent(current_description); in AddVideoContentForOffer()
1627 IsDtlsActive(content_name, current_description) ? cricket::SEC_DISABLED in AddVideoContentForOffer()
1637 GetCryptos(GetFirstVideoContentDescription(current_description)), in AddVideoContentForOffer()
1667 current_description, desc)) { in AddVideoContentForOffer()
1676 const SessionDescription* current_description, in AddDataContentForOffer() argument
1688 GetFirstDataContent(current_description); in AddDataContentForOffer()
1693 IsDtlsActive(content_name, current_description) ? cricket::SEC_DISABLED in AddDataContentForOffer()
1714 GetCryptos(GetFirstDataContentDescription(current_description)), in AddDataContentForOffer()
1731 current_description, desc)) { in AddDataContentForOffer()
1740 const SessionDescription* current_description, in AddAudioContentForAnswer() argument
1747 current_description)); in AddAudioContentForAnswer()
1770 GetCryptos(GetFirstAudioContentDescription(current_description)), in AddAudioContentForAnswer()
1799 const SessionDescription* current_description, in AddVideoContentForAnswer() argument
1805 current_description)); in AddVideoContentForAnswer()
1823 GetCryptos(GetFirstVideoContentDescription(current_description)), in AddVideoContentForAnswer()
1854 const SessionDescription* current_description, in AddDataContentForAnswer() argument
1860 current_description)); in AddDataContentForAnswer()
1881 GetCryptos(GetFirstDataContentDescription(current_description)), in AddDataContentForAnswer()