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/ |
D | ext_dcd_echo_test_fact.c | 51 …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()
|
D | ext_dcd_echo_test.h | 90 void echo_dcd_init(echo_decoder_t *decoder, ocsd_extern_dcd_inst_t *p_decoder_inst, const echo_dcd_…
|
D | ext_dcd_echo_test.c | 63 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/ |
D | ocsd_c_api_custom.h | 100 } 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…
|
D | ocsd_c_api_cust_fact.h | 43 …teCustomDecoder(const int create_flags, const void *decoder_cfg, ocsd_extern_dcd_inst_t *p_decoder…
|
/external/OpenCSD/decoder/source/c_api/ |
D | ocsd_c_api_custom_obj.h | 105 ocsd_extern_dcd_inst_t *getDecoderInstInfo() { return &m_decoder_inst; } in getDecoderInstInfo() 170 ocsd_extern_dcd_inst_t m_decoder_inst;
|
D | ocsd_c_api_custom_obj.cpp | 135 ocsd_extern_dcd_inst_t *pDecodeInst = pComp->getDecoderInstInfo(); in createDecoder()
|
/external/OpenCSD/decoder/docs/ |
D | external_custom.md | 22 - `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.
|