Home
last modified time | relevance | path

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

/dports/multimedia/vlc/vlc-3.0.16/modules/codec/
H A Drtpvideo.c56 if( p_enc->fmt_out.i_codec != VLC_CODEC_R420 && !p_enc->obj.force ) in set_category()
61 p_enc->fmt_out.i_codec = VLC_CODEC_R420; in set_category()
/dports/multimedia/vlc/vlc-3.0.16/modules/stream_out/
H A Drtpfmt.c633 case VLC_CODEC_R420: in rtp_get_fmt()
1690 case VLC_CODEC_R420: in rtp_packetize_rawvideo()
1792 else if( i_format == VLC_CODEC_R420 ) in rtp_packetize_rawvideo()
1817 return rtp_packetize_rawvideo( id, in, VLC_CODEC_R420 ); in rtp_packetize_r420()
/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_fourcc.h306 #define VLC_CODEC_R420 VLC_FOURCC('r','4','2','0') macro