Home
last modified time | relevance | path

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

/external/webrtc/pc/test/
Dmock_rtp_sender_internal.h51 GetParametersInternalWithAllLayers,
/external/webrtc/pc/
Drtp_sender.h83 virtual RtpParameters GetParametersInternalWithAllLayers() const = 0;
145 RtpParameters GetParametersInternalWithAllLayers() const override;
Drtp_sender.cc210 RtpParameters RtpSenderBase::GetParametersInternalWithAllLayers() const { in GetParametersInternalWithAllLayers() function in webrtc::RtpSenderBase
521 RtpParameters parameters = GetParametersInternalWithAllLayers(); in DisableEncodingLayers()
Dsdp_offer_answer.cc543 RtpParameters parameters = sender->GetParametersInternalWithAllLayers(); in UpdateSimulcastLayerStatusInSender()
588 RtpParameters parameters = sender->GetParametersInternalWithAllLayers(); in DisableSimulcastInSender()
674 transceiver->sender_internal()->GetParametersInternalWithAllLayers(); in GetMediaDescriptionOptionsForTransceiver()