Home
last modified time | relevance | path

Searched refs:OnLossNotification (Results 1 – 25 of 26) sorted by relevance

12

/external/webrtc/media/engine/
Dencoder_simulcast_proxy.cc77 void EncoderSimulcastProxy::OnLossNotification( in OnLossNotification() function in webrtc::EncoderSimulcastProxy
79 encoder_->OnLossNotification(loss_notification); in OnLossNotification()
Dencoder_simulcast_proxy.h56 void OnLossNotification(const LossNotification& loss_notification) override;
Dsimulcast_encoder_adapter.h65 void OnLossNotification(const LossNotification& loss_notification) override;
Dsimulcast_encoder_adapter.cc550 void SimulcastEncoderAdapter::OnLossNotification( in OnLossNotification() function in webrtc::SimulcastEncoderAdapter
553 info.encoder->OnLossNotification(loss_notification); in OnLossNotification()
/external/webrtc/api/video_codecs/test/
Dvideo_encoder_software_fallback_wrapper_unittest.cc939 EXPECT_CALL(*hw_, OnLossNotification).Times(0); in TEST_F()
940 EXPECT_CALL(*sw_, OnLossNotification).Times(0); in TEST_F()
977 EXPECT_CALL(*hw_, OnLossNotification).Times(1); in TEST_F()
978 EXPECT_CALL(*sw_, OnLossNotification).Times(0); in TEST_F()
979 wrapper_->OnLossNotification(lntf1); in TEST_F()
1000 EXPECT_CALL(*sw_, OnLossNotification).Times(1); in TEST_F()
1001 EXPECT_CALL(*hw_, OnLossNotification).Times(0); in TEST_F()
1036 EXPECT_CALL(*sw_, OnLossNotification).Times(1); in TEST_F()
1037 EXPECT_CALL(*hw_, OnLossNotification).Times(0); in TEST_F()
1038 wrapper_->OnLossNotification(lntf2); in TEST_F()
[all …]
/external/webrtc/api/video_codecs/
Dvp8_temporal_layers.cc101 void Vp8TemporalLayers::OnLossNotification( in OnLossNotification() function in webrtc::Vp8TemporalLayers
104 controller->OnLossNotification(loss_notification); in OnLossNotification()
Dvideo_encoder_software_fallback_wrapper.cc141 void OnLossNotification(const LossNotification& loss_notification) override;
240 encoder->OnLossNotification(loss_notification_.value()); in PrimeEncoder()
401 void VideoEncoderSoftwareFallbackWrapper::OnLossNotification( in OnLossNotification() function in webrtc::__anonfc13b8300111::VideoEncoderSoftwareFallbackWrapper
404 current_encoder()->OnLossNotification(loss_notification); in OnLossNotification()
Dvp8_temporal_layers.h68 void OnLossNotification(
Dvp8_frame_buffer_controller.h171 virtual void OnLossNotification(
Dvideo_encoder.h402 virtual void OnLossNotification(const LossNotification& loss_notification);
Dvideo_encoder.cc311 void VideoEncoder::OnLossNotification( in OnLossNotification() function in webrtc::VideoEncoder
/external/webrtc/video/test/
Dmock_video_stream_encoder.h39 OnLossNotification,
/external/webrtc/api/test/
Dmock_video_encoder.h67 OnLossNotification,
/external/webrtc/api/video/
Dvideo_stream_encoder_interface.h95 virtual void OnLossNotification(
/external/webrtc/modules/video_coding/codecs/multiplex/include/
Dmultiplex_encoder_adapter.h53 void OnLossNotification(const LossNotification& loss_notification) override;
/external/webrtc/modules/video_coding/codecs/multiplex/
Dmultiplex_encoder_adapter.cc261 void MultiplexEncoderAdapter::OnLossNotification( in OnLossNotification() function in webrtc::MultiplexEncoderAdapter
264 encoder->OnLossNotification(loss_notification); in OnLossNotification()
/external/webrtc/video/
Dencoder_rtcp_feedback.cc144 video_stream_encoder_->OnLossNotification(loss_notification); in OnReceivedLossNotification()
Dvideo_stream_encoder.h99 void OnLossNotification(
Dvideo_stream_encoder.cc1523 void VideoStreamEncoder::OnLossNotification( in OnLossNotification() function in webrtc::VideoStreamEncoder
1527 [this, loss_notification] { OnLossNotification(loss_notification); }); in OnLossNotification()
1533 encoder_->OnLossNotification(loss_notification); in OnLossNotification()
/external/webrtc/modules/video_coding/codecs/vp8/
Dlibvpx_vp8_encoder.h60 void OnLossNotification(const LossNotification& loss_notification) override;
Dscreenshare_layers.h70 void OnLossNotification(
Ddefault_temporal_layers.h69 void OnLossNotification(
Dscreenshare_layers.cc420 void ScreenshareLayers::OnLossNotification( in OnLossNotification() function in webrtc::ScreenshareLayers
Dlibvpx_vp8_encoder.cc425 void LibvpxVp8Encoder::OnLossNotification( in OnLossNotification() function in webrtc::LibvpxVp8Encoder
428 frame_buffer_controller_->OnLossNotification(loss_notification); in OnLossNotification()
Ddefault_temporal_layers.cc600 void DefaultTemporalLayers::OnLossNotification( in OnLossNotification() function in webrtc::DefaultTemporalLayers

12