Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/opencv/
DMotionCells.cpp115 int sumframecnt = 0; in performDetectionMotionCells() local
119 p_framerate >= 1 ? p_framerate <= 5 ? sumframecnt = 1 in performDetectionMotionCells()
120 : p_framerate <= 10 ? sumframecnt = 2 in performDetectionMotionCells()
121 : p_framerate <= 15 ? sumframecnt = 3 in performDetectionMotionCells()
122 : p_framerate <= 20 ? sumframecnt = 4 in performDetectionMotionCells()
123 : p_framerate <= 25 ? sumframecnt = 5 in performDetectionMotionCells()
124 : p_framerate <= 30 ? sumframecnt = 6 : sumframecnt = 0 : sumframecnt = 0; in performDetectionMotionCells()
128 if (m_framecnt >= sumframecnt) { in performDetectionMotionCells()