Home
last modified time | relevance | path

Searched refs:VLC_CODEC_A52 (Results 1 – 25 of 38) sorted by relevance

12

/dports/multimedia/vlc/vlc-3.0.16/modules/stream_out/
H A Drecord.c269 M( "raw", "a52", 1, VLC_CODEC_A52 ),
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,
306 VLC_CODEC_A52, VLC_CODEC_MP4A, VLC_CODEC_VORBIS, VLC_CODEC_FLAC ),
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mp4/
H A Dmpeg4.h87 *pi_codec = VLC_CODEC_A52; in MPEG4_Codec_By_ObjectType()
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/
H A Dspdif.c62 case VLC_CODEC_A52: in OpenDecoder()
H A Da52.c279 if( p_dec->fmt_in.i_codec != VLC_CODEC_A52 in Open()
H A Dmft.c200 { VLC_CODEC_A52, &MFAudioFormat_Dolby_AC3 },
/dports/multimedia/vlc/vlc-3.0.16/modules/audio_output/
H A Dadummy.c62 case VLC_CODEC_A52: in Start()
H A Daudiotrack.c947 case VLC_CODEC_A52: in AudioTrack_HasEncoding()
995 case VLC_CODEC_A52: in StartPassthrough()
1010 case VLC_CODEC_A52: in StartPassthrough()
2058 VLC_CODEC_DTS, VLC_CODEC_A52, VLC_CODEC_EAC3, VLC_CODEC_TRUEHD, in DeviceSelect()
H A Dwasapi.c329 case VLC_CODEC_A52: in vlc_SpdifToWave()
H A Dpulse.c739 case VLC_CODEC_A52: in Start()
/dports/multimedia/vlc/vlc-3.0.16/modules/audio_filter/converter/
H A Dtospdif.c94 case VLC_CODEC_A52: in is_big_endian()
561 case VLC_CODEC_A52: in DoWork()
608 p_filter->fmt_in.audio.i_format != VLC_CODEC_A52 && in Open()
/dports/multimedia/vlc/vlc-3.0.16/modules/mux/mpeg/
H A Dps.c305 case VLC_CODEC_A52: in AddStream()
411 case VLC_CODEC_A52: in DelStream()
H A Dtables.c564 else if( p_stream->fmt->i_codec == VLC_CODEC_A52 ) in BuildPMT()
797 case VLC_CODEC_A52: in FillPMTESParams()
/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_aout.h82 || ((p_format)->i_format == VLC_CODEC_A52) \
H A Dvlc_codecs.h347 { WAVE_FORMAT_A52, VLC_CODEC_A52, "A/52" },
H A Dvlc_fourcc.h409 #define VLC_CODEC_A52 VLC_FOURCC('a','5','2',' ') macro
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mpeg/
H A Dts_psi.c1044 es_format_Change( p_fmt, AUDIO_ES, VLC_CODEC_A52 ); in PMTSetupEs0x06()
1252 es_format_Change( p_fmt, AUDIO_ES, VLC_CODEC_A52 ); in PMTSetupEsHDMV()
1301 { "AC-3", AUDIO_ES, VLC_CODEC_A52 }, in PMTSetupEsRegistration()
1320 if ( p_regs[i].i_codec == VLC_CODEC_A52 && p_dvbpsies->i_type == 0x87 ) in PMTSetupEsRegistration()
1440 es_format_Change( fmt, AUDIO_ES, VLC_CODEC_A52 ); in PIDFillFormat()
H A Dps.h159 es_format_Change( &tk->fmt, AUDIO_ES, b_eac3 ? VLC_CODEC_EAC3 : VLC_CODEC_A52 ); in ps_track_fill()
H A Des.c189 { VLC_CODEC_A52, true, "a52 audio", A52Probe, A52Init },
/dports/multimedia/vlc/vlc-3.0.16/modules/packetizer/
H A Da52.c330 case VLC_CODEC_A52: in Open()
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/avcodec/
H A Dfourcc.c396 { VLC_CODEC_A52, AV_CODEC_ID_AC3 },
/dports/multimedia/vlc/vlc-3.0.16/modules/mux/mp4/
H A Dlibmp4mux.c867 } else if (codec == VLC_CODEC_A52) { in GetSounBox()
920 else if (codec == VLC_CODEC_A52) in GetSounBox()
1734 case VLC_CODEC_A52: in mp4mux_CanMux()
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/
H A Dwav.c375 case VLC_CODEC_A52: in Open()
H A Dreal.c793 if( tk->fmt.i_codec == VLC_CODEC_A52 ) in DemuxAudioMethod3()
1578 fmt.i_codec = VLC_CODEC_A52; in CodecAudioParse()
/dports/multimedia/vlc/vlc-3.0.16/src/misc/
H A Dfourcc_list.h1221 B(VLC_CODEC_A52, "A52 Audio (aka AC3)"),
/dports/multimedia/vlc/vlc-3.0.16/modules/mux/
H A Davi.c351 case VLC_CODEC_A52: in AddStream()

12