Searched refs:media_desc (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsdp.cc248 const MediaContentDescription* media_desc,
251 static void BuildRtpMap(const MediaContentDescription* media_desc,
285 MediaContentDescription* media_desc,
296 MediaContentDescription* media_desc,
301 MediaContentDescription* media_desc,
305 MediaContentDescription* media_desc,
313 MediaContentDescription* media_desc,
643 const MediaContentDescription* media_desc = local
646 const cricket::StreamParamsVec& streams = media_desc->streams();
1135 const MediaContentDescription* media_desc local
1281 BuildRtpContentAttributes( const MediaContentDescription* media_desc, const MediaType media_type, std::string* message) argument
1551 BuildRtpMap(const MediaContentDescription* media_desc, const MediaType media_type, std::string* message) argument
1984 MaybeCreateStaticPayloadAudioCodecs( const std::vector<int>& fmts, AudioContentDescription* media_desc) argument
2023 C* media_desc = new C(); local
2354 ParseContent(const std::string& message, const MediaType media_type, int mline_index, const std::string& protocol, const std::vector<int>& codec_preference, size_t* pos, std::string* content_name, MediaContentDescription* media_desc, TransportDescription* transport, std::vector<JsepIceCandidate*>* candidates, SdpParseError* error) argument
2719 ParseCryptoAttribute(const std::string& line, MediaContentDescription* media_desc, SdpParseError* error) argument
2781 ParseRtpmapAttribute(const std::string& line, const MediaType media_type, const std::vector<int>& codec_preference, MediaContentDescription* media_desc, SdpParseError* error) argument
2888 ParseFmtpAttributes(const std::string& line, const MediaType media_type, MediaContentDescription* media_desc, SdpParseError* error) argument
2940 ParseRtcpFbAttribute(const std::string& line, const MediaType media_type, MediaContentDescription* media_desc, SdpParseError* error) argument
[all...]
H A Dpeerconnectioninterface_unittest.cc98 const cricket::MediaContentDescription* media_desc = local
101 if (!media_desc || media_desc->streams().empty()) {
104 *ssrc = media_desc->streams().begin()->first_ssrc();
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediasession.cc548 const MediaContentDescription* media_desc = local
550 *cryptos = media_desc->cryptos();
589 MediaContentDescription* media_desc = local
591 if (!media_desc) {
594 is_rtp = media_desc->protocol().empty() ||
595 talk_base::starts_with(media_desc->protocol().data(),
656 MediaContentDescription* media_desc = local
658 if (!media_desc) {
661 media_desc->set_cryptos(common_cryptos);

Completed in 73 milliseconds