Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstmotioncells.cpp335 filter->gridx = GRID_DEF; in gst_motion_cells_init()
426 filter->gridx = g_value_get_int (value); in gst_motion_cells_set_property()
427 if (filter->prevgridx != filter->gridx && !filter->firstframe) { in gst_motion_cells_set_property()
430 filter->prevgridx = filter->gridx; in gst_motion_cells_set_property()
638 g_value_set_int (value, filter->gridx); in gst_motion_cells_get_property()
759 if ((filter->gridx <= filter->motioncellsidx[i].columnidx) || in gst_motioncells_update_motion_cells()
768 (filter->motioncellsidx[i].columnidx < filter->gridx)) { in gst_motioncells_update_motion_cells()
795 if ((filter->gridx <= filter->motionmaskcellsidx[i].columnidx) || in gst_motioncells_update_motion_masks()
804 (filter->motionmaskcellsidx[i].columnidx < filter->gridx)) { in gst_motioncells_update_motion_masks()
882 int framerate, gridx, gridy, motionmaskcells_count, motionmaskcoord_count, in gst_motion_cells_transform_ip() local
[all …]
DMotionCells.cpp81 m_header.gridx = 0; in MotionCells()
311 m_header.gridx = GINT32_TO_BE (m_gridx); in initDataFile()
316 GINT32_FROM_BE (m_header.gridx), GINT32_FROM_BE (m_header.gridy)); in initDataFile()
357 m_MotionCells.at (i).lineidx * GINT32_FROM_BE (m_header.gridx) + in saveMotionCells()
Dgstmotioncells.h76 gint prevgridx, gridx, prevgridy, gridy, id; member
DMotionCells.h68 gint32 gridx; member