Home
last modified time | relevance | path

Searched refs:VLC_CODEC_MPGA (Results 1 – 25 of 40) sorted by relevance

12

/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mp4/
H A Dmpeg4.h63 *pi_codec = VLC_CODEC_MPGA; in MPEG4_Codec_By_ObjectType()
69 *pi_codec = VLC_CODEC_MPGA; in MPEG4_Codec_By_ObjectType()
/dports/multimedia/vlc/vlc-3.0.16/modules/stream_out/
H A Drecord.c268 M( "raw", "mp3", 1, VLC_CODEC_MPGA ),
290 VLC_CODEC_MPGA, VLC_CODEC_DVD_LPCM, VLC_CODEC_A52,
294 M( "avi", "avi", 100, VLC_CODEC_A52, VLC_CODEC_MPGA,
301 VLC_CODEC_MPGA, VLC_CODEC_DVD_LPCM, VLC_CODEC_A52,
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/
H A Dspdif.c56 case VLC_CODEC_MPGA: in OpenDecoder()
H A Dtwolame.c134 p_enc->fmt_out.i_codec != VLC_CODEC_MPGA && in OpenEncoder()
167 p_enc->fmt_out.i_codec = VLC_CODEC_MPGA; in OpenEncoder()
H A Dmad.c247 if( ( p_dec->fmt_in.i_codec != VLC_CODEC_MPGA in Open()
H A Dshine.c81 if( (p_enc->fmt_out.i_codec != VLC_CODEC_MP3 && p_enc->fmt_out.i_codec != VLC_CODEC_MPGA) || in OpenEncoder()
H A Dmpg123.c385 if( p_dec->fmt_in.i_codec != VLC_CODEC_MPGA && in OpenDecoder()
/dports/multimedia/vlc/vlc-3.0.16/modules/packetizer/
H A Dmpegaudio.c618 if(( p_dec->fmt_in.i_codec != VLC_CODEC_MPGA ) && in Open()
643 p_dec->fmt_out.i_codec = VLC_CODEC_MPGA; in Open()
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mpeg/
H A Dps.h281 es_format_Change( &tk->fmt, AUDIO_ES, VLC_CODEC_MPGA ); in ps_track_fill()
295 es_format_Change( &tk->fmt, AUDIO_ES, VLC_CODEC_MPGA ); in ps_track_fill()
H A Dts_hotfixes.c172 pid->probed.i_fourcc = VLC_CODEC_MPGA; in ProbePES()
H A Dts_sl.c113 es_format_Change( p_fmt, AUDIO_ES, VLC_CODEC_MPGA ); in SetupISO14496LogicalStream()
/dports/multimedia/vlc/vlc-3.0.16/modules/mux/mpeg/
H A Dps.c309 case VLC_CODEC_MPGA: in AddStream()
415 case VLC_CODEC_MPGA: in DelStream()
H A Dtables.c791 case VLC_CODEC_MPGA: in FillPMTESParams()
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/
H A Dpva.c105 es_format_Init( &fmt, AUDIO_ES, VLC_CODEC_MPGA ); in Open()
H A Dwav.c374 case VLC_CODEC_MPGA: in Open()
H A Dnuv.c319 es_format_Init( &fmt, AUDIO_ES, VLC_CODEC_MPGA ); in Open()
/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_codecs.h342 { WAVE_FORMAT_MPEG, VLC_CODEC_MPGA, "Mpeg Audio" },
H A Dvlc_fourcc.h406 #define VLC_CODEC_MPGA VLC_FOURCC('m','p','g','a') macro
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/avcodec/
H A Dfourcc.c392 { VLC_CODEC_MPGA, AV_CODEC_ID_MP2 },
/dports/multimedia/vlc/vlc-3.0.16/modules/mux/mp4/
H A Dlibmp4mux.c285 case VLC_CODEC_MPGA: in GetESDS()
860 if (codec == VLC_CODEC_MPGA || in GetSounBox()
1739 case VLC_CODEC_MPGA: in mp4mux_CanMux()
/dports/multimedia/vlc/vlc-3.0.16/modules/access/
H A Dalsa.c294 [SND_PCM_FORMAT_MPEG] = VLC_CODEC_MPGA,
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/avformat/
H A Dmux.c218 else if( fmt->i_codec == VLC_CODEC_MPGA && fmt->i_profile == 3 ) in AddStream()
/dports/multimedia/vlc/vlc-3.0.16/modules/access/rtp/
H A Drtp.c589 es_format_Init (&fmt, AUDIO_ES, VLC_CODEC_MPGA); in mpa_init()
/dports/multimedia/vlc/vlc-3.0.16/modules/stream_out/transcode/
H A Dtranscode.c294 p_sys->i_acodec == VLC_CODEC_MPGA ) && p_sys->i_channels > 2 ) in Open()
/dports/multimedia/vlc/vlc-3.0.16/src/misc/
H A Dfourcc_list.h1205 B(VLC_CODEC_MPGA, "MPEG Audio layer 1/2"),

12