Searched defs:rtp_extensions (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/talk/media/webrtc/
H A Dwebrtcvideoengine2.cc1605 const std::vector<webrtc::RtpExtension>& rtp_extensions,
1607 // rtp_extensions, options, etc.
1628 parameters_.config.rtp.extensions = rtp_extensions;
1939 const std::vector<webrtc::RtpExtension>& rtp_extensions) {
1941 parameters_.config.rtp.extensions = rtp_extensions;
1597 WebRtcVideoSendStream( webrtc::Call* call, const StreamParams& sp, const webrtc::VideoSendStream::Config& config, WebRtcVideoEncoderFactory* external_encoder_factory, const VideoOptions& options, int max_bitrate_bps, const rtc::Optional<VideoCodecSettings>& codec_settings, const std::vector<webrtc::RtpExtension>& rtp_extensions, const VideoSendParameters& send_params) argument
1938 SetRtpExtensions( const std::vector<webrtc::RtpExtension>& rtp_extensions) argument
/external/webrtc/talk/session/media/
H A Dmediasession.cc755 const RtpHeaderExtensions& rtp_extensions,
772 offer->set_rtp_header_extensions(rtp_extensions);
749 CreateMediaContentOffer( const MediaSessionOptions& options, const std::vector<C>& codecs, const SecurePolicy& secure_policy, const CryptoParamsVec* current_cryptos, const std::vector<std::string>& crypto_suites, const RtpHeaderExtensions& rtp_extensions, bool add_legacy_stream, StreamParamsVec* current_streams, MediaContentDescriptionImpl<C>* offer) argument

Completed in 84 milliseconds