Home
last modified time | relevance | path

Searched refs:enable_temporal_decimation_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/video_processing/
Dvideo_decimator.cc33 enable_temporal_decimation_ = true; in Reset()
37 enable_temporal_decimation_ = enable; in EnableTemporalDecimation()
46 if (!enable_temporal_decimation_) in DropFrame()
99 if (!enable_temporal_decimation_) { in GetDecimatedFrameRate()
Dvideo_decimator.h53 bool enable_temporal_decimation_; variable