Home
last modified time | relevance | path

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

/external/OpenCSD/decoder/tests/ext_dcd_test_eg/c_api_echo_test/
Dext_dcd_echo_test.c62 void echo_dcd_init(echo_decoder_t *decoder,
70 static void echo_dcd_reset(echo_decoder_t *decoder);
71 static ocsd_datapath_resp_t echo_dcd_process_data(echo_decoder_t *decoder,
77 static ocsd_datapath_resp_t send_gen_packet(echo_decoder_t *decoder);
78 static ocsd_datapath_resp_t analyse_packet(echo_decoder_t *decoder);
79 static ocsd_datapath_resp_t send_none_data_op(echo_decoder_t *decoder, const ocsd_datapath_op_t op);
80 static void print_init_test_message(echo_decoder_t *decoder);
110 static void print_test_cov_results(echo_decoder_t *decoder);
116 void echo_dcd_init(echo_decoder_t *decoder, ocsd_extern_dcd_inst_t *p_decoder_inst, const echo_dcd_… in echo_dcd_init()
121 memset(decoder, 0, sizeof(echo_decoder_t)); in echo_dcd_init()
[all …]
Dext_dcd_echo_test_fact.c76 echo_decoder_t *decoder = NULL; in ext_echo_create()
78 if ((decoder = (echo_decoder_t *)malloc(sizeof(echo_decoder_t))) == NULL) in ext_echo_create()
90 free((echo_decoder_t *)decoder_handle); in ext_echo_destroy()
Dext_dcd_echo_test.h80 } echo_decoder_t; typedef
90 void echo_dcd_init(echo_decoder_t *decoder, ocsd_extern_dcd_inst_t *p_decoder_inst, const echo_dcd_…