Searched refs:process_msg_cb (Results 1 – 8 of 8) sorted by relevance
64 aac_info->process_msg_cb(aac_info->client_data, id); in omx_aac_msg()79 aac_info->process_msg_cb(aac_info->client_data, id); in omx_aac_events()108 aac_info->process_msg_cb = cb; in omx_aac_thread_create()161 aac_info->process_msg_cb = cb; in omx_aac_event_thread_create()
64 qcelp13_info->process_msg_cb(qcelp13_info->client_data, id); in omx_qcelp13_msg()79 qcelp13_info->process_msg_cb(qcelp13_info->client_data, id); in omx_qcelp13_events()108 qcelp13_info->process_msg_cb = cb; in omx_qcelp13_thread_create()162 qcelp13_info->process_msg_cb = cb; in omx_qcelp13_event_thread_create()
64 evrc_info->process_msg_cb(evrc_info->client_data, id); in omx_evrc_msg()79 evrc_info->process_msg_cb(evrc_info->client_data, id); in omx_evrc_events()108 evrc_info->process_msg_cb = cb; in omx_evrc_thread_create()161 evrc_info->process_msg_cb = cb; in omx_evrc_event_thread_create()
64 amr_info->process_msg_cb(amr_info->client_data, id); in omx_amr_msg()79 amr_info->process_msg_cb(amr_info->client_data, id); in omx_amr_events()108 amr_info->process_msg_cb = cb; in omx_amr_thread_create()161 amr_info->process_msg_cb = cb; in omx_amr_event_thread_create()
78 message_func process_msg_cb; member