Home
last modified time | relevance | path

Searched refs:GetAdaptationResources (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/video/
Dvideo_send_stream.cc189 VideoSendStream::GetAdaptationResources() { in GetAdaptationResources() function in webrtc::internal::VideoSendStream
191 return video_stream_encoder_->GetAdaptationResources(); in GetAdaptationResources()
Dvideo_send_stream.h82 std::vector<rtc::scoped_refptr<Resource>> GetAdaptationResources() override;
Dvideo_stream_encoder.h74 std::vector<rtc::scoped_refptr<Resource>> GetAdaptationResources() override;
Dvideo_stream_encoder.cc494 VideoStreamEncoder::GetAdaptationResources() { in GetAdaptationResources() function in webrtc::VideoStreamEncoder
/external/webrtc/video/test/
Dmock_video_stream_encoder.h27 GetAdaptationResources,
/external/webrtc/api/video/
Dvideo_stream_encoder_interface.h61 GetAdaptationResources() = 0;
/external/webrtc/call/
Dcall_unittest.cc378 stream1->GetAdaptationResources(), fake_resource->Name()); in TEST()
381 stream2->GetAdaptationResources(), fake_resource->Name()); in TEST()
440 stream1->GetAdaptationResources(), fake_resource->Name()); in TEST()
443 stream2->GetAdaptationResources(), fake_resource->Name()); in TEST()
Dvideo_send_stream.h227 GetAdaptationResources() = 0;
/external/webrtc/media/engine/
Dfake_webrtc_call.h178 std::vector<rtc::scoped_refptr<webrtc::Resource>> GetAdaptationResources()
Dfake_webrtc_call.cc286 FakeVideoSendStream::GetAdaptationResources() { in GetAdaptationResources() function in cricket::FakeVideoSendStream