Home
last modified time | relevance | path

Searched refs:VLC_CODEC_TEXT (Results 1 – 20 of 20) sorted by relevance

/dports/multimedia/vlc/vlc-3.0.16/modules/codec/
H A Dt140.c96 || ( p_region->fmt.i_chroma != VLC_CODEC_TEXT ) in Encode()
H A Dzvbi.c280 p_dec->fmt_out.i_codec = p_sys->b_text ? VLC_CODEC_TEXT : VLC_CODEC_RGBA; in Open()
537 video_format_Init(&fmt, b_text ? VLC_CODEC_TEXT : VLC_CODEC_RGBA); in Subpicture()
H A Dsubstext.h141 video_format_Init(&fmt, VLC_CODEC_TEXT); in SubpictureTextUpdate()
H A Ddvbsub.c1654 video_format_Init( &fmt, VLC_CODEC_TEXT ); in render()
1982 if( ( p_region->fmt.i_chroma != VLC_CODEC_TEXT ) && in Encode()
2217 ( p_region->fmt.i_chroma == VLC_CODEC_TEXT ); in encode_region_composition()
2306 case VLC_CODEC_TEXT: in encode_object()
2317 if( p_region->fmt.i_chroma == VLC_CODEC_TEXT ) in encode_object()
H A Dtelx.c688 video_format_Init(&fmt, VLC_CODEC_TEXT); in Decode()
H A Dsubsusf.c420 video_format_Init( &fmt, VLC_CODEC_TEXT ); in CreateTextRegion()
H A Dkate.c1186 video_format_Init( &fmt, VLC_CODEC_TEXT ); in SetupSimpleKateSPU()
H A Dcc.c309 p_dec->fmt_out.i_codec = VLC_CODEC_TEXT; in Open()
/dports/multimedia/vlc/vlc-3.0.16/src/video_output/
H A Dvideo_text.c69 video_format_Init( &fmt, VLC_CODEC_TEXT); in OSDTextUpdate()
H A Dvout_subpictures.c254 assert(region->fmt.i_chroma == VLC_CODEC_TEXT); in SpuRenderText()
681 if (region->fmt.i_chroma == VLC_CODEC_TEXT) { in SpuRenderRegion()
695 if (region->fmt.i_chroma == VLC_CODEC_TEXT) in SpuRenderRegion()
H A Dvideo_epg.c264 video_format_Init(&fmt, VLC_CODEC_TEXT); in vout_OSDTextRegion()
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/arib/
H A Dsubstext.h77 video_format_Init(&fmt, VLC_CODEC_TEXT); in SubpictureTextUpdate()
/dports/multimedia/vlc/vlc-3.0.16/src/misc/
H A Dsubpicture.c235 if( p_fmt->i_chroma == VLC_CODEC_TEXT ) in subpicture_region_New()
H A Dfourcc_list.h1573 B(VLC_CODEC_TEXT, "Plain text subtitles"),
/dports/multimedia/vlc/vlc-3.0.16/modules/spu/dynamicoverlay/
H A Ddynamicoverlay.c365 if( p_overlay->format.i_chroma == VLC_CODEC_TEXT ) in Filter()
H A Ddynamicoverlay_commands.c437 if( p_params->fourcc == VLC_CODEC_TEXT ) in exec_DataSharedMem()
465 video_format_Setup( &p_ovl->format, VLC_CODEC_TEXT, in exec_DataSharedMem()
/dports/multimedia/vlc/vlc-3.0.16/modules/spu/
H A Dmarq.c306 video_format_Init( &vfmt, VLC_CODEC_TEXT ); in Filter()
H A Drss.c411 fmt.i_chroma = VLC_CODEC_TEXT; in Filter()
/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_fourcc.h532 #define VLC_CODEC_TEXT VLC_FOURCC('T','E','X','T') macro
/dports/multimedia/vlc/vlc-3.0.16/doc/
H A DChangeLog-201726012 This fixes a crash where we would end up passing VLC_CODEC_TEXT or