Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/opencv/
DMotionCells.h95 } motioncellidx; typedef
132 motioncellidx * motionmaskcellsidx, cellscolor motioncellscolor,
133 int motioncells_count, motioncellidx * motioncellsidx, gint64 starttime,
190 void performMotionMask (motioncellidx * p_motionmaskcellsidx,
192 void calculateMotionPercentInMotionCells (motioncellidx *
Dmotioncells_wrapper.h68 int motionmaskcells_count, motioncellidx * motionmaskcellsidx,
70 motioncellidx * motioncellsidx, gint64 starttime, char *datafile,
Dgstmotioncells.cpp550 g_new0 (motioncellidx, filter->motionmaskcells_count); in gst_motion_cells_set_property()
600 g_new0 (motioncellidx, filter->motioncells_count); in gst_motion_cells_set_property()
757 motioncellidx *motioncellsidx; in gst_motioncells_update_motion_cells()
765 motioncellsidx = g_new0 (motioncellidx, newcellscnt); in gst_motioncells_update_motion_cells()
776 filter->motioncellsidx = g_new0 (motioncellidx, filter->motioncells_count); in gst_motioncells_update_motion_cells()
793 motioncellidx *motionmaskcellsidx; in gst_motioncells_update_motion_masks()
801 motionmaskcellsidx = g_new0 (motioncellidx, newmaskcnt); in gst_motioncells_update_motion_masks()
813 g_new0 (motioncellidx, filter->motionmaskcells_count); in gst_motioncells_update_motion_masks()
892 motioncellidx *motionmaskcellsidx; in gst_motion_cells_transform_ip()
894 motioncellidx *motioncellsidx; in gst_motion_cells_transform_ip()
[all …]
Dmotioncells_wrapper.cpp89 motioncellidx * motionmaskcellsidx, cellscolor motioncellscolor, in perform_detection_motion_cells()
90 int motioncells_count, motioncellidx * motioncellsidx, gint64 starttime, in perform_detection_motion_cells()
DMotionCells.cpp109 int motionmaskcells_count, motioncellidx * motionmaskcellsidx, in performDetectionMotionCells()
111 motioncellidx * motioncellsidx, gint64 starttime, char *p_datafile, in performDetectionMotionCells()
428 MotionCells::calculateMotionPercentInMotionCells (motioncellidx * in calculateMotionPercentInMotionCells()
501 MotionCells::performMotionMask (motioncellidx * p_motionmaskcellsidx, in performMotionMask()
Dgstmotioncells.h80 motioncellidx *motioncellsidx, *motionmaskcellsidx;