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

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
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();
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,
631 const MediaContentDescription* media_desc = local
634 const cricket::StreamParamsVec& streams = media_desc->streams();
1169 const MediaContentDescription* media_desc local
1358 BuildRtpContentAttributes( const MediaContentDescription* media_desc, const MediaType media_type, std::string* message) argument
1591 AddSctpDataCodec(DataContentDescription* media_desc, int sctp_port) argument
1632 BuildRtpMap(const MediaContentDescription* media_desc, const MediaType media_type, std::string* message) argument
2072 MaybeCreateStaticPayloadAudioCodecs( const std::vector<int>& fmts, AudioContentDescription* media_desc) argument
2111 C* media_desc = new C(); local
2446 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
2823 ParseCryptoAttribute(const std::string& line, MediaContentDescription* media_desc, SdpParseError* error) argument
2888 ParseRtpmapAttribute(const std::string& line, const MediaType media_type, const std::vector<int>& codec_preference, MediaContentDescription* media_desc, SdpParseError* error) argument
3003 ParseFmtpAttributes(const std::string& line, const MediaType media_type, MediaContentDescription* media_desc, SdpParseError* error) argument
3058 ParseRtcpFbAttribute(const std::string& line, const MediaType media_type, MediaContentDescription* media_desc, SdpParseError* error) argument
[all...]
/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 rtc::starts_with(media_desc->protocol().data(),
674 MediaContentDescription* media_desc = local
676 if (!media_desc) {
679 media_desc->set_cryptos(common_cryptos);

Completed in 1044 milliseconds