Home
last modified time | relevance | path

Searched refs:OnIncomingFrame (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/call/adaptation/test/
Dfake_frame_rate_provider.h25 MOCK_METHOD(void, OnIncomingFrame, (int, int), (override));
/external/webrtc/api/video/
Dvideo_stream_encoder_observer.h67 virtual void OnIncomingFrame(int width, int height) = 0;
/external/webrtc/video/
Dsend_statistics_proxy_unittest.cc1490 statistics_proxy_->OnIncomingFrame(kWidth, kHeight); in TEST_F()
1506 statistics_proxy_->OnIncomingFrame(kWidth, kHeight); in TEST_F()
1563 statistics_proxy_->OnIncomingFrame(kWidth, kHeight); in TEST_F()
1596 statistics_proxy_->OnIncomingFrame(kWidth, kHeight); in TEST_F()
1604 statistics_proxy_->OnIncomingFrame(kWidth, kHeight); in TEST_F()
1645 statistics_proxy_->OnIncomingFrame(kWidth, kHeight); in TEST_F()
1659 statistics_proxy_->OnIncomingFrame(kWidth, kHeight); in TEST_F()
1666 statistics_proxy_->OnIncomingFrame(kWidth, kHeight); in TEST_F()
Dsend_statistics_proxy.h67 void OnIncomingFrame(int width, int height) override;
Dsend_statistics_proxy.cc1055 void SendStatisticsProxy::OnIncomingFrame(int width, int height) { in OnIncomingFrame() function in webrtc::SendStatisticsProxy
Dvideo_stream_encoder.cc993 encoder_stats_observer_->OnIncomingFrame(incoming_frame.width(), in OnFrame()