Home
last modified time | relevance | path

Searched refs:VLC_CODEC_MP4A (Results 1 – 25 of 35) sorted by relevance

12

/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_codecs.h359 { WAVE_FORMAT_DIVIO_AAC, VLC_CODEC_MP4A, "MPEG-4 Audio (Divio)" },
360 { WAVE_FORMAT_AAC, VLC_CODEC_MP4A, "MPEG-4 Audio" },
361 { WAVE_FORMAT_QNAP_ADTS, VLC_CODEC_MP4A, "MPEG-4 ADTS Audio" },
362 { WAVE_FORMAT_AAC_ADTS, VLC_CODEC_MP4A, "MPEG-4 ADTS Audio" },
363 { WAVE_FORMAT_AAC_2, VLC_CODEC_MP4A, "MPEG-4 Audio" },
364 { WAVE_FORMAT_AAC_3, VLC_CODEC_MP4A, "MPEG-4 Audio" },
365 { WAVE_FORMAT_AAC_LATM, VLC_CODEC_MP4A, "MPEG-4 LATM Audio" },
366 { WAVE_FORMAT_HEAAC, VLC_CODEC_MP4A, "MPEG-4 Audio" },
369 { WAVE_FORMAT_AVCODEC_AAC, VLC_CODEC_MP4A, "MPEG-4 Audio" },
370 { WAVE_FORMAT_AAC_MS, VLC_CODEC_MP4A, "MPEG-4 Audio" },
H A Dvlc_fourcc.h407 #define VLC_CODEC_MP4A VLC_FOURCC('m','p','4','a') macro
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mp4/
H A Dmpeg4.h43 *pi_codec = VLC_CODEC_MP4A; in MPEG4_Codec_By_ObjectType()
59 *pi_codec = VLC_CODEC_MP4A; in MPEG4_Codec_By_ObjectType()
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/adaptive/tools/
H A DFormatNamespace.cpp162 es_format_Change(&fmt, AUDIO_ES, VLC_CODEC_MP4A); in Parse()
172 es_format_Change(&fmt, AUDIO_ES, VLC_CODEC_MP4A); in Parse()
/dports/multimedia/vlc/vlc-3.0.16/modules/stream_out/
H A Drecord.c286 M( "mp4", "mp4", INT_MAX, VLC_CODEC_MP4A, VLC_CODEC_H264, VLC_CODEC_MP4V, VLC_CODEC_HEVC,
302 VLC_CODEC_DTS, VLC_CODEC_MP4A,
306 VLC_CODEC_A52, VLC_CODEC_MP4A, VLC_CODEC_VORBIS, VLC_CODEC_FLAC ),
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/avcodec/
H A Dfourcc.c395 { VLC_CODEC_MP4A, AV_CODEC_ID_AAC },
445 { VLC_CODEC_MP4A, AV_CODEC_ID_AAC_LATM },
H A Daudio.c629 && p_dec->fmt_in.i_codec == VLC_CODEC_MP4A in SetupOutputFormat()
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/
H A Dfdkaac.c174 case VLC_CODEC_MP4A: in OpenEncoder()
223 p_enc->fmt_out.i_codec = VLC_CODEC_MP4A; in OpenEncoder()
H A Dfaad.c113 if( p_dec->fmt_in.i_codec != VLC_CODEC_MP4A ) in Open()
H A Dmft.c198 { VLC_CODEC_MP4A, &MFAudioFormat_AAC },
/dports/multimedia/vlc/vlc-3.0.16/modules/mux/mp4/
H A Dlibmp4mux.c280 case VLC_CODEC_MP4A: in GetESDS()
796 if (codec == VLC_CODEC_MP4V || codec == VLC_CODEC_MP4A) { in GetUdtaTag()
886 if (b_mov && codec == VLC_CODEC_MP4A) in GetSounBox()
903 if (b_mov && p_track->fmt.i_codec == VLC_CODEC_MP4A) { in GetSounBox()
916 if (b_mov && codec == VLC_CODEC_MP4A) in GetSounBox()
1737 case VLC_CODEC_MP4A: in mp4mux_CanMux()
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mpeg/
H A Dps.h285 es_format_Change( &tk->fmt, AUDIO_ES, VLC_CODEC_MP4A ); in ps_track_fill()
290 es_format_Change( &tk->fmt, AUDIO_ES, VLC_CODEC_MP4A ); in ps_track_fill()
H A Dts_hotfixes.c176 pid->probed.i_fourcc = VLC_CODEC_MP4A; /* ADTS */ in ProbePES()
H A Dts_sl.c109 es_format_Change( p_fmt, AUDIO_ES, VLC_CODEC_MP4A ); in SetupISO14496LogicalStream()
H A Dts_psi.c1412 es_format_Change( fmt, AUDIO_ES, VLC_CODEC_MP4A ); in PIDFillFormat()
1419 es_format_Change( fmt, AUDIO_ES, VLC_CODEC_MP4A ); in PIDFillFormat()
1430 es_format_Change( fmt, AUDIO_ES, VLC_CODEC_MP4A ); in PIDFillFormat()
H A Des.c187 { VLC_CODEC_MP4A, false, "mp4 audio", AacProbe, AacInit },
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/omxil/
H A Dutils.c398 case VLC_CODEC_MP4A: in OMXCodec_GetQuirks()
548 { VLC_CODEC_MP4A, OMX_AUDIO_CodingAAC, "audio_decoder.aac" },
587 { VLC_CODEC_MP4A, OMX_AUDIO_CodingAAC, "audio_encoder.aac" },
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/
H A Dcaf.c489 es_format_Init( &p_sys->fmt, AUDIO_ES, vlc_fourcc_GetCodecAudio( VLC_CODEC_MP4A, 0 )); in ReadDescChunk()
716 else if( p_sys->fmt.i_codec == VLC_CODEC_MP4A ) in ReadKukiChunk()
H A Dreal.c898 case VLC_CODEC_MP4A: in DemuxAudio()
1583 fmt.i_codec = VLC_CODEC_MP4A; in CodecAudioParse()
/dports/multimedia/vlc/vlc-3.0.16/modules/packetizer/
H A Dmpeg4audio.c207 if (p_dec->fmt_in.i_codec != VLC_CODEC_MP4A) in set_category()
223 p_dec->fmt_out.i_codec = VLC_CODEC_MP4A; in set_category()
/dports/multimedia/vlc/vlc-3.0.16/modules/mux/mpeg/
H A Dps.c314 case VLC_CODEC_MP4A: in AddStream()
H A Dtables.c841 case VLC_CODEC_MP4A: in FillPMTESParams()
/dports/multimedia/vlc/vlc-3.0.16/src/misc/
H A Dfourcc_list.h1243 B(VLC_CODEC_MP4A, "MPEG AAC Audio"),
/dports/multimedia/vlc/vlc-3.0.16/modules/access/
H A Dlive555.cpp971 tk->fmt.i_codec = VLC_CODEC_MP4A; in SessionsSetup()
991 tk->fmt.i_codec = VLC_CODEC_MP4A; in SessionsSetup()
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mkv/
H A Dmatroska_segment_parse.cpp1852 p_tk->fmt.i_codec = VLC_CODEC_MP4A; in TrackInit()
1891 vars.p_tk->fmt.i_codec = VLC_CODEC_MP4A; in TrackInit()

12