Home
last modified time | relevance | path

Searched refs:m_frame_deformatter_root (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/opencsd/decoder/source/
H A Docsd_dcd_tree.cpp97 m_frame_deformatter_root(0), in DecodeTree()
121 delete m_frame_deformatter_root; in ~DecodeTree()
467 err = m_frame_deformatter_root->getIDStreamAttachPt(CSID)->attach(pDataIn); in createDecoder()
598 m_frame_deformatter_root = new (std::nothrow) TraceFormatterFrameDecoder(); in initialise()
599 if(m_frame_deformatter_root) in initialise()
601 if (m_frame_deformatter_root->Init() != OCSD_OK) in initialise()
603 m_frame_deformatter_root->getErrLogAttachPt()->attach(DecodeTree::s_i_error_logger); in initialise()
604 err = m_frame_deformatter_root->Configure(formatterCfgFlags); in initialise()
607 m_i_decoder_root = dynamic_cast<ITrcDataIn*>(m_frame_deformatter_root); in initialise()
608 m_frame_deformatter_root->SetDemuxStatsBlock(&m_demux_stats); in initialise()
[all …]
/freebsd/contrib/opencsd/decoder/include/common/
H A Docsd_dcd_tree.h388 TraceFormatterFrameDecoder *getFrameDeformatter() const { return m_frame_deformatter_root; }; in getFrameDeformatter()
424 TraceFormatterFrameDecoder *m_frame_deformatter_root; variable