Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/
H A Drtp_sender_video_unittest.cc896 rtp_sender_video_->SetVideoLayersAllocation(allocation); in TEST_F()
933 rtp_sender_video_->SetVideoLayersAllocation(allocation); in TEST_F()
950 rtp_sender_video_->SetVideoLayersAllocation(allocation); in TEST_F()
982 rtp_sender_video_->SetVideoLayersAllocation(allocation); in TEST_F()
998 rtp_sender_video_->SetVideoLayersAllocation(allocation); in TEST_F()
1029 rtp_sender_video_->SetVideoLayersAllocation(allocation); in TEST_F()
1040 rtp_sender_video_->SetVideoLayersAllocation(allocation); in TEST_F()
1071 rtp_sender_video_->SetVideoLayersAllocation(allocation); in TEST_F()
1082 rtp_sender_video_->SetVideoLayersAllocation(allocation); in TEST_F()
1108 rtp_sender_video_->SetVideoLayersAllocation(allocation); in TEST_F()
[all …]
H A Drtp_sender_video.h127 void SetVideoLayersAllocation(VideoLayersAllocation allocation);
H A Drtp_sender_video.cc275 void RTPSenderVideo::SetVideoLayersAllocation( in SetVideoLayersAllocation() function in webrtc::RTPSenderVideo
/aosp_15_r20/external/webrtc/call/
H A Drtp_video_sender.cc674 rtp_streams_[i].sender_video->SetVideoLayersAllocation( in OnVideoLayersAllocationUpdated()