Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/opencv/
DMotionCells.h129 double p_framerate, int p_gridx, int p_gridy, gint64 timestamp_millisec,
194 int saveMotionCells (gint64 timestamp_millisec);
DMotionCells.cpp107 gint64 timestamp_millisec, bool p_isVisible, bool p_useAlpha, in performDetectionMotionCells() argument
232 ret = saveMotionCells (timestamp_millisec); in performDetectionMotionCells()
322 MotionCells::saveMotionCells (gint64 timestamp_millisec) in saveMotionCells() argument
326 mc_data.timestamp = GINT32_TO_BE (timestamp_millisec); in saveMotionCells()