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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhevc.h802 HEVCLocalContext *HEVClcList[MAX_NB_THREADS]; member in struct:HEVCContext
H A Dhevc.c2430 s->HEVClcList[i] = av_mallocz(sizeof(HEVCLocalContext));
2431 s->sList[i]->HEVClc = s->HEVClcList[i];
2469 s->sList[i]->HEVClc = s->HEVClcList[i];
3175 lc = s->HEVClcList[i];
3177 av_freep(&s->HEVClcList[i]);
3181 if (s->HEVClc == s->HEVClcList[0])
3183 av_freep(&s->HEVClcList[0]);
3203 s->HEVClcList[0] = s->HEVClc;

Completed in 42 milliseconds