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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhevc.h750 typedef struct HEVCNAL { struct
756 } HEVCNAL; typedef in typeref:struct:HEVCNAL
899 HEVCNAL *nals;
942 HEVCNAL *nal);
H A Dhevc_parser.c95 HEVCNAL *nal;
108 HEVCNAL *tmp = av_realloc_array(h->nals, 1, sizeof(*tmp));
H A Dhevc.c2761 HEVCNAL *nal)
2879 HEVCNAL *nal;
2915 HEVCNAL *tmp = av_realloc_array(s->nals, new_size, sizeof(*tmp));

Completed in 110 milliseconds