Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/call/adaptation/
H A Dvideo_stream_adapter.h139 void AddAdaptationConstraint(AdaptationConstraint* adaptation_constraint);
H A Dvideo_stream_adapter_unittest.cc881 adapter_.AddAdaptationConstraint(&adaptation_constraint); in TEST_F()
900 adapter_.AddAdaptationConstraint(&adaptation_constraint); in TEST_F()
H A Dvideo_stream_adapter.cc265 void VideoStreamAdapter::AddAdaptationConstraint( in AddAdaptationConstraint() function in webrtc::VideoStreamAdapter
/aosp_15_r20/external/webrtc/video/
H A Dvideo_stream_encoder.cc743 video_stream_adapter_->AddAdaptationConstraint(constraint); in __anon52fa13d80202()
2562 video_stream_adapter_->AddAdaptationConstraint(adaptation_constraint); in InjectAdaptationConstraint()