Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstmotioncells.cpp336 filter->gridy = GRID_DEF; in gst_motion_cells_init()
433 filter->gridy = g_value_get_int (value); in gst_motion_cells_set_property()
434 if (filter->prevgridy != filter->gridy && !filter->firstframe) { in gst_motion_cells_set_property()
437 filter->prevgridy = filter->gridy; in gst_motion_cells_set_property()
641 g_value_set_int (value, filter->gridy); in gst_motion_cells_get_property()
760 (filter->gridy <= filter->motioncellsidx[i].lineidx)) { in gst_motioncells_update_motion_cells()
767 if ((filter->motioncellsidx[i].lineidx < filter->gridy) && in gst_motioncells_update_motion_cells()
796 (filter->gridy <= filter->motionmaskcellsidx[i].lineidx)) { in gst_motioncells_update_motion_masks()
803 if ((filter->motionmaskcellsidx[i].lineidx < filter->gridy) && in gst_motioncells_update_motion_masks()
882 int framerate, gridx, gridy, motionmaskcells_count, motionmaskcoord_count, in gst_motion_cells_transform_ip() local
[all …]
Dgstmotioncells.h76 gint prevgridx, gridx, prevgridy, gridy, id; member
DMotionCells.cpp82 m_header.gridy = 0; in MotionCells()
312 m_header.gridy = GINT32_TO_BE (m_gridy); in initDataFile()
316 GINT32_FROM_BE (m_header.gridx), GINT32_FROM_BE (m_header.gridy)); in initDataFile()
DMotionCells.h69 gint32 gridy; member