Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/utility/mock/
Dmock_frame_dropper.h25 MOCK_METHOD0(DropFrame, bool());
/external/webrtc/webrtc/modules/video_processing/
Dvideo_decimator.h30 bool DropFrame();
Dvideo_decimator.cc45 bool VPMVideoDecimator::DropFrame() { in DropFrame() function in webrtc::VPMVideoDecimator
Dframe_preprocessor.cc108 if (vd_->DropFrame()) { in PreprocessFrame()
/external/webrtc/webrtc/modules/video_coding/utility/
Dframe_dropper.h41 virtual bool DropFrame();
Dframe_dropper.cc183 bool FrameDropper::DropFrame() { in DropFrame() function in webrtc::FrameDropper
/external/webrtc/webrtc/modules/video_coding/
Dmedia_optimization_unittest.cc34 bool frame_dropped = media_opt_.DropFrame(); in AddFrameAndAdvanceTime()
Dmedia_optimization.h75 bool DropFrame();
Dmedia_optimization.cc416 bool MediaOptimization::DropFrame() { in DropFrame() function in webrtc::media_optimization::MediaOptimization
424 return frame_dropper_->DropFrame(); in DropFrame()
Dvideo_sender.cc276 if (_mediaOpt.DropFrame()) { in AddVideoFrame()
Dgeneric_encoder.cc295 return _mediaOpt->DropFrame(); // Signal to encoder to drop next frame. in Encoded()
Djitter_buffer_unittest.cc350 void DropFrame(int num_packets) { in DropFrame() function in webrtc::TestRunningJitterBuffer
2131 DropFrame(1); in TEST_F()
2274 DropFrame(1); in TEST_F()
2325 DropFrame(max_nack_list_size_ + 1); in TEST_F()
2353 DropFrame(10); in TEST_F()