Searched refs:vdpau_formats (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.c182 static const int vdpau_formats[][2] = { variable
252 for (i = 0; i < FF_ARRAY_ELEMS(vdpau_formats); i++) {
255 vdpau_formats[i][0], &supported);
265 if (i == FF_ARRAY_ELEMS(vdpau_formats)) {
270 ctx->vdpau_format = vdpau_formats[i][0];
271 ctx->pix_fmt = vdpau_formats[i][1];

Completed in 200 milliseconds