Home
last modified time | relevance | path

Searched refs:VLC_CODEC_OPUS (Results 1 – 22 of 22) sorted by relevance

/dports/multimedia/vlc/vlc-3.0.16/modules/demux/
H A Dogg.c454 if ( p_stream->fmt.i_codec == VLC_CODEC_OPUS || in Demux()
557 case VLC_CODEC_OPUS: in Demux()
588 case VLC_CODEC_OPUS: in Demux()
1044 (p_stream->fmt.i_codec == VLC_CODEC_OPUS || in Ogg_UpdatePCR()
1119 else if( p_stream->fmt.i_codec == VLC_CODEC_OPUS && in Ogg_UpdatePCR()
1307 case VLC_CODEC_OPUS: in Ogg_DecodePacket()
1414 if( p_stream->fmt.i_codec == VLC_CODEC_OPUS ) in Ogg_DecodePacket()
1420 if( p_stream->fmt.i_codec == VLC_CODEC_OPUS ) in Ogg_DecodePacket()
1499 p_stream->fmt.i_codec != VLC_CODEC_OPUS && in Ogg_DecodePacket()
2490 else if( p_stream->fmt.i_codec == VLC_CODEC_OPUS ) in Ogg_LogicalStreamResetEsFormat()
[all …]
H A Dcaf.c521 if( p_sys->fmt.i_codec == VLC_CODEC_OPUS ) in ReadDescChunk()
H A Doggseek.c719 case VLC_CODEC_OPUS: in Oggseek_GranuleToAbsTimestamp()
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/avformat/
H A Dmux.c206 if( fmt->i_codec == VLC_CODEC_OPUS ) in AddStream()
312 if( fmt->i_codec == VLC_CODEC_OPUS ) in AddStream()
/dports/multimedia/vlc/vlc-3.0.16/modules/packetizer/
H A Dcopy.c187 if (p_dec->fmt_in.i_codec != VLC_CODEC_OPUS) in Packetize()
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/
H A Dopus.c174 if( p_dec->fmt_in.i_codec != VLC_CODEC_OPUS ) in OpenDecoder()
641 if (enc->fmt_out.i_codec != VLC_CODEC_OPUS) in OpenEncoder()
/dports/multimedia/vlc/vlc-3.0.16/modules/mux/mpeg/
H A Dtables.c606 else if( p_stream->fmt->i_codec == VLC_CODEC_OPUS ) in BuildPMT()
812 case VLC_CODEC_OPUS: in FillPMTESParams()
H A Dts.c1284 else if( p_input->p_fmt->i_codec == VLC_CODEC_OPUS ) in MuxStreams()
/dports/multimedia/vlc/vlc-3.0.16/modules/mux/
H A Dogg.c459 case VLC_CODEC_OPUS: in AddStream()
1023 p_stream->fmt.i_codec == VLC_CODEC_OPUS || in OggCreateHeaders()
1191 p_stream->fmt.i_codec == VLC_CODEC_OPUS || in OggCreateHeaders()
1595 p_stream->fmt.i_codec != VLC_CODEC_OPUS && in MuxBlock()
1619 p_stream->fmt.i_codec == VLC_CODEC_OPUS || in MuxBlock()
/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_codecs.h368 { WAVE_FORMAT_OPUS, VLC_CODEC_OPUS, "Opus Audio" },
H A Dvlc_fourcc.h422 #define VLC_CODEC_OPUS VLC_FOURCC('O','p','u','s') macro
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/avcodec/
H A Dfourcc.c456 { VLC_CODEC_OPUS, AV_CODEC_ID_OPUS },
/dports/multimedia/vlc/vlc-3.0.16/modules/stream_out/
H A Drecord.c281 VLC_CODEC_OPUS ),
H A Drtpfmt.c614 case VLC_CODEC_OPUS: in rtp_get_fmt()
/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()
1229 i_codec_audio == VLC_CODEC_OPUS ) && in UpdateOutput()
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mkv/
H A Dmkv.cpp634 case VLC_CODEC_OPUS: in BlockDecode()
H A Dmatroska_segment_parse.cpp1820 vars.p_fmt->i_codec = VLC_CODEC_OPUS; in TrackInit()
/dports/multimedia/vlc/vlc-3.0.16/src/misc/
H A Dfourcc_list.h1417 B(VLC_CODEC_OPUS, "Opus Audio"),
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/omxil/
H A Dmediacodec.c602 case VLC_CODEC_OPUS: mime = "audio/opus"; break; in OpenDecoder()
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mpeg/
H A Dts_psi.c948 es_format_Change(p_fmt, AUDIO_ES, VLC_CODEC_OPUS); in OpusSetup()
H A Dts.c1363 else if( p_es->fmt.i_codec == VLC_CODEC_OPUS) in ConvertPESBlock()
/dports/multimedia/vlc/vlc-3.0.16/modules/access/
H A Dlive555.cpp1035 tk->fmt.i_codec = VLC_CODEC_OPUS; in SessionsSetup()