Home
last modified time | relevance | path

Searched refs:VLC_CODEC_MP2V (Results 1 – 13 of 13) sorted by relevance

/dports/multimedia/vlc/vlc-3.0.16/modules/mux/mpeg/
H A Dpes.c114 p_fmt->i_codec != VLC_CODEC_MP2V && in PESHeader()
H A Dps.c281 case VLC_CODEC_MP2V: in AddStream()
H A Dtables.c744 case VLC_CODEC_MP2V: in FillPMTESParams()
H A Dts.c1430 (p_input->p_fmt->i_codec == VLC_CODEC_MP2V) in MuxStreams()
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/avcodec/
H A Dfourcc.c51 { VLC_CODEC_MP2V, AV_CODEC_ID_MPEG2VIDEO }, /* prefer MPEG2 over MPEG1 */
H A Dencoder.c531 p_enc->fmt_out.i_codec == VLC_CODEC_MP2V ) ) in InitVideoEnc()
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/omxil/
H A Dmediacodec.c429 case VLC_CODEC_MP2V: in ParseExtra()
445 p_dec->fmt_in.i_codec == VLC_CODEC_MP2V) && in UpdateVout()
582 case VLC_CODEC_MP2V: in OpenDecoder()
/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_fourcc.h602 #define VLC_CODEC_MP2V VLC_FOURCC('m','p','2','v') macro
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/
H A Dx264.c793 if( p_enc->fmt_out.i_codec != VLC_CODEC_MP2V && in Open()
812 p_enc->fmt_out.i_codec = VLC_CODEC_MP2V; in Open()
H A Dvideotoolbox.m1081 case VLC_CODEC_MP2V:
/dports/multimedia/vlc/vlc-3.0.16/modules/mux/mp4/
H A Dlibmp4mux.c273 case VLC_CODEC_MP2V: in GetESDS()
1742 case VLC_CODEC_MP2V: in mp4mux_CanMux()
/dports/multimedia/vlc/vlc-3.0.16/src/misc/
H A Dfourcc_list.h34 B(VLC_CODEC_MP2V, "MPEG-2 Video"),
/dports/multimedia/vlc/vlc-3.0.16/modules/mux/
H A Dogg.c392 case VLC_CODEC_MP2V: in AddStream()