Home
last modified time | relevance | path

Searched refs:VLC_CODEC_S16N (Results 1 – 25 of 46) sorted by relevance

12

/dports/multimedia/vlc/vlc-3.0.16/modules/audio_filter/converter/
H A Dformat.c449 { VLC_CODEC_U8, VLC_CODEC_S16N, U8toS16 },
454 { VLC_CODEC_S16N, VLC_CODEC_U8, S16toU8 },
455 { VLC_CODEC_S16N, VLC_CODEC_FL32, S16toFl32 },
456 { VLC_CODEC_S16N, VLC_CODEC_S32N, S16toS32 },
457 { VLC_CODEC_S16N, VLC_CODEC_FL64, S16toFl64 },
460 { VLC_CODEC_FL32, VLC_CODEC_S16N, Fl32toS16 },
465 { VLC_CODEC_S32N, VLC_CODEC_S16N, S32toS16 },
470 { VLC_CODEC_FL64, VLC_CODEC_S16N, Fl64toS16 },
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/
H A Daraw.c220 format = VLC_CODEC_S16N; in DecoderOpen()
225 format = VLC_CODEC_S16N; in DecoderOpen()
230 format = VLC_CODEC_S16N; in DecoderOpen()
233 case VLC_CODEC_S16N: in DecoderOpen()
237 format = VLC_CODEC_S16N; in DecoderOpen()
838 p_enc->fmt_in.i_codec = VLC_CODEC_S16N; in EncoderOpen()
843 p_enc->fmt_in.i_codec = VLC_CODEC_S16N; in EncoderOpen()
849 case VLC_CODEC_S16N: in EncoderOpen()
850 p_enc->fmt_in.i_codec = VLC_CODEC_S16N; in EncoderOpen()
H A Dg711.c191 p_dec->fmt_out.i_codec = VLC_CODEC_S16N; in DecoderOpen()
192 p_dec->fmt_out.audio.i_format = VLC_CODEC_S16N; in DecoderOpen()
1166 p_enc->fmt_in.i_codec = VLC_CODEC_S16N; in EncoderOpen()
H A Daes3.c297 p_dec->fmt_out.i_codec = VLC_CODEC_S16N; in Open()
391 p_dec->fmt_out.i_codec = i_bits == 16 ? VLC_CODEC_S16N : VLC_CODEC_S32N; in Parse()
H A Duleaddvaudio.c167 dec->fmt_out.i_codec = VLC_CODEC_S16N; in Open()
H A Dlpcm.c291 p_dec->fmt_out.i_codec = VLC_CODEC_S16N; in OpenCommon()
447 p_dec->fmt_out.i_codec = VLC_CODEC_S16N; in Packetize()
567 p_enc->fmt_in.i_codec = VLC_CODEC_S16N; in OpenEncoder()
H A Dshine.c145 p_enc->fmt_in.i_codec = VLC_CODEC_S16N; in OpenEncoder()
H A Dtwolame.c164 p_enc->fmt_in.i_codec = VLC_CODEC_S16N; in OpenEncoder()
/dports/multimedia/vlc/vlc-3.0.16/modules/audio_output/
H A Dtizen_audio.c227 case VLC_CODEC_S16N: in Start()
228 p_fmt->i_format = VLC_CODEC_S16N; in Start()
H A Dsndio.c86 case VLC_CODEC_S16N: in Start()
139 fmt->i_format = VLC_CODEC_S16N; in Start()
H A Dadummy.c79 fmt->i_format = HAVE_FPU ? VLC_CODEC_FL32 : VLC_CODEC_S16N; in Start()
H A Doss.c127 case VLC_CODEC_S16N: in Start()
156 case AFMT_S16_NE: fmt->i_format = VLC_CODEC_S16N; break; in Start()
H A Dwaveout.c236 VLC_CODEC_FL32: VLC_CODEC_S16N; in set_category()
464 case VLC_CODEC_S16N: in OpenWaveOut()
565 if ( OpenWaveOut( p_aout, i_device_id, VLC_CODEC_S16N, in OpenWaveOutPCM()
573 *i_format = VLC_CODEC_S16N; in OpenWaveOutPCM()
H A Dwasapi.c365 audio->i_format = VLC_CODEC_S16N; in vlc_ToWave()
366 case VLC_CODEC_S16N: in vlc_ToWave()
425 audio->i_format = VLC_CODEC_S16N; in vlc_FromWave()
H A Dalsa.c304 case VLC_CODEC_S16N: in Start()
326 fmt->i_format = VLC_CODEC_S16N; in Start()
447 fmt->i_format = VLC_CODEC_S16N; in Start()
H A Ddirectsound.c423 case VLC_CODEC_S16N: in CreateDSBuffer()
542 hr = CreateDSBuffer( obj, sys, VLC_CODEC_S16N, i_channels, i_nb_channels, in CreateDSBufferPCM()
546 *i_format = VLC_CODEC_S16N; in CreateDSBufferPCM()
H A Damem.c235 fmt->i_format = VLC_CODEC_S16N; in Start()
/dports/multimedia/vlc/vlc-3.0.16/src/audio_output/
H A Dcommon.c333 case VLC_CODEC_S16N: REORDER_TYPE(int16_t); return; in aout_ChannelReorder()
384 case VLC_CODEC_S16N: INTERLEAVE_TYPE(int16_t); break; in aout_Interleave()
420 case VLC_CODEC_S16N: DEINTERLEAVE_TYPE(int16_t); break; in aout_Deinterleave()
/dports/multimedia/vlc/vlc-3.0.16/modules/audio_mixer/
H A Dinteger.c115 case VLC_CODEC_S16N: in Activate()
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/avcodec/
H A Daudio.c532 [AV_SAMPLE_FMT_S16] = VLC_CODEC_S16N, in GetVlcAudioFormat()
537 [AV_SAMPLE_FMT_S16P] = VLC_CODEC_S16N, in GetVlcAudioFormat()
544 return VLC_CODEC_S16N; in GetVlcAudioFormat()
/dports/multimedia/vlc/vlc-3.0.16/modules/audio_filter/channel_mixer/
H A Dremap.c234 case VLC_CODEC_S16N: in DEFINE_REMAP()
250 case VLC_CODEC_S16N: in DEFINE_REMAP()
H A Dmono.c399 p_filter->fmt_in.audio.i_format = VLC_CODEC_S16N; in OpenFilter()
401 p_filter->fmt_out.audio.i_format = VLC_CODEC_S16N; in OpenFilter()
/dports/multimedia/vlc/vlc-3.0.16/modules/audio_filter/resampler/
H A Dspeex.c74 case VLC_CODEC_S16N: break; in OpenResampler()
/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_fourcc.h564 # define VLC_CODEC_S16N VLC_CODEC_S16B macro
581 # define VLC_CODEC_S16N VLC_CODEC_S16L macro
/dports/multimedia/vlc/vlc-3.0.16/modules/stream_out/
H A Dchromaprint.c172 if( p_fmt->i_codec != VLC_CODEC_S16N || p_fmt->audio.i_channels > 2 ) in Add()

12