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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg_vda.c94 ist->hwaccel_uninit = NULL;
115 ist->hwaccel_uninit = vda_uninit;
H A Dffmpeg_vdpau.c65 ist->hwaccel_uninit = NULL;
204 ist->hwaccel_uninit = vdpau_uninit;
H A Dffmpeg_dxva2.c148 ist->hwaccel_uninit = NULL;
317 ist->hwaccel_uninit = dxva2_uninit;
H A Dffmpeg.h311 void (*hwaccel_uninit)(AVCodecContext *s); member in struct:InputStream
H A Dffmpeg.c3703 if (ist->hwaccel_uninit)
3704 ist->hwaccel_uninit(ist->dec_ctx);

Completed in 110 milliseconds