Home
last modified time | relevance | path

Searched defs:OnDroppedFrame (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/codecs/i420/include/
Di420.h76 void OnDroppedFrame() override {} in OnDroppedFrame() function
/external/webrtc/webrtc/
Dvideo_encoder.h125 virtual void OnDroppedFrame() {} in OnDroppedFrame() function
/external/webrtc/webrtc/video/
Dvideo_encoder.cc176 void VideoEncoderSoftwareFallbackWrapper::OnDroppedFrame() { in OnDroppedFrame() function in webrtc::VideoEncoderSoftwareFallbackWrapper
Dvideo_encoder_unittest.cc63 void OnDroppedFrame() override { ++on_dropped_frame_count_; } in OnDroppedFrame() function in webrtc::VideoEncoderSoftwareFallbackWrapperTest::CountingFakeEncoder
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dvp8_impl.h59 void OnDroppedFrame() override {} in OnDroppedFrame() function
Dsimulcast_encoder_adapter.cc482 void SimulcastEncoderAdapter::OnDroppedFrame() { in OnDroppedFrame() function in webrtc::SimulcastEncoderAdapter
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.h50 void OnDroppedFrame() override {} in OnDroppedFrame() function
/external/webrtc/webrtc/modules/video_coding/
Dgeneric_encoder.cc214 void VCMGenericEncoder::OnDroppedFrame() { in OnDroppedFrame() function in webrtc::VCMGenericEncoder
/external/webrtc/talk/app/webrtc/java/jni/
Dandroidmediaencoder_jni.cc1067 void MediaCodecVideoEncoder::OnDroppedFrame() { in OnDroppedFrame() function in webrtc_jni::MediaCodecVideoEncoder