Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/opencv/
DMotionCells.cpp57 m_motioncellsidxcstr = NULL; in MotionCells()
94 if (m_motioncellsidxcstr) in ~MotionCells()
95 delete[]m_motioncellsidxcstr; in ~MotionCells()
183 if (m_motioncellsidxcstr) in performDetectionMotionCells()
184 delete[]m_motioncellsidxcstr; in performDetectionMotionCells()
186 m_motioncellsidxcstr = new char[m_motioncells_idx_count]; in performDetectionMotionCells()
217 strncpy (m_motioncellsidxcstr, tmpstr, m_motioncells_idx_count); in performDetectionMotionCells()
219 strcat (m_motioncellsidxcstr, tmpstr); in performDetectionMotionCells()
222 strncpy (m_motioncellsidxcstr, " ", m_motioncells_idx_count); in performDetectionMotionCells()
DMotionCells.h142 return m_motioncellsidxcstr; in getMotionCellsIdx()
252 char *m_motioncellsidxcstr, *m_initdatafilefailed, *m_savedatafilefailed; variable