Home
last modified time | relevance | path

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

/external/webrtc/pc/test/
Dmock_rtp_sender_internal.h64 SetParametersInternalWithAllLayers,
/external/webrtc/pc/
Drtp_sender.h84 virtual RTCError SetParametersInternalWithAllLayers(
146 RTCError SetParametersInternalWithAllLayers(
Drtp_sender.cc288 RTCError RtpSenderBase::SetParametersInternalWithAllLayers( in SetParametersInternalWithAllLayers() function in webrtc::RtpSenderBase
546 RTCError result = SetParametersInternalWithAllLayers(parameters); in DisableEncodingLayers()
Dsdp_offer_answer.cc562 RTCError result = sender->SetParametersInternalWithAllLayers(parameters); in UpdateSimulcastLayerStatusInSender()