Home
last modified time | relevance | path

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

12345

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/media/engine/
H A Dencoder_simulcast_proxy.cc77 void EncoderSimulcastProxy::OnLossNotification( in OnLossNotification() function in webrtc::EncoderSimulcastProxy
79 encoder_->OnLossNotification(loss_notification); in OnLossNotification()
H A Dencoder_simulcast_proxy.h56 void OnLossNotification(const LossNotification& loss_notification) override;
/dports/net-im/tg_owt/tg_owt-d578c76/src/media/engine/
H A Dencoder_simulcast_proxy.cc77 void EncoderSimulcastProxy::OnLossNotification( in OnLossNotification() function in webrtc::EncoderSimulcastProxy
79 encoder_->OnLossNotification(loss_notification); in OnLossNotification()
H A Dencoder_simulcast_proxy.h56 void OnLossNotification(const LossNotification& loss_notification) override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/media/engine/
H A Dencoder_simulcast_proxy.cc77 void EncoderSimulcastProxy::OnLossNotification( in OnLossNotification() function in webrtc::EncoderSimulcastProxy
79 encoder_->OnLossNotification(loss_notification); in OnLossNotification()
H A Dencoder_simulcast_proxy.h56 void OnLossNotification(const LossNotification& loss_notification) override;
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/media/engine/
H A Dencoder_simulcast_proxy.cc77 void EncoderSimulcastProxy::OnLossNotification( in OnLossNotification() function in webrtc::EncoderSimulcastProxy
79 encoder_->OnLossNotification(loss_notification); in OnLossNotification()
H A Dencoder_simulcast_proxy.h56 void OnLossNotification(const LossNotification& loss_notification) override;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/api/video_codecs/test/
H A 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 …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/api/video_codecs/test/
H A Dvideo_encoder_software_fallback_wrapper_unittest.cc949 EXPECT_CALL(*hw_, OnLossNotification).Times(0); in TEST_F()
950 EXPECT_CALL(*sw_, OnLossNotification).Times(0); in TEST_F()
987 EXPECT_CALL(*hw_, OnLossNotification).Times(1); in TEST_F()
988 EXPECT_CALL(*sw_, OnLossNotification).Times(0); in TEST_F()
989 wrapper_->OnLossNotification(lntf1); in TEST_F()
1010 EXPECT_CALL(*sw_, OnLossNotification).Times(1); in TEST_F()
1011 EXPECT_CALL(*hw_, OnLossNotification).Times(0); in TEST_F()
1046 EXPECT_CALL(*sw_, OnLossNotification).Times(1); in TEST_F()
1047 EXPECT_CALL(*hw_, OnLossNotification).Times(0); in TEST_F()
1048 wrapper_->OnLossNotification(lntf2); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/api/video_codecs/test/
H A Dvideo_encoder_software_fallback_wrapper_unittest.cc936 EXPECT_CALL(*hw_, OnLossNotification).Times(0); in TEST_F()
937 EXPECT_CALL(*sw_, OnLossNotification).Times(0); in TEST_F()
974 EXPECT_CALL(*hw_, OnLossNotification).Times(1); in TEST_F()
975 EXPECT_CALL(*sw_, OnLossNotification).Times(0); in TEST_F()
976 wrapper_->OnLossNotification(lntf1); in TEST_F()
997 EXPECT_CALL(*sw_, OnLossNotification).Times(1); in TEST_F()
998 EXPECT_CALL(*hw_, OnLossNotification).Times(0); in TEST_F()
1033 EXPECT_CALL(*sw_, OnLossNotification).Times(1); in TEST_F()
1034 EXPECT_CALL(*hw_, OnLossNotification).Times(0); in TEST_F()
1035 wrapper_->OnLossNotification(lntf2); in TEST_F()
[all …]
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/api/video_codecs/test/
H A Dvideo_encoder_software_fallback_wrapper_unittest.cc936 EXPECT_CALL(*hw_, OnLossNotification).Times(0); in TEST_F()
937 EXPECT_CALL(*sw_, OnLossNotification).Times(0); in TEST_F()
974 EXPECT_CALL(*hw_, OnLossNotification).Times(1); in TEST_F()
975 EXPECT_CALL(*sw_, OnLossNotification).Times(0); in TEST_F()
976 wrapper_->OnLossNotification(lntf1); in TEST_F()
997 EXPECT_CALL(*sw_, OnLossNotification).Times(1); in TEST_F()
998 EXPECT_CALL(*hw_, OnLossNotification).Times(0); in TEST_F()
1033 EXPECT_CALL(*sw_, OnLossNotification).Times(1); in TEST_F()
1034 EXPECT_CALL(*hw_, OnLossNotification).Times(0); in TEST_F()
1035 wrapper_->OnLossNotification(lntf2); in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/api/video_codecs/
H A Dvp8_temporal_layers.cc101 void Vp8TemporalLayers::OnLossNotification( in OnLossNotification() function in webrtc::Vp8TemporalLayers
104 controller->OnLossNotification(loss_notification); in OnLossNotification()
H A 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::__anon12260f110111::VideoEncoderSoftwareFallbackWrapper
404 current_encoder()->OnLossNotification(loss_notification); in OnLossNotification()
/dports/net-im/tg_owt/tg_owt-d578c76/src/api/video_codecs/
H A Dvp8_temporal_layers.cc101 void Vp8TemporalLayers::OnLossNotification( in OnLossNotification() function in webrtc::Vp8TemporalLayers
104 controller->OnLossNotification(loss_notification); in OnLossNotification()
H A Dvideo_encoder_software_fallback_wrapper.cc140 void OnLossNotification(const LossNotification& loss_notification) override;
240 encoder->OnLossNotification(loss_notification_.value()); in PrimeEncoder()
406 void VideoEncoderSoftwareFallbackWrapper::OnLossNotification( in OnLossNotification() function in webrtc::__anon0df9e5070111::VideoEncoderSoftwareFallbackWrapper
409 current_encoder()->OnLossNotification(loss_notification); in OnLossNotification()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/api/video_codecs/
H A Dvp8_temporal_layers.cc101 void Vp8TemporalLayers::OnLossNotification( in OnLossNotification() function in webrtc::Vp8TemporalLayers
104 controller->OnLossNotification(loss_notification); in OnLossNotification()
H A Dvideo_encoder_software_fallback_wrapper.cc141 void OnLossNotification(const LossNotification& loss_notification) override;
241 encoder->OnLossNotification(loss_notification_.value()); in PrimeEncoder()
407 void VideoEncoderSoftwareFallbackWrapper::OnLossNotification( in OnLossNotification() function in webrtc::__anon0613adf60111::VideoEncoderSoftwareFallbackWrapper
410 current_encoder()->OnLossNotification(loss_notification); in OnLossNotification()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/api/video_codecs/
H A Dvp8_temporal_layers.cc101 void Vp8TemporalLayers::OnLossNotification( in OnLossNotification() function in webrtc::Vp8TemporalLayers
104 controller->OnLossNotification(loss_notification); in OnLossNotification()
H A 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::__anon91df58870111::VideoEncoderSoftwareFallbackWrapper
404 current_encoder()->OnLossNotification(loss_notification); in OnLossNotification()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/video/test/
H A Dmock_video_stream_encoder.h26 MOCK_METHOD1(OnLossNotification, void(const VideoEncoder::LossNotification&));
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/api/video/
H A Dvideo_stream_encoder_interface.h84 virtual void OnLossNotification(
/dports/net-im/tg_owt/tg_owt-d578c76/src/video/test/
H A Dmock_video_stream_encoder.h39 OnLossNotification,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/video/test/
H A Dmock_video_stream_encoder.h39 OnLossNotification,
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/video/test/
H A Dmock_video_stream_encoder.h39 OnLossNotification,

12345