Home
last modified time | relevance | path

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

/external/webrtc/call/adaptation/
Dvideo_stream_adapter.h144 void AddAdaptationConstraint(AdaptationConstraint* adaptation_constraint);
Dvideo_stream_adapter_unittest.cc933 adapter_.AddAdaptationConstraint(&adaptation_constraint); in TEST_F()
954 adapter_.AddAdaptationConstraint(&adaptation_constraint); in TEST_F()
Dvideo_stream_adapter.cc282 void VideoStreamAdapter::AddAdaptationConstraint( in AddAdaptationConstraint() function in webrtc::VideoStreamAdapter
/external/webrtc/video/
Dvideo_stream_encoder.cc393 video_stream_adapter_->AddAdaptationConstraint(constraint); in __anon9322e9290302()
2114 video_stream_adapter_->AddAdaptationConstraint(adaptation_constraint); in InjectAdaptationConstraint()