Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_parser.c1782 … h265d_dxva2_picture_context_t *temp = (h265d_dxva2_picture_context_t *)s->hal_pic_private; in parser_nal_units()
2004 s->task->syntax.data = s->hal_pic_private; in h265d_parse()
2058 if (s->hal_pic_private) { in h265d_deinit()
2059 … h265d_dxva2_picture_context_t *ctx_pic = (h265d_dxva2_picture_context_t *)s->hal_pic_private; in h265d_deinit()
2062 mpp_free(s->hal_pic_private); in h265d_deinit()
2154 s->hal_pic_private = mpp_calloc_size(void, sizeof(h265d_dxva2_picture_context_t)); in h265d_init()
2156 if (s->hal_pic_private) { in h265d_init()
2157 … h265d_dxva2_picture_context_t *ctx_pic = (h265d_dxva2_picture_context_t *)s->hal_pic_private; in h265d_init()
H A Dh265d_parser2_syntax.c314 h265d_dxva2_picture_context_t *ctx_pic = (h265d_dxva2_picture_context_t *)h->hal_pic_private; in h265d_parser2_syntax()
329 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.h610 void *hal_pic_private; member