Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_parser.c1848 … h265d_dxva2_picture_context_t *temp = (h265d_dxva2_picture_context_t *)s->hal_pic_private; in parser_nal_units()
2072 s->task->syntax.data = s->hal_pic_private; in h265d_parse()
2130 if (s->hal_pic_private) { in h265d_deinit()
2131 … h265d_dxva2_picture_context_t *ctx_pic = (h265d_dxva2_picture_context_t *)s->hal_pic_private; in h265d_deinit()
2134 mpp_free(s->hal_pic_private); in h265d_deinit()
2228 s->hal_pic_private = mpp_calloc_size(void, sizeof(h265d_dxva2_picture_context_t)); in h265d_init()
2230 if (s->hal_pic_private) { in h265d_init()
2231 … h265d_dxva2_picture_context_t *ctx_pic = (h265d_dxva2_picture_context_t *)s->hal_pic_private; in h265d_init()
H A Dh265d_parser2_syntax.c352 h265d_dxva2_picture_context_t *ctx_pic = (h265d_dxva2_picture_context_t *)h->hal_pic_private; in h265d_parser2_syntax()
367 h265d_dxva2_picture_context_t *ctx_pic = (h265d_dxva2_picture_context_t *)h->hal_pic_private; in h265d_syntax_fill_slice()
H A Dh265d_parser.h641 void *hal_pic_private; member