Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/opencv/
DMotionCells.cpp76 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()
[all …]
DMotionCells.h254 MotionCellHeader m_header; variable
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineCacheTests.cpp1715 } m_header; member in vkt::pipeline::__anonc66fc8560111::CacheHeaderTestInstance
1736 if (dataSize < sizeof(m_header)) in CacheHeaderTestInstance()
1743 deMemcpy(&m_header, m_data, sizeof(m_header)); in CacheHeaderTestInstance()
1745 if (m_header.HeaderLength - VK_UUID_SIZE != 16) in CacheHeaderTestInstance()
1748 if (m_header.HeaderVersion != 1) in CacheHeaderTestInstance()
1751 if (m_header.VendorID != m_context.getDeviceProperties().vendorID) in CacheHeaderTestInstance()
1754 if (m_header.DeviceID != m_context.getDeviceProperties().deviceID) in CacheHeaderTestInstance()
1757 …if (deMemCmp(&m_header.PipelineCacheUUID, &m_context.getDeviceProperties().pipelineCacheUUID, VK_U… in CacheHeaderTestInstance()