Home
last modified time | relevance | path

Searched refs:VP8DParserContext_t (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/vp8/
H A Dvp8d_parser.c217 VP8DParserContext_t *p = (VP8DParserContext_t *)c->parse_ctx; in vp8d_parser_init()
222 p = (VP8DParserContext_t*)mpp_calloc(VP8DParserContext_t, 1); in vp8d_parser_init()
252 static void vp8d_unref_frame(VP8DParserContext_t *p, VP8Frame *frame) in vp8d_unref_frame()
284 static void vp8d_unref_allframe(VP8DParserContext_t *p) in vp8d_unref_allframe()
316 VP8DParserContext_t *p = (VP8DParserContext_t *)c->parse_ctx; in vp8d_parser_deinit()
356 VP8DParserContext_t *p = (VP8DParserContext_t *)c->parse_ctx; in vp8d_parser_reset()
433 VP8DParserContext_t *p = (VP8DParserContext_t *)c->parse_ctx; in vp8d_parser_prepare()
487 vp8d_convert_to_syntx( VP8DParserContext_t *p, HalDecTask *in_task) in vp8d_convert_to_syntx()
604 static MPP_RET vp8d_alloc_frame(VP8DParserContext_t *p) in vp8d_alloc_frame()
676 static MPP_RET vp8d_ref_update(VP8DParserContext_t *p) in vp8d_ref_update()
[all …]
H A Dvp8d_parser.h185 } VP8DParserContext_t; typedef