Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstmotioncells.cpp338 filter->postnomotion = POST_NO_MOTION_DEF; in gst_motion_cells_init()
443 filter->postnomotion = g_value_get_int (value); in gst_motion_cells_set_property()
647 g_value_set_int (value, filter->postnomotion); in gst_motion_cells_get_property()
887 guint minimum_motion_frames, postnomotion; in gst_motion_cells_transform_ip() local
902 postnomotion = filter->postnomotion; in gst_motion_cells_transform_ip()
1093 if (postnomotion > 0) { in gst_motion_cells_transform_ip()
1097 filter->postnomotion) { in gst_motion_cells_transform_ip()
1101 filter->postnomotion) { in gst_motion_cells_transform_ip()
Dgstmotioncells.h83 guint gap, datafileidx, postnomotion, minimum_motion_frames; member