Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/vp8/
H A Dvp8d_parser.c216 VP8DParserContext_t *p = (VP8DParserContext_t *)c->parse_ctx; in vp8d_parser_init()
220 p = (VP8DParserContext_t*)mpp_calloc(VP8DParserContext_t, 1); in vp8d_parser_init()
250 static void vp8d_unref_frame(VP8DParserContext_t *p, VP8Frame *frame) in vp8d_unref_frame()
282 static void vp8d_unref_allframe(VP8DParserContext_t *p) in vp8d_unref_allframe()
314 VP8DParserContext_t *p = (VP8DParserContext_t *)c->parse_ctx; in vp8d_parser_deinit()
351 VP8DParserContext_t *p = (VP8DParserContext_t *)c->parse_ctx; in vp8d_parser_reset()
428 VP8DParserContext_t *p = (VP8DParserContext_t *)c->parse_ctx; in vp8d_parser_prepare()
481 vp8d_convert_to_syntx( VP8DParserContext_t *p, HalDecTask *in_task) in vp8d_convert_to_syntx()
598 static MPP_RET vp8d_alloc_frame(VP8DParserContext_t *p) in vp8d_alloc_frame()
669 static MPP_RET vp8d_ref_update(VP8DParserContext_t *p) in vp8d_ref_update()
[all …]
H A Dvp8d_parser.h183 } VP8DParserContext_t; typedef