Home
last modified time | relevance | path

Searched refs:FakeVideoSendStream (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/media/engine/
Dfake_webrtc_call.cc115 FakeVideoSendStream::FakeVideoSendStream( in FakeVideoSendStream() function in cricket::FakeVideoSendStream
130 FakeVideoSendStream::~FakeVideoSendStream() { in ~FakeVideoSendStream()
135 const webrtc::VideoSendStream::Config& FakeVideoSendStream::GetConfig() const { in GetConfig()
139 const webrtc::VideoEncoderConfig& FakeVideoSendStream::GetEncoderConfig() in GetEncoderConfig()
144 const std::vector<webrtc::VideoStream>& FakeVideoSendStream::GetVideoStreams() in GetVideoStreams()
149 bool FakeVideoSendStream::IsSending() const { in IsSending()
153 bool FakeVideoSendStream::GetVp8Settings( in GetVp8Settings()
163 bool FakeVideoSendStream::GetVp9Settings( in GetVp9Settings()
173 bool FakeVideoSendStream::GetH264Settings( in GetH264Settings()
183 int FakeVideoSendStream::GetNumberOfSwappedFrames() const { in GetNumberOfSwappedFrames()
[all …]
Dwebrtc_video_engine_unittest.cc605 FakeVideoSendStream* stream = fake_call->GetVideoSendStreams()[0]; in TEST_F()
2440 FakeVideoSendStream* AddSendStream() { in AddSendStream()
2444 FakeVideoSendStream* AddSendStream(const StreamParams& sp) { in AddSendStream()
2447 std::vector<FakeVideoSendStream*> streams = in AddSendStream()
2453 std::vector<FakeVideoSendStream*> GetFakeSendStreams() { in GetFakeSendStreams()
2534 FakeVideoSendStream* send_stream = in TestSetSendRtpHeaderExtensions()
2612 FakeVideoSendStream* send_stream = in TestLossNotificationState()
2633 FakeVideoSendStream* send_stream = in TestExtensionFilter()
2652 FakeVideoSendStream* SetDenoisingOption( in SetDenoisingOption()
2665 FakeVideoSendStream* SetUpSimulcast(bool enabled, bool with_rtx) { in SetUpSimulcast()
[all …]
Dfake_webrtc_call.h132 class FakeVideoSendStream final
136 FakeVideoSendStream(webrtc::VideoSendStream::Config config,
138 ~FakeVideoSendStream() override;
296 const std::vector<FakeVideoSendStream*>& GetVideoSendStreams();
379 std::vector<FakeVideoSendStream*> video_send_streams_;