Home
last modified time | relevance | path

Searched refs:frame_cnt_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
Dframe_preprocessor.cc20 frame_cnt_(0) { in VPMFramePreprocessor()
44 frame_cnt_ = 0; in Reset()
121 if (frame_cnt_ % kSkipFrameCA == 0) { in PreprocessFrame()
128 ++frame_cnt_; in PreprocessFrame()
Dframe_preprocessor.h73 int frame_cnt_; variable
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
Dqm_select.cc169 frame_cnt_ = 0; in ResetRates()
244 frame_cnt_++; in UpdateEncodedSize()
379 if (frame_cnt_ > 0) { in ComputeRatesForSelection()
381 static_cast<float>(frame_cnt_); in ComputeRatesForSelection()
Dqm_select.h317 uint32_t frame_cnt_; variable