Home
last modified time | relevance | path

Searched refs:CreateRtpParametersWithEncodings (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/webrtc/media/base/
H A Dfake_media_engine.h113 CreateRtpParametersWithEncodings(sp); in AddSendStream()
133 CreateRtpParametersWithEncodings(sp); in AddRecvStream()
H A Dmedia_engine.h196 webrtc::RtpParameters CreateRtpParametersWithEncodings(StreamParams sp);
H A Dmedia_engine.cc36 webrtc::RtpParameters CreateRtpParametersWithEncodings(StreamParams sp) { in CreateRtpParametersWithEncodings() function
/aosp_15_r20/external/webrtc/media/engine/
H A Dwebrtc_video_engine.cc2073 rtp_parameters_(CreateRtpParametersWithEncodings(sp)), in WebRtcVideoSendStream()