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

/external/webrtc/talk/app/webrtc/
H A Dpeerconnectioninterface_unittest.cc295 const cricket::MediaContentDescription* media_desc = local
298 if (!media_desc || media_desc->streams().empty()) {
301 *ssrc = media_desc->streams().begin()->first_ssrc();
H A Dwebrtcsdp.cc258 const MediaContentDescription* media_desc,
261 static void BuildRtpMap(const MediaContentDescription* media_desc,
295 MediaContentDescription* media_desc,
306 MediaContentDescription* media_desc,
311 MediaContentDescription* media_desc,
315 MediaContentDescription* media_desc,
323 MediaContentDescription* media_desc,
636 const MediaContentDescription* media_desc = local
639 const cricket::StreamParamsVec& streams = media_desc->streams();
1185 const MediaContentDescription* media_desc local
1367 BuildRtpContentAttributes( const MediaContentDescription* media_desc, const MediaType media_type, std::string* message) argument
1592 AddSctpDataCodec(DataContentDescription* media_desc, int sctp_port) argument
1633 BuildRtpMap(const MediaContentDescription* media_desc, const MediaType media_type, std::string* message) argument
2091 MaybeCreateStaticPayloadAudioCodecs( const std::vector<int>& fmts, AudioContentDescription* media_desc) argument
2130 C* media_desc = new C(); local
2438 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
2807 ParseCryptoAttribute(const std::string& line, MediaContentDescription* media_desc, SdpParseError* error) argument
2874 ParseRtpmapAttribute(const std::string& line, const MediaType media_type, const std::vector<int>& codec_preference, MediaContentDescription* media_desc, SdpParseError* error) argument
2981 ParseFmtpAttributes(const std::string& line, const MediaType media_type, MediaContentDescription* media_desc, SdpParseError* error) argument
3044 ParseRtcpFbAttribute(const std::string& line, const MediaType media_type, MediaContentDescription* media_desc, SdpParseError* error) argument
[all...]
/external/webrtc/talk/session/media/
H A Dmediasession.cc603 const MediaContentDescription* media_desc = local
605 *cryptos = media_desc->cryptos();
649 MediaContentDescription* media_desc = local
651 if (!media_desc) {
654 is_rtp = IsRtpProtocol(media_desc->protocol());
714 MediaContentDescription* media_desc = local
716 if (!media_desc) {
719 media_desc->set_cryptos(common_cryptos);

Completed in 139 milliseconds