Searched refs:SetDemuxStatsBlock (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/opencsd/decoder/include/common/
H A Dtrc_frame_deformatter.h92 void SetDemuxStatsBlock(ocsd_demux_stats_t *pStatsBlock);
/freebsd-current/contrib/opencsd/decoder/source/
H A Dtrc_frame_deformatter_impl.h78 void SetDemuxStatsBlock(ocsd_demux_stats_t *pStatsBlock) { m_pStatsBlock = pStatsBlock; }; function in class:TraceFmtDcdImpl
H A Dtrc_frame_deformatter.cpp964 void TraceFormatterFrameDecoder::SetDemuxStatsBlock(ocsd_demux_stats_t *pStatsBlock) function in class:TraceFormatterFrameDecoder
967 m_pDecoder->SetDemuxStatsBlock(pStatsBlock);
H A Docsd_dcd_tree.cpp608 m_frame_deformatter_root->SetDemuxStatsBlock(&m_demux_stats);

Completed in 108 milliseconds