Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_parser.h501 typedef struct HEVCNAL { struct
506 } HEVCNAL; argument
574 HEVCNAL *nals;
676 HEVCNAL *nal);
H A Dh265d_parser.c1554 HEVCNAL *nal) in mpp_hevc_extract_rbsp()
1621 HEVCNAL *nal; in split_nal_units()
1681 HEVCNAL *tmp = mpp_malloc(HEVCNAL, new_size); in split_nal_units()
1682 memset((void*)tmp, 0, new_size * sizeof(HEVCNAL)); in split_nal_units()
1688 HEVCNAL *tmp = mpp_malloc(HEVCNAL, new_size); in split_nal_units()
1689 memset((void*)tmp, 0, new_size * sizeof(HEVCNAL)); in split_nal_units()
1695 memcpy((void*)tmp, (void*)s->nals, (new_size - 10)*sizeof(HEVCNAL)); in split_nal_units()
1780 HEVCNAL *nal; in check_rpus()