Home
last modified time | relevance | path

Searched refs:VLC_CODEC_VORBIS (Results 1 – 20 of 20) sorted by relevance

/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mp4/
H A Dmpeg4.h103 *pi_codec = VLC_CODEC_VORBIS; in MPEG4_Codec_By_ObjectType()
H A Dessetup.c897 p_track->fmt.i_codec = VLC_CODEC_VORBIS; in SetupAudioES()
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/
H A Dvorbis.c238 if( p_dec->fmt_in.i_codec != VLC_CODEC_VORBIS ) in OpenDecoder()
280 p_dec->fmt_out.i_codec = VLC_CODEC_VORBIS; in OpenPacketizer()
764 if( p_enc->fmt_out.i_codec != VLC_CODEC_VORBIS && in OpenEncoder()
777 p_enc->fmt_out.i_codec = VLC_CODEC_VORBIS; in OpenEncoder()
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/
H A Dogg.c455 p_stream->fmt.i_codec == VLC_CODEC_VORBIS || in Demux()
561 case VLC_CODEC_VORBIS: in Demux()
589 case VLC_CODEC_VORBIS: in Demux()
708 if ( p_stream->fmt.i_codec == VLC_CODEC_VORBIS ) in Ogg_ResetStream()
1045 p_stream->fmt.i_codec == VLC_CODEC_VORBIS) ) in Ogg_UpdatePCR()
1090 else if ( p_stream->fmt.i_codec == VLC_CODEC_VORBIS && in Ogg_UpdatePCR()
1284 case VLC_CODEC_VORBIS: in Ogg_DecodePacket()
1497 if( p_stream->fmt.i_codec != VLC_CODEC_VORBIS && in Ogg_DecodePacket()
2312 if ( p_stream->fmt.i_codec == VLC_CODEC_VORBIS ) in Ogg_CleanSpecificData()
2488 if( p_stream->fmt.i_codec == VLC_CODEC_VORBIS ) in Ogg_LogicalStreamResetEsFormat()
[all …]
H A Dxiph.h34 case VLC_CODEC_VORBIS: in xiph_IsLavcFormat()
H A Doggseek.c725 case VLC_CODEC_VORBIS: in Oggseek_GranuleToAbsTimestamp()
/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 ),
H A Drtpfmt.c543 case VLC_CODEC_VORBIS: in rtp_get_fmt()
/dports/multimedia/vlc/vlc-3.0.16/modules/access/rtp/
H A Dxiph.c266 self->vorbis ? VLC_CODEC_VORBIS in xiph_decode()
/dports/multimedia/vlc/vlc-3.0.16/modules/stream_out/chromecast/
H A Dcast.cpp810 return i_codec == VLC_CODEC_VORBIS || i_codec == VLC_CODEC_OPUS || in canDecodeAudio()
1091 *p_codec_audio = VLC_CODEC_VORBIS; in GetAcodecOption()
1105 if( *p_codec_audio == VLC_CODEC_VORBIS ) in GetAcodecOption()
1228 const bool is_webm = ( i_codec_audio == VLC_CODEC_VORBIS || in UpdateOutput()
/dports/multimedia/vlc/vlc-3.0.16/modules/mux/
H A Dogg.c463 case VLC_CODEC_VORBIS: in AddStream()
745 case VLC_CODEC_VORBIS: in OggGetSkeletonFisbone()
1021 if( p_stream->fmt.i_codec == VLC_CODEC_VORBIS || in OggCreateHeaders()
1189 if( p_stream->fmt.i_codec == VLC_CODEC_VORBIS || in OggCreateHeaders()
1592 if( p_stream->fmt.i_codec != VLC_CODEC_VORBIS && in MuxBlock()
1617 if( p_stream->fmt.i_codec == VLC_CODEC_VORBIS || in MuxBlock()
/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_codecs.h371 { WAVE_FORMAT_VORBIS, VLC_CODEC_VORBIS, "Vorbis Audio" },
H A Dvlc_fourcc.h423 #define VLC_CODEC_VORBIS VLC_FOURCC('v','o','r','b') macro
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/avcodec/
H A Dfourcc.c398 { VLC_CODEC_VORBIS, AV_CODEC_ID_VORBIS },
/dports/multimedia/vlc/vlc-3.0.16/src/misc/
H A Dfourcc_list.h1413 B(VLC_CODEC_VORBIS, "Vorbis Audio"),
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/omxil/
H A Dutils.c397 case VLC_CODEC_VORBIS: in OMXCodec_GetQuirks()
H A Dmediacodec.c601 case VLC_CODEC_VORBIS: mime = "audio/vorbis"; break; in OpenDecoder()
/dports/multimedia/vlc/vlc-3.0.16/modules/access/
H A Dlive555.cpp1021 tk->fmt.i_codec = VLC_CODEC_VORBIS; in SessionsSetup()
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mkv/
H A Dmatroska_segment_parse.cpp1815 vars.p_fmt->i_codec = VLC_CODEC_VORBIS; in TrackInit()
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/avi/
H A Davi.c554 if( tk->fmt.i_codec == VLC_CODEC_VORBIS || in Open()