Searched refs:BUSMSGLEN (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/opencv/ |
D | MotionCells.cpp | 60 m_initdatafilefailed = new char[BUSMSGLEN]; in MotionCells() 61 m_savedatafilefailed = new char[BUSMSGLEN]; in MotionCells() 298 strncpy (m_initdatafilefailed, strerror (errno), BUSMSGLEN - 1); in initDataFile() 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 | 59 #define BUSMSGLEN 20 macro
|
D | gstmotioncells.cpp | 92 #define BUSMSGLEN 20 macro
|