Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/opencv/
DMotionCells.cpp106 double p_sensitivity, double p_framerate, int p_gridx, int p_gridy, in performDetectionMotionCells() argument
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()
251 if (p_framerate <= 5) { in performDetectionMotionCells()
Dmotioncells_wrapper.cpp86 double p_framerate, int p_gridx, int p_gridy, long int p_timestamp_millisec, in perform_detection_motion_cells() argument
97 p_sensitivity, p_framerate, p_gridx, p_gridy, p_timestamp_millisec, in perform_detection_motion_cells()
Dmotioncells_wrapper.h65 double p_framerate, int p_gridx, int p_gridy,
DMotionCells.h129 double p_framerate, int p_gridx, int p_gridy, gint64 timestamp_millisec,