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.cc246 const MediaContentDescription* media_desc,
249 static void BuildRtpMap(const MediaContentDescription* media_desc,
283 MediaContentDescription* media_desc,
294 MediaContentDescription* media_desc,
299 MediaContentDescription* media_desc,
303 MediaContentDescription* media_desc,
311 MediaContentDescription* media_desc,
654 const MediaContentDescription* media_desc = local
657 const cricket::StreamParamsVec& streams = media_desc->streams();
1164 const MediaContentDescription* media_desc local
1319 BuildRtpContentAttributes( const MediaContentDescription* media_desc, const MediaType media_type, std::string* message) argument
1591 BuildRtpMap(const MediaContentDescription* media_desc, const MediaType media_type, std::string* message) argument
2024 MaybeCreateStaticPayloadAudioCodecs( const std::vector<int>& fmts, AudioContentDescription* media_desc) argument
2063 C* media_desc = new C(); local
2402 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
2770 ParseCryptoAttribute(const std::string& line, MediaContentDescription* media_desc, SdpParseError* error) argument
2835 ParseRtpmapAttribute(const std::string& line, const MediaType media_type, const std::vector<int>& codec_preference, MediaContentDescription* media_desc, SdpParseError* error) argument
2950 ParseFmtpAttributes(const std::string& line, const MediaType media_type, MediaContentDescription* media_desc, SdpParseError* error) argument
3005 ParseRtcpFbAttribute(const std::string& line, const MediaType media_type, MediaContentDescription* media_desc, SdpParseError* error) argument
[all...]
H A Dpeerconnectioninterface_unittest.cc99 const cricket::MediaContentDescription* media_desc = local
102 if (!media_desc || media_desc->streams().empty()) {
105 *ssrc = media_desc->streams().begin()->first_ssrc();
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediasession.cc566 const MediaContentDescription* media_desc = local
568 *cryptos = media_desc->cryptos();
607 MediaContentDescription* media_desc = local
609 if (!media_desc) {
612 is_rtp = media_desc->protocol().empty() ||
613 talk_base::starts_with(media_desc->protocol().data(),
674 MediaContentDescription* media_desc = local
676 if (!media_desc) {
679 media_desc->set_cryptos(common_cryptos);

Completed in 160 milliseconds