Home
last modified time | relevance | path

Searched refs:VLC_CODEC_VDPAU_VIDEO_420 (Results 1 – 11 of 11) sorted by relevance

/dports/multimedia/vlc/vlc-3.0.16/modules/codec/avcodec/
H A Dva.c84 return VLC_CODEC_VDPAU_VIDEO_420; in vlc_va_GetChroma()
/dports/multimedia/vlc/vlc-3.0.16/modules/hw/vdpau/
H A Dpicture.c120 assert(pic->format.i_chroma == VLC_CODEC_VDPAU_VIDEO_420 in vlc_vdp_video_attach()
H A Ddeinterlace.c103 if (filter->fmt_in.video.i_chroma != VLC_CODEC_VDPAU_VIDEO_420 in Open()
H A Dsharpen.c86 if (filter->fmt_in.video.i_chroma != VLC_CODEC_VDPAU_VIDEO_420 in Open()
H A Dadjust.c132 if (filter->fmt_in.video.i_chroma != VLC_CODEC_VDPAU_VIDEO_420 in Open()
H A Dchroma.c402 fmt.i_chroma = VLC_CODEC_VDPAU_VIDEO_420; in VideoImport()
741 if (filter->fmt_in.video.i_chroma == VLC_CODEC_VDPAU_VIDEO_420) in OutputOpen()
826 case VLC_CODEC_VDPAU_VIDEO_420: in ChromaMatches()
H A Ddisplay.c458 if (fmt.i_chroma == VLC_CODEC_VDPAU_VIDEO_420 in Open()
/dports/multimedia/vlc/vlc-3.0.16/src/misc/
H A Dfourcc.c527 VLC_CODEC_VDPAU_VIDEO_420,
755 { { VLC_CODEC_VDPAU_VIDEO_420, VLC_CODEC_VDPAU_VIDEO_422,
/dports/multimedia/vlc/vlc-3.0.16/modules/video_output/opengl/
H A Dconverter_vdpau.c172 if ((tc->fmt.i_chroma != VLC_CODEC_VDPAU_VIDEO_420 && in Open()
H A Ddisplay.c118 case VLC_CODEC_VDPAU_VIDEO_420: in Open()
/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_fourcc.h351 #define VLC_CODEC_VDPAU_VIDEO_420 VLC_FOURCC('V','D','V','0') macro