Lines Matching refs:decoder
42 MPP_RET avsd_deinit(void *decoder) in avsd_deinit() argument
45 AvsdCtx_t *p_dec = (AvsdCtx_t *)decoder; in avsd_deinit()
47 INP_CHECK(ret, !decoder); in avsd_deinit()
55 (void)decoder; in avsd_deinit()
67 static MPP_RET avsd_init(void *decoder, ParserCfg *init) in avsd_init() argument
71 AvsdCtx_t *p_dec = (AvsdCtx_t *)decoder; in avsd_init()
109 avsd_deinit(decoder); in avsd_init()
120 static MPP_RET avsd_reset(void *decoder) in avsd_reset() argument
123 AvsdCtx_t *p_dec = (AvsdCtx_t *)decoder; in avsd_reset()
151 static MPP_RET avsd_flush(void *decoder) in avsd_flush() argument
153 AvsdCtx_t *p_dec = (AvsdCtx_t *)decoder; in avsd_flush()
174 static MPP_RET avsd_control(void *decoder, MpiCmd cmd_type, void *param) in avsd_control() argument
177 AvsdCtx_t *p_dec = (AvsdCtx_t *)decoder; in avsd_control()
203 static MPP_RET avsd_prepare(void *decoder, MppPacket pkt, HalDecTask *task) in avsd_prepare() argument
208 INP_CHECK(ret, !decoder && !pkt && !task); in avsd_prepare()
210 AvsdCtx_t *p_dec = (AvsdCtx_t *)decoder; in avsd_prepare()
227 avsd_flush(decoder); in avsd_prepare()
265 avsd_flush(decoder); in avsd_prepare()
302 static MPP_RET avsd_parse(void *decoder, HalDecTask *task) in avsd_parse() argument
305 AvsdCtx_t *p_dec = (AvsdCtx_t *)decoder; in avsd_parse()
329 static MPP_RET avsd_callback(void *decoder, void *info) in avsd_callback() argument
332 AvsdCtx_t *p_dec = (AvsdCtx_t *)decoder; in avsd_callback()