Home
last modified time | relevance | path

Searched refs:video_stream_encoder_ (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/video/
Dvideo_stream_encoder_unittest.cc675 if (video_stream_encoder_) in ConfigureEncoder()
676 video_stream_encoder_->Stop(); in ConfigureEncoder()
677 video_stream_encoder_.reset(new VideoStreamEncoderUnderTest( in ConfigureEncoder()
680 video_stream_encoder_->SetSink(&sink_, false /* rotation_applied */); in ConfigureEncoder()
681 video_stream_encoder_->SetSource( in ConfigureEncoder()
683 video_stream_encoder_->SetStartBitrate(kTargetBitrateBps); in ConfigureEncoder()
684 video_stream_encoder_->ConfigureEncoder(std::move(video_encoder_config), in ConfigureEncoder()
686 video_stream_encoder_->WaitUntilTaskQueueIsIdle(); in ConfigureEncoder()
786 video_stream_encoder_->SetBitrateAllocationObserver(&bitrate_observer); in VerifyAllocatedBitrate()
790 video_stream_encoder_->OnBitrateUpdatedAndWaitForManagedResources( in VerifyAllocatedBitrate()
[all …]
Dvideo_send_stream.cc91 video_stream_encoder_ = in VideoSendStream()
103 bitrate_allocator, send_delay_stats, video_stream_encoder_.get(), in VideoSendStream()
120 video_stream_encoder_->SetBitrateAllocationObserver(send_stream_.get()); in VideoSendStream()
185 video_stream_encoder_->AddAdaptationResource(resource); in AddAdaptationResource()
191 return video_stream_encoder_->GetAdaptationResources(); in GetAdaptationResources()
198 video_stream_encoder_->SetSource(source, degradation_preference); in SetSource()
206 video_stream_encoder_->ConfigureEncoder( in ReconfigureVideoEncoder()
226 video_stream_encoder_->Stop(); in StopPermanentlyAndGetRtpStates()
Dencoder_rtcp_feedback.cc30 video_stream_encoder_(encoder), in EncoderRtcpFeedback()
67 video_stream_encoder_->SendKeyFrame(); in OnReceivedIntraFrameRequest()
144 video_stream_encoder_->OnLossNotification(loss_notification); in OnReceivedLossNotification()
Dvideo_send_stream_impl.cc220 video_stream_encoder_(video_stream_encoder), in VideoSendStreamImpl()
301 video_stream_encoder_->SetStartBitrate( in VideoSendStreamImpl()
313 video_stream_encoder_->SetSink(this, rotation_applied); in VideoSendStreamImpl()
390 video_stream_encoder_->SendKeyFrame(); in StartupVideoSendStream()
406 video_stream_encoder_->OnBitrateUpdated(DataRate::Zero(), DataRate::Zero(), in StopVideoSendStream()
660 video_stream_encoder_->OnBitrateUpdated( in OnBitrateUpdated()
Dencoder_rtcp_feedback.h51 VideoStreamEncoderInterface* const video_stream_encoder_; variable
Dvideo_send_stream_impl_unittest.cc153 &video_stream_encoder_, &event_log_, &config_, in CreateVideoSendStreamImpl()
163 NiceMock<MockVideoStreamEncoder> video_stream_encoder_; member in webrtc::internal::VideoSendStreamImplTest
724 video_stream_encoder_, in TEST_F()
741 EXPECT_CALL(video_stream_encoder_, in TEST_F()
758 EXPECT_CALL(video_stream_encoder_, in TEST_F()
771 EXPECT_CALL(video_stream_encoder_, in TEST_F()
778 EXPECT_CALL(video_stream_encoder_, in TEST_F()
Dvideo_send_stream.h108 std::unique_ptr<VideoStreamEncoderInterface> video_stream_encoder_; variable
Dvideo_send_stream_impl.h177 VideoStreamEncoderInterface* const video_stream_encoder_; variable