Home
last modified time | relevance | path

Searched refs:VLC_CODEC_YUVP (Results 1 – 21 of 21) sorted by relevance

/dports/multimedia/vlc/vlc-3.0.16/modules/video_chroma/
H A Dyuvp.c68 if( p_filter->fmt_in.video.i_chroma != VLC_CODEC_YUVP || in Open()
108 assert( p_filter->fmt_in.video.i_chroma == VLC_CODEC_YUVP ); in Filter()
H A Dswscale.c310 if( p_fmti->i_chroma == VLC_CODEC_YUVP && ALLOW_YUVP ) in GetParameters()
/dports/multimedia/vlc/vlc-3.0.16/modules/video_filter/
H A Dinvert.c69 if( fourcc == VLC_CODEC_YUVP || fourcc == VLC_CODEC_RGBP in set_category()
H A Dscale.c60 if( ( p_filter->fmt_in.video.i_chroma != VLC_CODEC_YUVP && in set_callbacks()
H A Dblend.cpp564 { csp, VLC_CODEC_YUVP, Blend<picture, CPictureYUVP, compose<cvt, convertYuvpToRgba> > }
568 { csp, VLC_CODEC_YUVP, Blend<picture, CPictureYUVP, compose<cvt, convertYuvpToYuva8> > }
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/
H A Dcvdsub.c128 p_dec->fmt_out.i_codec = VLC_CODEC_YUVP; in DecoderOpen()
517 video_format_Init( &fmt, VLC_CODEC_YUVP ); in DecodePacket()
H A Dscte27.c253 .i_chroma = VLC_CODEC_YUVP, in DecodeSimpleBitmap()
506 dec->fmt_out.i_codec = VLC_CODEC_YUVP; in Open()
H A Ddvbsub.c1599 video_format_Init( &fmt, VLC_CODEC_YUVP ); in render()
1775 p_fmt->i_chroma = VLC_CODEC_YUVP; in YuvaYuvp()
1983 ( p_region->fmt.i_chroma != VLC_CODEC_YUVP ) ) in Encode()
2163 if( p_region->fmt.i_chroma == VLC_CODEC_YUVP ) in encode_clut()
2303 case VLC_CODEC_YUVP: in encode_object()
2376 if( p_region->fmt.i_chroma != VLC_CODEC_YUVP ) return; in encode_pixel_data()
H A Dsvcdsub.c463 video_format_Init( &fmt, VLC_CODEC_YUVP ); in DecodePacket()
H A Dkate.c1164 video_format_Init( &fmt, VLC_CODEC_YUVP ); in SetupSimpleKateSPU()
/dports/multimedia/vlc/vlc-3.0.16/src/video_output/
H A Dvideo_epg.c102 video_format_Init(&fmt, VLC_CODEC_YUVP); in vout_OSDBackground()
138 video_format_Init(&fmt, VLC_CODEC_YUVP); in vout_OSDEpgSlider()
H A Dvout_subpictures.c705 const bool using_palette = region->fmt.i_chroma == VLC_CODEC_YUVP; in SpuRenderRegion()
1337 VLC_CODEC_YUVP, VLC_CODEC_YUVA, false); in spu_Create()
1568 VLC_CODEC_YUVP, in spu_Render()
1576 VLC_CODEC_YUVP, in spu_Render()
H A Dvideo_widgets.c131 video_format_Init(&fmt, VLC_CODEC_YUVP); in OSDRegion()
/dports/multimedia/vlc/vlc-3.0.16/src/misc/
H A Dsubpicture.c212 if ( p_fmt->i_chroma == VLC_CODEC_YUVP ) in subpicture_region_New()
H A Dfourcc.c740 VLC_CODEC_YUVP, VLC_CODEC_RGBP }, PACKED_FMT(1, 8) },
H A Des_format.c192 case VLC_CODEC_YUVP: in video_format_Setup()
H A Dfourcc_list.h772 B(VLC_CODEC_YUVP, "Palettized YUV with palette element Y:U:V:A"),
/dports/multimedia/vlc/vlc-3.0.16/modules/text_renderer/freetype/
H A Dfreetype.c466 video_format_Init( &fmt, VLC_CODEC_YUVP ); in RenderYUVP()
1197 const vlc_fourcc_t p_chroma_list_yuvp[] = { VLC_CODEC_YUVP, 0 }; in Render()
1279 if( *p_chroma == VLC_CODEC_YUVP ) in Render()
/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_fourcc.h259 #define VLC_CODEC_YUVP VLC_FOURCC('Y','U','V','P') macro
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/spudec/
H A Dparse.c850 video_format_Init( &fmt, VLC_CODEC_YUVP ); in Render()
/dports/multimedia/vlc/vlc-3.0.16/modules/access/
H A Dbluray.c1778 p_reg->fmt.i_chroma == VLC_CODEC_YUVP) in blurayDrawOverlay()
1798 … video_format_Setup(&fmt, VLC_CODEC_YUVP, eventov->w, eventov->h, eventov->w, eventov->h, 1, 1); in blurayDrawOverlay()