Lines Matching refs:H264_DecCtx_t
235 static MPP_RET free_dec_ctx(H264_DecCtx_t *p_Dec) in free_dec_ctx()
251 static MPP_RET init_dec_ctx(H264_DecCtx_t *p_Dec) in init_dec_ctx()
294 static MPP_RET h264d_flush_dpb_eos(H264_DecCtx_t *p_Dec) in h264d_flush_dpb_eos()
325 H264_DecCtx_t *p_Dec = (H264_DecCtx_t *)decoder; in h264d_init()
327 memset(p_Dec, 0, sizeof(H264_DecCtx_t)); in h264d_init()
380 H264_DecCtx_t *p_Dec = (H264_DecCtx_t *)decoder; in h264d_deinit()
405 H264_DecCtx_t *p_Dec = (H264_DecCtx_t *)decoder; in h264d_reset()
480 H264_DecCtx_t *p_Dec = (H264_DecCtx_t *)decoder; in h264d_flush()
505 H264_DecCtx_t *p_Dec = (H264_DecCtx_t *)decoder; in h264d_control()
537 H264_DecCtx_t *p_Dec = (H264_DecCtx_t *)decoder; in h264d_prepare()
633 H264_DecCtx_t *p_Dec = (H264_DecCtx_t *)decoder; in h264d_parse()
680 H264_DecCtx_t *p_Dec = (H264_DecCtx_t *)decoder; in h264d_callback()
770 .ctx_size = sizeof(H264_DecCtx_t),