Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstmotioncells.cpp369 filter->changed_datafile = FALSE; in gst_motion_cells_init()
485 filter->changed_datafile = TRUE; in gst_motion_cells_set_property()
491 filter->changed_datafile = FALSE; in gst_motion_cells_set_property()
889 bool display, changed_datafile, useAlpha; in gst_motion_cells_transform_ip() local
937 filter->changed_datafile = TRUE; in gst_motion_cells_transform_ip()
954 if (filter->changed_datafile || filter->diff_timestamp < 0) in gst_motion_cells_transform_ip()
957 changed_datafile = filter->changed_datafile; in gst_motion_cells_transform_ip()
981 datafile, changed_datafile, thickness, filter->id); in gst_motion_cells_transform_ip()
1023 filter->changed_datafile = getChangedDataFile (filter->id); in gst_motion_cells_transform_ip()
Dgstmotioncells.h72 gboolean previous_motion, changed_datafile, postallmotion, usealpha, member