Home
last modified time | relevance | path

Searched refs:VLC_CODEC_MP3 (Results 1 – 23 of 23) sorted by relevance

/dports/multimedia/vlc/vlc-3.0.16/modules/codec/
H A Dspdif.c57 case VLC_CODEC_MP3: in OpenDecoder()
H A Dmad.c248 && p_dec->fmt_in.i_codec != VLC_CODEC_MP3 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.c386 p_dec->fmt_in.i_codec != VLC_CODEC_MP3 ) in OpenDecoder()
H A Dmft.c196 { VLC_CODEC_MP3, &MFAudioFormat_MP3 },
/dports/multimedia/vlc/vlc-3.0.16/modules/stream_out/chromecast/
H A Dcast.cpp811 i_codec == VLC_CODEC_MP3; in canDecodeAudio()
1093 *p_codec_audio = VLC_CODEC_MP3; in GetAcodecOption()
1107 else if( *p_codec_audio == VLC_CODEC_MP3 ) in GetAcodecOption()
/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_codecs.h341 { WAVE_FORMAT_MPEGLAYER3, VLC_CODEC_MP3, "Mpeg Audio Layer 3" },
H A Dvlc_fourcc.h606 #define VLC_CODEC_MP3 VLC_FOURCC('m','p','3',' ') macro
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/avcodec/
H A Dfourcc.c394 { VLC_CODEC_MP3, AV_CODEC_ID_MP3 },
/dports/multimedia/vlc/vlc-3.0.16/modules/packetizer/
H A Dmpegaudio.c619 ( p_dec->fmt_in.i_codec != VLC_CODEC_MP3 ) ) in Open()
/dports/multimedia/vlc/vlc-3.0.16/modules/mux/mp4/
H A Dlibmp4mux.c284 case VLC_CODEC_MP3: in GetESDS()
861 codec == VLC_CODEC_MP3) { in GetSounBox()
1740 case VLC_CODEC_MP3: in mp4mux_CanMux()
/dports/multimedia/vlc/vlc-3.0.16/modules/stream_out/transcode/
H A Dtranscode.c292 if( ( p_sys->i_acodec == VLC_CODEC_MP3 || in Open()
/dports/multimedia/vlc/vlc-3.0.16/modules/mux/mpeg/
H A Dtables.c793 case VLC_CODEC_MP3: in FillPMTESParams()
H A Dts.c1274 (p_input->p_fmt->i_codec != VLC_CODEC_MP3) ) ) in MuxStreams()
/dports/multimedia/vlc/vlc-3.0.16/src/misc/
H A Dfourcc_list.h1215 B(VLC_CODEC_MP3, "MPEG Audio layer 3"),
/dports/multimedia/vlc/vlc-3.0.16/modules/mux/
H A Davi.c355 case VLC_CODEC_MP3: in AddStream()
H A Dasf.c377 case VLC_CODEC_MP3: in AddStream()
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/omxil/
H A Dutils.c550 { VLC_CODEC_MP3, OMX_AUDIO_CodingMP3, "audio_decoder.mp3" },
H A Dmediacodec.c597 case VLC_CODEC_MP3: mime = "audio/mpeg"; break; in OpenDecoder()
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mp4/
H A Dessetup.c869 p_track->fmt.i_codec = VLC_CODEC_MP3; in SetupAudioES()
H A Dmp4.c3746 case VLC_CODEC_MP3: in MP4_TrackGetReadSize()
/dports/multimedia/vlc/vlc-3.0.16/doc/
H A DChangeLog-201323021 VLC_CODEC_MP3 seems to work fine with multiple OMX mp3 decoders,
H A DChangeLog-200931833 Added and used VLC_CODEC_MP3 when applicable.