Home
last modified time | relevance | path

Searched refs:DisableEncodingLayers (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/webrtc/pc/
H A Drtp_sender.h99 virtual RTCError DisableEncodingLayers(
207 RTCError DisableEncodingLayers(const std::vector<std::string>& rid) override;
H A Drtp_sender.cc508 RTCError RtpSenderBase::DisableEncodingLayers( in DisableEncodingLayers() function in webrtc::RtpSenderBase
H A Drtp_sender_receiver_unittest.cc423 sender->DisableEncodingLayers(disabled_layers); in RunDisableEncodingLayersTest()
H A Dsdp_offer_answer.cc564 result = sender->DisableEncodingLayers(disabled_layers); in UpdateSimulcastLayerStatusInSender()
598 return sender->DisableEncodingLayers(disabled_layers); in DisableSimulcastInSender()
/aosp_15_r20/external/webrtc/pc/test/
H A Dmock_rtp_sender_internal.h102 MOCK_METHOD1(DisableEncodingLayers,