Searched refs:DestroyVideoSendStream (Results 1 – 9 of 9) sorted by relevance
113 virtual void DestroyVideoSendStream(VideoSendStream* send_stream) = 0;
234 void DestroyVideoSendStream(webrtc::VideoSendStream* send_stream) override;
350 void FakeCall::DestroyVideoSendStream(webrtc::VideoSendStream* send_stream) { in DestroyVideoSendStream() function in cricket::FakeCall
1641 call_->DestroyVideoSendStream(stream_); in ~WebRtcVideoSendStream()2204 call_->DestroyVideoSendStream(stream_); in RecreateWebRtcStream()
73 void DestroyVideoSendStream(webrtc::VideoSendStream* send_stream) override;402 void Call::DestroyVideoSendStream(webrtc::VideoSendStream* send_stream) { in DestroyVideoSendStream() function in webrtc::internal::Call
218 test_->sender_call_->DestroyVideoSendStream(send_stream_); in ~Stream()
279 sender_call_->DestroyVideoSendStream(video_send_stream_); in DestroyStreams()
1068 call->DestroyVideoSendStream(video_send_stream_); in RunWithVideoRenderer()
1256 sender_call->DestroyVideoSendStream(send_streams[i]); in RunTest()2938 sender_call_->DestroyVideoSendStream(video_send_stream_); in TestRtpStatePreservation()