Home
last modified time | relevance | path

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

/freebsd/contrib/opencsd/decoder/source/
H A Docsd_dcd_tree.cpp462 ITrcDataIn *pDataIn = 0; in createDecoder() local
463 if((err = pDecoderMngr->getDataInputI(pTraceComp,&pDataIn)) == OCSD_OK) in createDecoder()
467 err = m_frame_deformatter_root->getIDStreamAttachPt(CSID)->attach(pDataIn); in createDecoder()
469 m_i_decoder_root = pDataIn; in createDecoder()
H A Dtrc_frame_deformatter.cpp740 ITrcDataIn *pDataIn = 0; in outputFrame() local
750 if((pDataIn = m_IDStreams[m_out_data[m_out_processed].id].first()) != 0) in outputFrame()
765 CollateDataPathResp(pDataIn->TraceDataIn(OCSD_OP_DATA, in outputFrame()