Searched refs:HEVCNAL (Results 1 – 2 of 2) sorted by relevance
471 typedef struct HEVCNAL { struct476 } HEVCNAL; argument543 HEVCNAL *nals;642 HEVCNAL *nal);
1495 HEVCNAL *nal) in mpp_hevc_extract_rbsp()1562 HEVCNAL *nal; in split_nal_units()1622 HEVCNAL *tmp = mpp_malloc(HEVCNAL, new_size); in split_nal_units()1623 memset((void*)tmp, 0, new_size * sizeof(HEVCNAL)); in split_nal_units()1629 HEVCNAL *tmp = mpp_malloc(HEVCNAL, new_size); in split_nal_units()1630 memset((void*)tmp, 0, new_size * sizeof(HEVCNAL)); in split_nal_units()1636 memcpy((void*)tmp, (void*)s->nals, (new_size - 10)*sizeof(HEVCNAL)); in split_nal_units()1714 HEVCNAL *nal; in check_rpus()