Home
last modified time | relevance | path

Searched refs:VO_CAP_VDPAU_VC1 (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/libxine/xine-lib-1.2.11/include/xine/
H A Dvideo_out.h316 #define VO_CAP_VDPAU_VC1 0x00000200 /* driver can use VDPAU for VC1 */ macro
/dports/multimedia/libxine/xine-lib-1.2.11/src/video_dec/libvdpau/
H A Dvdpau_vc1.c1097 if ( !(stream->video_out->get_capabilities(stream->video_out) & VO_CAP_VDPAU_VC1) ) in open_plugin()
/dports/multimedia/libxine/xine-lib-1.2.11/src/video_out/
H A Dvideo_out_vdpau.c3097 this->capabilities |= VO_CAP_VDPAU_VC1; in vdpau_open_plugin()