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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dhevc.c31 typedef struct HVCCNALUnitArray { struct
37 } HVCCNALUnitArray; typedef in typeref:struct:HVCCNALUnitArray
58 HVCCNALUnitArray *array;
685 HVCCNALUnitArray *array;
694 ret = av_reallocp_array(&hvcc->array, index + 1, sizeof(HVCCNALUnitArray));
699 memset(&hvcc->array[i], 0, sizeof(HVCCNALUnitArray));

Completed in 29 milliseconds