Home
last modified time | relevance | path

Searched refs:VLC_CODEC_FLAC (Results 1 – 15 of 15) sorted by relevance

/dports/multimedia/vlc/vlc-3.0.16/modules/mux/
H A Dogg.c471 case VLC_CODEC_FLAC: in AddStream()
757 case VLC_CODEC_FLAC: in OggGetSkeletonFisbone()
1071 else if( p_stream->fmt.i_codec == VLC_CODEC_FLAC ) in OggCreateHeaders()
1226 else if( p_stream->fmt.i_codec != VLC_CODEC_FLAC && in OggCreateHeaders()
1250 p_stream->fmt.i_codec == VLC_CODEC_FLAC ) && in OggCreateHeaders()
1259 if( p_stream->fmt.i_codec == VLC_CODEC_FLAC ) in OggCreateHeaders()
1593 p_stream->fmt.i_codec != VLC_CODEC_FLAC && in MuxBlock()
1618 p_stream->fmt.i_codec == VLC_CODEC_FLAC || in MuxBlock()
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/
H A Dflac.c430 if( p_dec->fmt_in.i_codec != VLC_CODEC_FLAC ) in OpenDecoder()
805 if( p_enc->fmt_out.i_codec != VLC_CODEC_FLAC && in OpenEncoder()
816 p_enc->fmt_out.i_codec = VLC_CODEC_FLAC; in OpenEncoder()
/dports/multimedia/vlc/vlc-3.0.16/modules/packetizer/
H A Dflac.c560 if (p_dec->fmt_in.i_codec != VLC_CODEC_FLAC) in Open()
584 p_dec->fmt_out.i_codec = VLC_CODEC_FLAC; in Open()
/dports/multimedia/vlc/vlc-3.0.16/modules/stream_out/
H A Drecord.c279 M( "ogg", "ogg", INT_MAX, VLC_CODEC_VORBIS, VLC_CODEC_SPEEX, VLC_CODEC_FLAC,
306 VLC_CODEC_A52, VLC_CODEC_MP4A, VLC_CODEC_VORBIS, VLC_CODEC_FLAC ),
/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_codecs.h379 { WAVE_FORMAT_FLAC, VLC_CODEC_FLAC, "FLAC Audio" },
H A Dvlc_fourcc.h417 #define VLC_CODEC_FLAC VLC_FOURCC('f','l','a','c') macro
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/
H A Dogg.c1313 case VLC_CODEC_FLAC: in Ogg_DecodePacket()
1501 p_stream->fmt.i_codec != VLC_CODEC_FLAC && in Ogg_DecodePacket()
1687 es_format_Change( &p_stream->fmt, AUDIO_ES, VLC_CODEC_FLAC ); in Ogg_FindLogicalStreams()
1706 es_format_Change( &p_stream->fmt, AUDIO_ES, VLC_CODEC_FLAC ); in Ogg_FindLogicalStreams()
2492 else if( p_stream->fmt.i_codec == VLC_CODEC_FLAC ) in Ogg_LogicalStreamResetEsFormat()
2619 case VLC_CODEC_FLAC: in Ogg_ExtractMeta()
3046 es_format_Change( &p_stream->fmt, AUDIO_ES, VLC_CODEC_FLAC ); in Ogg_ApplyContentType()
H A Dflac.c157 es_format_Init( &fmt, AUDIO_ES, VLC_CODEC_FLAC ); in Open()
H A Doggseek.c726 case VLC_CODEC_FLAC: in Oggseek_GranuleToAbsTimestamp()
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/avcodec/
H A Dfourcc.c405 { VLC_CODEC_FLAC, AV_CODEC_ID_FLAC },
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mp4/
H A Dessetup.c919 p_track->fmt.i_codec = VLC_CODEC_FLAC; in SetupAudioES()
939 p_track->fmt.i_codec = VLC_CODEC_FLAC; in SetupAudioES()
/dports/multimedia/vlc/vlc-3.0.16/src/misc/
H A Dfourcc_list.h1337 B(VLC_CODEC_FLAC, "FLAC (Free Lossless Audio Codec)"),
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/omxil/
H A Dmediacodec.c605 case VLC_CODEC_FLAC: mime = "audio/flac"; break; in OpenDecoder()
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mkv/
H A Dmatroska_segment_parse.cpp1811 vars.p_fmt->i_codec = VLC_CODEC_FLAC; in TrackInit()
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/avi/
H A Davi.c555 tk->fmt.i_codec == VLC_CODEC_FLAC ) in Open()