Searched refs:m_savedatafilefailed (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/opencv/ |
D | MotionCells.cpp | 61 m_savedatafilefailed = new char[BUSMSGLEN]; in MotionCells() 93 delete[]m_savedatafilefailed; in ~MotionCells() 338 strncpy (m_savedatafilefailed, strerror (errno), BUSMSGLEN - 1); in saveMotionCells() 350 strncpy (m_savedatafilefailed, strerror (errno), BUSMSGLEN - 1); in saveMotionCells() 370 strncpy (m_savedatafilefailed, strerror (errno), BUSMSGLEN - 1); in saveMotionCells() 380 strncpy (m_savedatafilefailed, strerror (errno), BUSMSGLEN - 1); in saveMotionCells()
|
D | MotionCells.h | 162 return m_savedatafilefailed; in getDatafileSaveFailed() 252 char *m_motioncellsidxcstr, *m_initdatafilefailed, *m_savedatafilefailed; variable
|