Lines Matching refs:m_header
76 memset (&m_header, 0, sizeof (MotionCellHeader)); in MotionCells()
77 m_header.headersize = GINT32_TO_BE (MC_HEADER); in MotionCells()
78 m_header.type = GINT32_TO_BE (MC_TYPE); in MotionCells()
79 m_header.version = GINT32_TO_BE (MC_VERSION); in MotionCells()
80 m_header.itemsize = 0; in MotionCells()
81 m_header.gridx = 0; in MotionCells()
82 m_header.gridy = 0; in MotionCells()
83 m_header.starttime = 0; in MotionCells()
308 m_header.itemsize = in initDataFile()
311 m_header.gridx = GINT32_TO_BE (m_gridx); in initDataFile()
312 m_header.gridy = GINT32_TO_BE (m_gridy); in initDataFile()
313 m_header.starttime = GINT64_TO_BE (starttime); in initDataFile()
315 snprintf (m_header.name, sizeof (m_header.name), "%s %dx%d", MC_VERSIONTEXT, in initDataFile()
316 GINT32_FROM_BE (m_header.gridx), GINT32_FROM_BE (m_header.gridy)); in initDataFile()
335 if (fwrite (&m_header, sizeof (MotionCellHeader), 1, mc_savefile) != 1) { in saveMotionCells()
346 GINT32_FROM_BE (m_header.itemsize) - sizeof (mc_data.timestamp)); in saveMotionCells()
357 m_MotionCells.at (i).lineidx * GINT32_FROM_BE (m_header.gridx) + in saveMotionCells()
376 GINT32_FROM_BE (m_header.itemsize) - sizeof (mc_data.timestamp), 1, in saveMotionCells()