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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg_vdpau.c193 AVVDPAUContext *vdpau_ctx; local
273 vdpau_ctx = av_vdpau_alloc_context();
274 if (!vdpau_ctx)
276 vdpau_ctx->render = ctx->decoder_render;
278 s->hwaccel_context = vdpau_ctx;
298 AVVDPAUContext *vdpau_ctx; local
309 vdpau_ctx = s->hwaccel_context;
329 vdpau_ctx->decoder = ctx->decoder;

Completed in 339 milliseconds