Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_parser.h471 typedef struct HEVCNAL { struct
476 } HEVCNAL; argument
543 HEVCNAL *nals;
642 HEVCNAL *nal);
H A Dh265d_parser.c1495 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()