Searched refs:OnDroppedFrame (Results 1 – 12 of 12) sorted by relevance
29 MOCK_METHOD(void, OnDroppedFrame, (DropReason reason), (override));
121 frame_drop_callback_->OnDroppedFrame( in OnEncodeStarted()262 frame_drop_callback_->OnDroppedFrame( in ExtractEncodeStartTimeAndFillMetadata()
131 void OnDroppedFrame(EncodedImageCallback::DropReason reason) override;
196 void OnDroppedFrame(EncodedImageCallback::DropReason reason) override;
1289 OnDroppedFrame( in MaybeEncodeVideoFrame()1656 void VideoStreamEncoder::OnDroppedFrame(DropReason reason) { in OnDroppedFrame() function in webrtc::VideoStreamEncoder1667 sink_->OnDroppedFrame(reason); in OnDroppedFrame()
608 void VideoSendStreamImpl::OnDroppedFrame( in OnDroppedFrame() function in webrtc::internal::VideoSendStreamImpl
47 void OnDroppedFrame(DropReason reason) override { ++num_frames_dropped_; } in OnDroppedFrame() function in webrtc::test::__anona9bd51db0111::FakeEncodedImageCallback
265 void OnDroppedFrame(DropReason reason) override { in OnDroppedFrame() function in webrtc::__anonfccf62660111::QualityTestVideoEncoder266 callback_->OnDroppedFrame(reason); in OnDroppedFrame()
894 ->OnDroppedFrame( in TEST_F()
300 void QualityAnalyzingVideoEncoder::OnDroppedFrame( in OnDroppedFrame() function in webrtc::webrtc_pc_e2e::QualityAnalyzingVideoEncoder305 delegate_callback_->OnDroppedFrame(reason); in OnDroppedFrame()
89 void OnDroppedFrame(DropReason reason) override;
81 virtual void OnDroppedFrame(DropReason reason) {} in OnDroppedFrame() function