Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstsegmentation.cpp507 c->cb[i]->t_last_update = c->t; in update_codebook()
522 int negRun = c->t - c->cb[s]->t_last_update; in update_codebook()
544 c->cb[c->numEntries]->t_last_update = c->t; in update_codebook()
598 foo[k]->t_last_update = 0; in clear_stale_entries()
Dgstsegmentation.h76 int t_last_update; /* Allow us to kill stale entries */ member