Home
last modified time | relevance | path

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

/src/contrib/opencsd/decoder/include/opencsd/c_api/
H A Docsd_c_api_custom.h62 typedef ocsd_datapath_resp_t (* fnTraceDataIn)( const void *decoder_handle,
79 typedef void (* fnUpdatePktMonFlags)(const void *decoder_handle, const int flags);
96 …void *decoder_handle; /**< Instance handle for the decoder - used by library to call the decode… member
212 typedef ocsd_err_t (* fnDestroyCustomDecoder)(const void *decoder_handle);
H A Docsd_c_api_cust_fact.h46 ocsd_err_t DestroyCustomDecoder(const void *decoder_handle);
/src/contrib/opencsd/decoder/source/c_api/
H A Docsd_c_api_custom_obj.cpp148 (pDecodeInst->decoder_handle == 0) || in createDecoder()
167 m_dcd_fact.destroyDecoder(pCustWrap->getDecoderInstInfo()->decoder_handle); in destroyDecoder()
387 return m_decoder_inst.fn_data_in( m_decoder_inst.decoder_handle, in TraceDataIn()
400 m_decoder_inst.fn_update_pkt_mon(m_decoder_inst.decoder_handle, flags); in attachPtkMonI()
407 m_decoder_inst.fn_update_pkt_mon(m_decoder_inst.decoder_handle, flags); in attachPtkSinkI()