Home
last modified time | relevance | path

Searched refs:VLC_CODEC_U8 (Results 1 – 25 of 31) 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 },
450 { VLC_CODEC_U8, VLC_CODEC_FL32, U8toFl32 },
451 { VLC_CODEC_U8, VLC_CODEC_S32N, U8toS32 },
452 { VLC_CODEC_U8, VLC_CODEC_FL64, U8toFl64 },
454 { VLC_CODEC_S16N, VLC_CODEC_U8, S16toU8 },
459 { VLC_CODEC_FL32, VLC_CODEC_U8, Fl32toU8 },
464 { VLC_CODEC_S32N, VLC_CODEC_U8, S32toU8 },
469 { VLC_CODEC_FL64, VLC_CODEC_U8, Fl64toU8 },
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/
H A Dvoc.c193 new_fmt.i_codec = VLC_CODEC_U8; in ReadBlockHeader()
260 new_fmt.i_codec = VLC_CODEC_U8; in ReadBlockHeader()
311 new_fmt.i_codec = VLC_CODEC_U8; in ReadBlockHeader()
364 new_fmt.i_codec = VLC_CODEC_U8; in ReadBlockHeader()
H A Drawaud.c151 case VLC_CODEC_U8: in Open()
/dports/multimedia/vlc/vlc-3.0.16/src/audio_output/
H A Dcommon.c46 case VLC_CODEC_U8: in aout_BitsPerSample()
332 case VLC_CODEC_U8: REORDER_TYPE(uint8_t); return; in aout_ChannelReorder()
383 case VLC_CODEC_U8: INTERLEAVE_TYPE(uint8_t); break; in aout_Interleave()
419 case VLC_CODEC_U8: DEINTERLEAVE_TYPE(uint8_t); break; in aout_Deinterleave()
/dports/multimedia/vlc/vlc-3.0.16/modules/audio_output/
H A Dsndio.c82 case VLC_CODEC_U8: in Start()
136 fmt->i_format = VLC_CODEC_U8; in Start()
H A Dfile.c101 VLC_CODEC_U8, VLC_CODEC_S16N,
234 case VLC_CODEC_U8: in set_category()
H A Doss.c130 case VLC_CODEC_U8: in Start()
155 case AFMT_U8: fmt->i_format = VLC_CODEC_U8; break; in Start()
H A Dtizen_audio.c223 case VLC_CODEC_U8: in Start()
H A Dwasapi.c364 case VLC_CODEC_U8: in vlc_ToWave()
H A Dalsa.c307 case VLC_CODEC_U8: in Start()
H A Dpulse.c736 case VLC_CODEC_U8: in Start()
/dports/multimedia/vlc/vlc-3.0.16/modules/audio_mixer/
H A Dinteger.c118 case VLC_CODEC_U8: in Activate()
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/
H A Daraw.c243 format = VLC_CODEC_U8; in DecoderOpen()
245 case VLC_CODEC_U8: in DecoderOpen()
832 case VLC_CODEC_U8: in EncoderOpen()
833 p_enc->fmt_in.i_codec = VLC_CODEC_U8; in EncoderOpen()
/dports/multimedia/vlc/vlc-3.0.16/modules/audio_filter/channel_mixer/
H A Dremap.c232 case VLC_CODEC_U8: in DEFINE_REMAP()
248 case VLC_CODEC_U8: in DEFINE_REMAP()
/dports/multimedia/vlc/vlc-3.0.16/modules/stream_out/
H A Drecord.c274 M( "wav", "wav", 1, VLC_CODEC_U8, VLC_CODEC_S16L,
296 VLC_CODEC_U8, VLC_CODEC_S16L, VLC_CODEC_S24L,
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/avcodec/
H A Daudio.c531 [AV_SAMPLE_FMT_U8] = VLC_CODEC_U8, in GetVlcAudioFormat()
536 [AV_SAMPLE_FMT_U8P] = VLC_CODEC_U8, in GetVlcAudioFormat()
H A Dfourcc.c312 { VLC_CODEC_U8, AV_CODEC_ID_PCM_U8 },
/dports/multimedia/vlc/vlc-3.0.16/modules/access/
H A Dpulse.c239 [PA_SAMPLE_U8] = VLC_CODEC_U8,
H A Dalsa.c272 [SND_PCM_FORMAT_U8] = VLC_CODEC_U8,
/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_fourcc.h487 #define VLC_CODEC_U8 VLC_FOURCC('u','8',' ',' ') macro
/dports/multimedia/vlc/vlc-3.0.16/src/misc/
H A Dfourcc.c151 return VLC_CODEC_U8; in vlc_fourcc_GetCodecAudio()
H A Dfourcc_list.h1451 B(VLC_CODEC_U8, "PCM U8"),
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mp4/
H A Dessetup.c1012 p_track->fmt.i_codec = VLC_CODEC_U8; in SetupAudioES()
1073 { 0x00, 0x05, 8, VLC_CODEC_U8 }, in SetupAudioES()
/dports/multimedia/vlc/vlc-3.0.16/modules/mux/
H A Davi.c378 case VLC_CODEC_U8: in AddStream()
H A Dasf.c412 case VLC_CODEC_U8: in AddStream()

12