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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/libmpcodecs/
H A Dimg_format.h280 #define IMGFMT_VDPAU 0x1DC80000 macro
282 #define IMGFMT_IS_VDPAU(fmt) (((fmt)&IMGFMT_VDPAU_MASK)==IMGFMT_VDPAU)
283 #define IMGFMT_VDPAU_MPEG1 (IMGFMT_VDPAU|0x01)
284 #define IMGFMT_VDPAU_MPEG2 (IMGFMT_VDPAU|0x02)
285 #define IMGFMT_VDPAU_H264 (IMGFMT_VDPAU|0x03)
286 #define IMGFMT_VDPAU_WMV3 (IMGFMT_VDPAU|0x04)
287 #define IMGFMT_VDPAU_VC1 (IMGFMT_VDPAU|0x05)
288 #define IMGFMT_VDPAU_MPEG4 (IMGFMT_VDPAU|0x06)

Completed in 51 milliseconds