Lines Matching refs:decoder
588 MPP_RET hal_avsd_plus_init(void *decoder, MppHalCfg *cfg) in hal_avsd_plus_init() argument
592 AvsdHalCtx_t *p_hal = (AvsdHalCtx_t *)decoder; in hal_avsd_plus_init()
629 MPP_RET hal_avsd_plus_deinit(void *decoder) in hal_avsd_plus_deinit() argument
631 AvsdHalCtx_t *p_hal = (AvsdHalCtx_t *)decoder; in hal_avsd_plus_deinit()
650 MPP_RET hal_avsd_plus_gen_regs(void *decoder, HalTaskInfo *task) in hal_avsd_plus_gen_regs() argument
653 AvsdHalCtx_t *p_hal = (AvsdHalCtx_t *)decoder; in hal_avsd_plus_gen_regs()
676 MPP_RET hal_avsd_plus_start(void *decoder, HalTaskInfo *task) in hal_avsd_plus_start() argument
679 AvsdHalCtx_t *p_hal = (AvsdHalCtx_t *)decoder; in hal_avsd_plus_start()
682 INP_CHECK(ret, NULL == decoder); in hal_avsd_plus_start()
752 MPP_RET hal_avsd_plus_wait(void *decoder, HalTaskInfo *task) in hal_avsd_plus_wait() argument
755 AvsdHalCtx_t *p_hal = (AvsdHalCtx_t *)decoder; in hal_avsd_plus_wait()
758 INP_CHECK(ret, NULL == decoder); in hal_avsd_plus_wait()
810 MPP_RET hal_avsd_plus_reset(void *decoder) in hal_avsd_plus_reset() argument
813 AvsdHalCtx_t *p_hal = (AvsdHalCtx_t *)decoder; in hal_avsd_plus_reset()
836 MPP_RET hal_avsd_plus_flush(void *decoder) in hal_avsd_plus_flush() argument
842 (void)decoder; in hal_avsd_plus_flush()
855 MPP_RET hal_avsd_plus_control(void *decoder, MpiCmd cmd_type, void *param) in hal_avsd_plus_control() argument
861 (void)decoder; in hal_avsd_plus_control()