/external/webrtc/media/engine/ |
D | encoder_simulcast_proxy.cc | 77 void EncoderSimulcastProxy::OnLossNotification( in OnLossNotification() function in webrtc::EncoderSimulcastProxy 79 encoder_->OnLossNotification(loss_notification); in OnLossNotification()
|
D | encoder_simulcast_proxy.h | 56 void OnLossNotification(const LossNotification& loss_notification) override;
|
D | simulcast_encoder_adapter.h | 65 void OnLossNotification(const LossNotification& loss_notification) override;
|
D | simulcast_encoder_adapter.cc | 550 void SimulcastEncoderAdapter::OnLossNotification( in OnLossNotification() function in webrtc::SimulcastEncoderAdapter 553 info.encoder->OnLossNotification(loss_notification); in OnLossNotification()
|
/external/webrtc/api/video_codecs/test/ |
D | video_encoder_software_fallback_wrapper_unittest.cc | 939 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/ |
D | vp8_temporal_layers.cc | 101 void Vp8TemporalLayers::OnLossNotification( in OnLossNotification() function in webrtc::Vp8TemporalLayers 104 controller->OnLossNotification(loss_notification); in OnLossNotification()
|
D | video_encoder_software_fallback_wrapper.cc | 141 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()
|
D | vp8_temporal_layers.h | 68 void OnLossNotification(
|
D | vp8_frame_buffer_controller.h | 171 virtual void OnLossNotification(
|
D | video_encoder.h | 402 virtual void OnLossNotification(const LossNotification& loss_notification);
|
D | video_encoder.cc | 311 void VideoEncoder::OnLossNotification( in OnLossNotification() function in webrtc::VideoEncoder
|
/external/webrtc/video/test/ |
D | mock_video_stream_encoder.h | 39 OnLossNotification,
|
/external/webrtc/api/test/ |
D | mock_video_encoder.h | 67 OnLossNotification,
|
/external/webrtc/api/video/ |
D | video_stream_encoder_interface.h | 95 virtual void OnLossNotification(
|
/external/webrtc/modules/video_coding/codecs/multiplex/include/ |
D | multiplex_encoder_adapter.h | 53 void OnLossNotification(const LossNotification& loss_notification) override;
|
/external/webrtc/modules/video_coding/codecs/multiplex/ |
D | multiplex_encoder_adapter.cc | 261 void MultiplexEncoderAdapter::OnLossNotification( in OnLossNotification() function in webrtc::MultiplexEncoderAdapter 264 encoder->OnLossNotification(loss_notification); in OnLossNotification()
|
/external/webrtc/video/ |
D | encoder_rtcp_feedback.cc | 144 video_stream_encoder_->OnLossNotification(loss_notification); in OnReceivedLossNotification()
|
D | video_stream_encoder.h | 99 void OnLossNotification(
|
D | video_stream_encoder.cc | 1523 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/ |
D | libvpx_vp8_encoder.h | 60 void OnLossNotification(const LossNotification& loss_notification) override;
|
D | screenshare_layers.h | 70 void OnLossNotification(
|
D | default_temporal_layers.h | 69 void OnLossNotification(
|
D | screenshare_layers.cc | 420 void ScreenshareLayers::OnLossNotification( in OnLossNotification() function in webrtc::ScreenshareLayers
|
D | libvpx_vp8_encoder.cc | 425 void LibvpxVp8Encoder::OnLossNotification( in OnLossNotification() function in webrtc::LibvpxVp8Encoder 428 frame_buffer_controller_->OnLossNotification(loss_notification); in OnLossNotification()
|
D | default_temporal_layers.cc | 600 void DefaultTemporalLayers::OnLossNotification( in OnLossNotification() function in webrtc::DefaultTemporalLayers
|