Home
last modified time | relevance | path

Searched refs:BUSMSGLEN (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/opencv/
DMotionCells.cpp60 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()
DMotionCells.h59 #define BUSMSGLEN 20 macro
Dgstmotioncells.cpp92 #define BUSMSGLEN 20 macro