Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_hle_interface.h191 void *pv_cmd_err_cb_handle; member
197 (void *pv_cmd_err_cb_handle, WORD32 i4_error_code, WORD32 i4_cmd_type, WORD32 i4_buf_id);
Dihevce_lap_interface.c562 ps_hle_ctxt->pv_cmd_err_cb_handle, in ihevce_lap_parse_sync_cmd()
577 ps_hle_ctxt->pv_cmd_err_cb_handle, in ihevce_lap_parse_sync_cmd()
594 ps_hle_ctxt->pv_cmd_err_cb_handle, IHEVCE_SYNCH_ERR_TLV_ERROR, 1, i4_buf_id); in ihevce_lap_parse_sync_cmd()
602 ps_hle_ctxt->pv_cmd_err_cb_handle, IHEVCE_SYNCH_ERR_TOO_MANY_SEI_MSG, 1, i4_buf_id); in ihevce_lap_parse_sync_cmd()
606 ps_hle_ctxt->pv_cmd_err_cb_handle, IHEVCE_SYNCH_ERR_NO_END_TAG, 1, i4_buf_id); in ihevce_lap_parse_sync_cmd()
635 ps_hle_ctxt->pv_cmd_err_cb_handle, IHEVCE_ASYNCH_ERR_BR_NOT_BYTE, 1, i4_buf_id); in ihevce_lap_parse_async_cmd()
651 ps_hle_ctxt->pv_cmd_err_cb_handle, IHEVCE_ASYNCH_ERR_TLV_ERROR, 1, i4_buf_id); in ihevce_lap_parse_async_cmd()
659 ps_hle_ctxt->pv_cmd_err_cb_handle, IHEVCE_ASYNCH_ERR_NO_END_TAG, 1, i4_buf_id); in ihevce_lap_parse_async_cmd()
Dihevce_plugin.c786 ps_interface_ctxt->pv_cmd_err_cb_handle = (void *)ps_ctxt; in ihevce_init()