Home
last modified time | relevance | path

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

/external/webrtc/talk/media/webrtc/
Dfakewebrtccall.cc100 FakeVideoSendStream::FakeVideoSendStream( in FakeVideoSendStream() function in cricket::FakeVideoSendStream
111 webrtc::VideoSendStream::Config FakeVideoSendStream::GetConfig() const { in GetConfig()
115 webrtc::VideoEncoderConfig FakeVideoSendStream::GetEncoderConfig() const { in GetEncoderConfig()
119 std::vector<webrtc::VideoStream> FakeVideoSendStream::GetVideoStreams() { in GetVideoStreams()
123 bool FakeVideoSendStream::IsSending() const { in IsSending()
127 bool FakeVideoSendStream::GetVp8Settings( in GetVp8Settings()
137 bool FakeVideoSendStream::GetVp9Settings( in GetVp9Settings()
147 int FakeVideoSendStream::GetNumberOfSwappedFrames() const { in GetNumberOfSwappedFrames()
151 int FakeVideoSendStream::GetLastWidth() const { in GetLastWidth()
155 int FakeVideoSendStream::GetLastHeight() const { in GetLastHeight()
[all …]
Dwebrtcvideoengine2_unittest.cc435 FakeVideoSendStream* stream = fake_call->GetVideoSendStreams()[0]; in TEST_F()
488 FakeVideoSendStream* stream = fake_call->GetVideoSendStreams()[0]; in TEST_F()
912 FakeVideoSendStream* AddSendStream() { in AddSendStream()
916 FakeVideoSendStream* AddSendStream(const StreamParams& sp) { in AddSendStream()
919 std::vector<FakeVideoSendStream*> streams = in AddSendStream()
925 std::vector<FakeVideoSendStream*> GetFakeSendStreams() { in GetFakeSendStreams()
972 FakeVideoSendStream* send_stream = in TestSetSendRtpHeaderExtensions()
1054 FakeVideoSendStream* send_stream = in TestExtensionFilter()
1070 FakeVideoSendStream* SetDenoisingOption( in SetDenoisingOption()
1078 FakeVideoSendStream* SetUpSimulcast(bool enabled, bool with_rtx) { in SetUpSimulcast()
[all …]
Dfakewebrtccall.h117 class FakeVideoSendStream final : public webrtc::VideoSendStream,
120 FakeVideoSendStream(const webrtc::VideoSendStream::Config& config,
207 const std::vector<FakeVideoSendStream*>& GetVideoSendStreams();
258 std::vector<FakeVideoSendStream*> video_send_streams_;