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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg_vda.c32 VDAContext *vda = ist->hwaccel_ctx;
92 VDAContext *vda = ist->hwaccel_ctx;
100 av_freep(&ist->hwaccel_ctx);
114 ist->hwaccel_ctx = vda;
H A Dffmpeg_vdpau.c63 VDPAUContext *ctx = ist->hwaccel_ctx;
80 av_freep(&ist->hwaccel_ctx);
96 VDPAUContext *ctx = ist->hwaccel_ctx;
135 VDPAUContext *ctx = ist->hwaccel_ctx;
203 ist->hwaccel_ctx = ctx;
303 if (!ist->hwaccel_ctx) {
308 ctx = ist->hwaccel_ctx;
H A Dffmpeg_dxva2.c123 DXVA2Context *ctx = ist->hwaccel_ctx;
146 DXVA2Context *ctx = ist->hwaccel_ctx;
178 av_freep(&ist->hwaccel_ctx);
202 DXVA2Context *ctx = ist->hwaccel_ctx;
252 DXVA2Context *ctx = ist->hwaccel_ctx;
316 ist->hwaccel_ctx = ctx;
415 DXVA2Context *ctx = ist->hwaccel_ctx;
460 DXVA2Context *ctx = ist->hwaccel_ctx;
597 if (!ist->hwaccel_ctx) {
602 ctx = ist->hwaccel_ctx;
[all...]
H A Dffmpeg.h310 void *hwaccel_ctx; member in struct:InputStream

Completed in 65 milliseconds