Home
last modified time | relevance | path

Searched refs:ocsd_extern_dcd_inst_t (Results 1 – 8 of 8) sorted by relevance

/external/OpenCSD/decoder/tests/ext_dcd_test_eg/c_api_echo_test/
Dext_dcd_echo_test_fact.c51 …oid *decoder_cfg, const ocsd_extern_dcd_cb_fns *p_lib_callbacks, ocsd_extern_dcd_inst_t *p_decoder…
74 …oid *decoder_cfg, const ocsd_extern_dcd_cb_fns *p_lib_callbacks, ocsd_extern_dcd_inst_t *p_decoder… in ext_echo_create()
Dext_dcd_echo_test.h90 void echo_dcd_init(echo_decoder_t *decoder, ocsd_extern_dcd_inst_t *p_decoder_inst, const echo_dcd_…
Dext_dcd_echo_test.c63 ocsd_extern_dcd_inst_t *p_decoder_inst,
116 void echo_dcd_init(echo_decoder_t *decoder, ocsd_extern_dcd_inst_t *p_decoder_inst, const echo_dcd_… in echo_dcd_init()
/external/OpenCSD/decoder/include/opencsd/c_api/
Docsd_c_api_custom.h100 } ocsd_extern_dcd_inst_t; typedef
204 …oid *decoder_cfg, const ocsd_extern_dcd_cb_fns *p_lib_callbacks, ocsd_extern_dcd_inst_t *p_decoder…
Docsd_c_api_cust_fact.h43 …teCustomDecoder(const int create_flags, const void *decoder_cfg, ocsd_extern_dcd_inst_t *p_decoder…
/external/OpenCSD/decoder/source/c_api/
Docsd_c_api_custom_obj.h105 ocsd_extern_dcd_inst_t *getDecoderInstInfo() { return &m_decoder_inst; } in getDecoderInstInfo()
170 ocsd_extern_dcd_inst_t m_decoder_inst;
Docsd_c_api_custom_obj.cpp135 ocsd_extern_dcd_inst_t *pDecodeInst = pComp->getDecoderInstInfo(); in createDecoder()
/external/OpenCSD/decoder/docs/
Dexternal_custom.md22 - `ocsd_extern_dcd_inst_t` : This structure provides decoder data to the library for a single decod…
45 …stomDecoder` : Creates a decoder. This function will fill in a `ocsd_extern_dcd_inst_t` structure…
73 …oid *decoder_cfg, const ocsd_extern_dcd_cb_fns *p_lib_callbacks, ocsd_extern_dcd_inst_t *p_decoder…
75 This will first require that the `ocsd_extern_dcd_inst_t` structure is populated.