Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstmotioncells.cpp173 GFREE (filter->motionmaskcoords); in gst_motion_cells_finalize()
350 filter->motionmaskcoords = NULL; in gst_motion_cells_init()
505 GFREE (filter->motionmaskcoords); in gst_motion_cells_set_property()
513 filter->motionmaskcoords = in gst_motion_cells_set_property()
519 filter->motionmaskcoords[i].upper_left_x = ux < 0 ? 0 : ux; in gst_motion_cells_set_property()
520 filter->motionmaskcoords[i].upper_left_y = uy < 0 ? 0 : uy; in gst_motion_cells_set_property()
521 filter->motionmaskcoords[i].lower_right_x = lx < 0 ? 0 : lx; in gst_motion_cells_set_property()
522 filter->motionmaskcoords[i].lower_right_y = ly < 0 ? 0 : ly; in gst_motion_cells_set_property()
525 fix_coords (filter->motionmaskcoords[i], filter->width, in gst_motion_cells_set_property()
684 filter->motionmaskcoords[i].upper_left_x, in gst_motion_cells_get_property()
[all …]
Dmotioncells_wrapper.cpp88 motionmaskcoordrect * motionmaskcoords, int motionmaskcells_count, in perform_detection_motion_cells() argument
98 p_isVisible, p_useAlpha, motionmaskcoord_count, motionmaskcoords, in perform_detection_motion_cells()
Dmotioncells_wrapper.h67 int motionmaskcoord_count, motionmaskcoordrect * motionmaskcoords,
Dgstmotioncells.h78 motionmaskcoordrect *motionmaskcoords; member
DMotionCells.h131 motionmaskcoordrect * motionmaskcoords, int motionmaskcells_count,
DMotionCells.cpp108 int motionmaskcoord_count, motionmaskcoordrect * motionmaskcoords, in performDetectionMotionCells() argument
171 performMotionMaskCoords (motionmaskcoords, motionmaskcoord_count); in performDetectionMotionCells()
/third_party/gstreamer/gstplugins_bad/
DChangeLog59460 motioncells: delay motionmaskcoords until caps arrive
59461 motionmaskcoords is not applied on start because the information