Home
last modified time | relevance | path

Searched refs:OnDroppedFrame (Results 1 – 12 of 12) sorted by relevance

/external/webrtc/api/test/
Dmock_video_encoder.h29 MOCK_METHOD(void, OnDroppedFrame, (DropReason reason), (override));
/external/webrtc/video/
Dframe_encode_metadata_writer.cc121 frame_drop_callback_->OnDroppedFrame( in OnEncodeStarted()
262 frame_drop_callback_->OnDroppedFrame( in ExtractEncodeStartTimeAndFillMetadata()
Dvideo_send_stream_impl.h131 void OnDroppedFrame(EncodedImageCallback::DropReason reason) override;
Dvideo_stream_encoder.h196 void OnDroppedFrame(EncodedImageCallback::DropReason reason) override;
Dvideo_stream_encoder.cc1289 OnDroppedFrame( in MaybeEncodeVideoFrame()
1656 void VideoStreamEncoder::OnDroppedFrame(DropReason reason) { in OnDroppedFrame() function in webrtc::VideoStreamEncoder
1667 sink_->OnDroppedFrame(reason); in OnDroppedFrame()
Dvideo_send_stream_impl.cc608 void VideoSendStreamImpl::OnDroppedFrame( in OnDroppedFrame() function in webrtc::internal::VideoSendStreamImpl
Dframe_encode_metadata_writer_unittest.cc47 void OnDroppedFrame(DropReason reason) override { ++num_frames_dropped_; } in OnDroppedFrame() function in webrtc::test::__anon4ac3cab40111::FakeEncodedImageCallback
Dvideo_quality_test.cc265 void OnDroppedFrame(DropReason reason) override { in OnDroppedFrame() function in webrtc::__anonf13a0fdf0111::QualityTestVideoEncoder
266 callback_->OnDroppedFrame(reason); in OnDroppedFrame()
Dvideo_send_stream_impl_unittest.cc894 ->OnDroppedFrame( in TEST_F()
/external/webrtc/test/pc/e2e/analyzer/video/
Dquality_analyzing_video_encoder.cc300 void QualityAnalyzingVideoEncoder::OnDroppedFrame( in OnDroppedFrame() function in webrtc::webrtc_pc_e2e::QualityAnalyzingVideoEncoder
305 delegate_callback_->OnDroppedFrame(reason); in OnDroppedFrame()
Dquality_analyzing_video_encoder.h89 void OnDroppedFrame(DropReason reason) override;
/external/webrtc/api/video_codecs/
Dvideo_encoder.h81 virtual void OnDroppedFrame(DropReason reason) {} in OnDroppedFrame() function