bitrate_estimator_tests.cc | 168 video_receive_stream_(nullptr), 208 video_receive_stream_ = test_->receiver_call_->CreateVideoReceiveStream( 210 video_receive_stream_->Start(); 224 if (video_receive_stream_) { 225 test_->receiver_call_->DestroyVideoReceiveStream(video_receive_stream_); 226 video_receive_stream_ = nullptr; 234 if (video_receive_stream_) { 235 video_receive_stream_->Stop(); 246 VideoReceiveStream* video_receive_stream_; member in class:webrtc::BitrateEstimatorTest::Stream
|