Home
last modified time | relevance | path

Searched refs:AvsdCtx_t (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/avs/
H A Davsd_api.c45 AvsdCtx_t *p_dec = (AvsdCtx_t *)decoder; in avsd_deinit()
71 AvsdCtx_t *p_dec = (AvsdCtx_t *)decoder; in avsd_init()
76 memset(p_dec, 0, sizeof(AvsdCtx_t)); in avsd_init()
123 AvsdCtx_t *p_dec = (AvsdCtx_t *)decoder; in avsd_reset()
153 AvsdCtx_t *p_dec = (AvsdCtx_t *)decoder; in avsd_flush()
177 AvsdCtx_t *p_dec = (AvsdCtx_t *)decoder; in avsd_control()
207 AvsdCtx_t *p_dec = (AvsdCtx_t *)decoder; in avsd_prepare()
301 AvsdCtx_t *p_dec = (AvsdCtx_t *)decoder; in avsd_parse()
332 AvsdCtx_t *p_dec = (AvsdCtx_t *)decoder; in avsd_callback()
368 .ctx_size = sizeof(AvsdCtx_t),
[all …]
H A Davsd_parse.h242 } AvsdCtx_t; typedef
248 MPP_RET avsd_free_resource(AvsdCtx_t *p_dec);
249 MPP_RET avsd_reset_parameters(AvsdCtx_t *p_dec);
250 MPP_RET set_frame_output(AvsdCtx_t *p_dec, AvsdFrame_t *p);
252 MPP_RET avsd_set_dpb(AvsdCtx_t *p_dec, HalDecTask *task);
254 MPP_RET avsd_fill_parameters(AvsdCtx_t *p_dec, AvsdSyntax_t *syn);
256 MPP_RET avsd_update_dpb(AvsdCtx_t *p_dec);
258 MPP_RET avsd_parser_split(AvsdCtx_t *ctx, MppPacket *dst, MppPacket *src);
259 MPP_RET avsd_parse_stream(AvsdCtx_t *p_dec, HalDecTask *task);
H A Davsd_parse.c355 static AvsdFrame_t *get_one_save(AvsdCtx_t *p_dec, HalDecTask *task) in get_one_save()
379 static MPP_RET set_frame_unref(AvsdCtx_t *pdec, AvsdFrame_t *p) in set_frame_unref()
390 MPP_RET set_frame_output(AvsdCtx_t *p_dec, AvsdFrame_t *p) in set_frame_output()
407 MPP_RET avsd_reset_parameters(AvsdCtx_t *p_dec) in avsd_reset_parameters()
441 MPP_RET avsd_set_dpb(AvsdCtx_t *p_dec, HalDecTask *task) in avsd_set_dpb()
560 MPP_RET avsd_update_dpb(AvsdCtx_t *p_dec) in avsd_update_dpb()
583 MPP_RET avsd_fill_parameters(AvsdCtx_t *p_dec, AvsdSyntax_t *syn) in avsd_fill_parameters()
663 MPP_RET avsd_parser_split(AvsdCtx_t *p, MppPacket *dst, MppPacket *src) in avsd_parser_split()
736 MPP_RET avsd_parse_stream(AvsdCtx_t *p_dec, HalDecTask *task) in avsd_parse_stream()