Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dhevc.c33 typedef struct HVCCNALUnitArray { struct
39 } HVCCNALUnitArray; typedef
60 HVCCNALUnitArray *array;
667 HVCCNALUnitArray *array; in hvcc_array_add_nal_unit()
676 ret = av_reallocp_array(&hvcc->array, index + 1, sizeof(HVCCNALUnitArray)); in hvcc_array_add_nal_unit()
681 memset(&hvcc->array[i], 0, sizeof(HVCCNALUnitArray)); in hvcc_array_add_nal_unit()