Searched refs:OnDroppedFrame (Results 1 – 12 of 12) sorted by relevance
176 void VideoEncoderSoftwareFallbackWrapper::OnDroppedFrame() { in OnDroppedFrame() function in webrtc::VideoEncoderSoftwareFallbackWrapper178 return fallback_encoder_->OnDroppedFrame(); in OnDroppedFrame()179 return encoder_->OnDroppedFrame(); in OnDroppedFrame()
63 void OnDroppedFrame() override { ++on_dropped_frame_count_; } in OnDroppedFrame() function in webrtc::VideoEncoderSoftwareFallbackWrapperTest::CountingFakeEncoder240 fallback_wrapper_.OnDroppedFrame(); in TEST_F()247 fallback_wrapper_.OnDroppedFrame(); in TEST_F()
125 virtual void OnDroppedFrame() {} in OnDroppedFrame() function153 void OnDroppedFrame() override;
76 void OnDroppedFrame() override {} in OnDroppedFrame() function
214 void VCMGenericEncoder::OnDroppedFrame() { in OnDroppedFrame() function in webrtc::VCMGenericEncoder215 encoder_->OnDroppedFrame(); in OnDroppedFrame()
130 void OnDroppedFrame();
277 _encoder->OnDroppedFrame(); in AddVideoFrame()
58 void OnDroppedFrame() override;
59 void OnDroppedFrame() override {} in OnDroppedFrame() function
482 void SimulcastEncoderAdapter::OnDroppedFrame() { in OnDroppedFrame() function in webrtc::SimulcastEncoderAdapter483 streaminfos_[0].encoder->OnDroppedFrame(); in OnDroppedFrame()
50 void OnDroppedFrame() override {} in OnDroppedFrame() function
107 void OnDroppedFrame() override;618 OnDroppedFrame(); in EncodeOnCodecThread()634 OnDroppedFrame(); in EncodeOnCodecThread()1067 void MediaCodecVideoEncoder::OnDroppedFrame() { in OnDroppedFrame() function in webrtc_jni::MediaCodecVideoEncoder