aboutsummaryrefslogtreecommitdiff
path: root/decoder/include/common/trc_frame_deformatter.h
diff options
context:
space:
mode:
Diffstat (limited to 'decoder/include/common/trc_frame_deformatter.h')
-rw-r--r--decoder/include/common/trc_frame_deformatter.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/decoder/include/common/trc_frame_deformatter.h b/decoder/include/common/trc_frame_deformatter.h
index e4297a41e8fd..b6476a268e53 100644
--- a/decoder/include/common/trc_frame_deformatter.h
+++ b/decoder/include/common/trc_frame_deformatter.h
@@ -85,9 +85,13 @@ public:
ocsd_datapath_resp_t Reset(); /* reset the decode to the start state, drop partial data - propogate to attached components */
ocsd_datapath_resp_t Flush(); /* flush existing data if possible, retain state - propogate to attached components */
+ /* demux stats */
+ void SetDemuxStatsBlock(ocsd_demux_stats_t *pStatsBlock);
+
private:
TraceFmtDcdImpl *m_pDecoder;
int m_instNum;
+
};
/** @}*/