Lines Matching refs:decoder
322 MPP_RET h264d_init(void *decoder, ParserCfg *init) in h264d_init() argument
325 H264_DecCtx_t *p_Dec = (H264_DecCtx_t *)decoder; in h264d_init()
367 h264d_deinit(decoder); in h264d_init()
377 MPP_RET h264d_deinit(void *decoder) in h264d_deinit() argument
380 H264_DecCtx_t *p_Dec = (H264_DecCtx_t *)decoder; in h264d_deinit()
382 INP_CHECK(ret, !decoder); in h264d_deinit()
402 MPP_RET h264d_reset(void *decoder) in h264d_reset() argument
405 H264_DecCtx_t *p_Dec = (H264_DecCtx_t *)decoder; in h264d_reset()
408 INP_CHECK(ret, !decoder); in h264d_reset()
477 MPP_RET h264d_flush(void *decoder) in h264d_flush() argument
480 H264_DecCtx_t *p_Dec = (H264_DecCtx_t *)decoder; in h264d_flush()
482 INP_CHECK(ret, !decoder); in h264d_flush()
503 MPP_RET h264d_control(void *decoder, MpiCmd cmd_type, void *param) in h264d_control() argument
505 H264_DecCtx_t *p_Dec = (H264_DecCtx_t *)decoder; in h264d_control()
533 MPP_RET h264d_prepare(void *decoder, MppPacket pkt, HalDecTask *task) in h264d_prepare() argument
537 H264_DecCtx_t *p_Dec = (H264_DecCtx_t *)decoder; in h264d_prepare()
539 INP_CHECK(ret, !decoder && !pkt && !task); in h264d_prepare()
630 MPP_RET h264d_parse(void *decoder, HalDecTask *in_task) in h264d_parse() argument
633 H264_DecCtx_t *p_Dec = (H264_DecCtx_t *)decoder; in h264d_parse()
677 MPP_RET h264d_callback(void *decoder, void *errinfo) in h264d_callback() argument
680 H264_DecCtx_t *p_Dec = (H264_DecCtx_t *)decoder; in h264d_callback()
690 INP_CHECK(ret, !decoder); in h264d_callback()