Searched refs:HEVCNAL (Results 1 – 2 of 2) sorted by relevance
501 typedef struct HEVCNAL { struct506 } HEVCNAL; argument574 HEVCNAL *nals;676 HEVCNAL *nal);
1554 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()