Home
last modified time | relevance | path

Searched refs:VLC_CODEC_YUVA (Results 1 – 25 of 27) sorted by relevance

12

/dports/multimedia/vlc/vlc-3.0.16/modules/video_chroma/
H A Ddxgi_fmt.c46 { "AYUV", DXGI_FORMAT_AYUV, VLC_CODEC_YUVA },
82 …{ "YUVA", DXGI_FORMAT_UNKNOWN, VLC_CODEC_YUVA, 8, 1, 1, { DXGI_FORMAT_R8_UNORM…
H A Dyuvp.c69 ( p_filter->fmt_out.video.i_chroma != VLC_CODEC_YUVA && in Open()
120 if( p_filter->fmt_out.video.i_chroma == VLC_CODEC_YUVA ) in Filter()
H A Dswscale.c262 case VLC_CODEC_YUVA: in FixParameters()
/dports/multimedia/vlc/vlc-3.0.16/modules/video_filter/
H A Dalphamask.c93 if( p_filter->fmt_in.video.i_chroma != VLC_CODEC_YUVA ) in Create()
181 video_format_Init( &fmt_out, VLC_CODEC_YUVA ); in LoadMask()
H A Dbluescreen.c115 if( p_filter->fmt_in.video.i_chroma != VLC_CODEC_YUVA ) in Create()
179 if( p_pic->format.i_chroma != VLC_CODEC_YUVA ) in Filter()
H A Dfilter_picture.h33 case VLC_CODEC_YUVA:
H A Dinvert.c115 if( p_pic->format.i_chroma == VLC_CODEC_YUVA ) in Filter()
H A Dscale.c61 p_filter->fmt_in.video.i_chroma != VLC_CODEC_YUVA && in set_callbacks()
H A Dblend.cpp562 { csp, VLC_CODEC_YUVA, Blend<picture, CPictureYUVA, compose<cvt, convertYuv8ToRgb> > }, \
566 { csp, VLC_CODEC_YUVA, Blend<picture, CPictureYUVA, compose<cvt, convertNone> > }, \
H A Derase.c105 video_format_Init( &fmt_out, VLC_CODEC_YUVA ); in LoadMask()
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/
H A Dsubsusf.c520 fmt_out.i_chroma = VLC_CODEC_YUVA; in ParseImageAttachments()
1132 fmt_out.i_chroma = VLC_CODEC_YUVA; in LoadEmbeddedImage()
1145 assert( p_pic->format.i_chroma == VLC_CODEC_YUVA ); in LoadEmbeddedImage()
1165 assert( p_region->fmt.i_chroma == VLC_CODEC_YUVA ); in LoadEmbeddedImage()
H A Dvpx.c120 { VLC_CODEC_YUVA, VPX_IMG_FMT_444A, 8, 0 },
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/avcodec/
H A Dchroma.c110 {VLC_CODEC_YUVA, AV_PIX_FMT_YUVA444P, 0, 0, 0 },
/dports/multimedia/vlc/vlc-3.0.16/modules/spu/
H A Drss.c512 fmt_out.i_chroma = VLC_CODEC_YUVA; in Filter()
565 fmt_out.i_chroma = VLC_CODEC_YUVA; in LoadImage()
575 fmt_in.i_chroma = VLC_CODEC_YUVA; in LoadImage()
H A Dlogo.c385 fmt.i_chroma = VLC_CODEC_YUVA; in FilterSub()
620 video_format_Init( &fmt_out, VLC_CODEC_YUVA ); in LoadImage()
H A Dmosaic.c595 if( fmt_in.i_chroma == VLC_CODEC_YUVA || in Filter()
597 fmt_out.i_chroma = VLC_CODEC_YUVA; in Filter()
H A Dremoteosd.c604 picture_t *pic = picture_New( VLC_CODEC_YUVA, p_sys->i_vnc_width, in vnc_worker_thread()
1007 fmt.i_chroma = VLC_CODEC_YUVA; in Filter()
H A Daudiobargraph_v.c395 fmt.i_chroma = VLC_CODEC_YUVA; in FilterSub()
/dports/multimedia/vlc/vlc-3.0.16/src/misc/
H A Dfourcc.c240 VLC_CODEC_YUVA, VLC_CODEC_YUVA_444_10L, VLC_CODEC_YUVA_444_10B
700 { { VLC_CODEC_YUVA }, PLANAR_8(4, 1, 1) },
H A Des_format.c150 case VLC_CODEC_YUVA: in video_format_Setup()
/dports/multimedia/vlc/vlc-3.0.16/src/video_output/
H A Dvout_subpictures.c1332 VLC_CODEC_YUVA, VLC_CODEC_RGBA, true); in spu_Create()
1337 VLC_CODEC_YUVP, VLC_CODEC_YUVA, false); in spu_Create()
1564 VLC_CODEC_YUVA, in spu_Render()
1575 VLC_CODEC_YUVA, in spu_Render()
H A Dvout_intf.c339 p_pic, VLC_CODEC_YUVA ); in VoutSnapshotPip()
H A Dvideo_epg.c230 video_format_Init( &fmt_out, VLC_CODEC_YUVA ); in vout_OSDImage()
/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_fourcc.h262 #define VLC_CODEC_YUVA VLC_FOURCC('Y','U','V','A') macro
/dports/multimedia/vlc/vlc-3.0.16/modules/text_renderer/freetype/
H A Dfreetype.c1282 else if( *p_chroma == VLC_CODEC_YUVA ) in Render()
1285 VLC_CODEC_YUVA, in Render()

12