Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/opencv/
DMotionCells.cpp66 m_useAlpha = false; in MotionCells()
129 m_useAlpha = p_useAlpha; in performDetectionMotionCells()
195 if (m_useAlpha && m_isVisible) { in performDetectionMotionCells()
224 if (m_useAlpha && m_isVisible) { in performDetectionMotionCells()
264 if (m_useAlpha && m_isVisible) { in performDetectionMotionCells()
281 if (m_useAlpha && m_isVisible) { in performDetectionMotionCells()
DMotionCells.h243 bool m_isVisible, m_changed_datafile, m_useAlpha, m_saveInDatafile; variable