Home
last modified time | relevance | path

Searched refs:stream_filter_t (Results 1 – 12 of 12) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/
H A Dmulaw.c265 stream_filter_t * \
278 stream_filter_t *this; in DEFINE_FILTER()
281 this = (stream_filter_t *)self; in DEFINE_FILTER()
300 stream_filter_t *this; in DEFINE_FILTER()
303 this = (stream_filter_t *)self; in DEFINE_FILTER()
340 stream_filter_t *this; in DEFINE_FILTER()
375 stream_filter_t *this; in DEFINE_FILTER()
397 stream_filter_t *this; in DEFINE_FILTER()
419 stream_filter_t *this; in DEFINE_FILTER()
459 stream_filter_t *this; in DEFINE_FILTER()
[all …]
H A Dauconv.c225 stream_filter_t *
230 stream_filter_t *this; in auconv_nocontext_filter_factory()
254 stream_filter_t * \
266 stream_filter_t *this; in DEFINE_FILTER()
269 this = (stream_filter_t *)self; in DEFINE_FILTER()
282 stream_filter_t *this; in DEFINE_FILTER()
285 this = (stream_filter_t *)self; in DEFINE_FILTER()
309 stream_filter_t *this; in DEFINE_FILTER()
327 stream_filter_t *this; in DEFINE_FILTER()
354 stream_filter_t *this; in DEFINE_FILTER()
[all …]
H A Dauconv.h37 extern void stream_filter_set_fetcher(stream_filter_t *, stream_fetcher_t *);
38 extern void stream_filter_set_inputbuffer(stream_filter_t *, audio_stream_t *);
39 extern stream_filter_t *auconv_nocontext_filter_factory
H A Dauvolconv.c49 stream_filter_t *this; in auvolconv_slinear16_le_fetch_to()
77 stream_filter_t *this; in auvolconv_slinear16_be_fetch_to()
H A Daudiovar.h178 stream_filter_t *sc_pfilters[AUDIO_MAX_FILTERS];
197 stream_filter_t *sc_rfilters[AUDIO_MAX_FILTERS];
H A Daudio_if.h143 } stream_filter_t; typedef
148 typedef stream_filter_t *stream_filter_factory_t(struct audio_softc *,
H A Dauvolconv.h38 stream_filter_t base;
H A Daurateconv.c60 stream_filter_t base;
70 static void aurateconv_dtor(stream_filter_t *);
96 stream_filter_t *
H A Daudio.c925 stream_filter_t *pf[AUDIO_MAX_FILTERS], *of[AUDIO_MAX_FILTERS]; in audio_setup_pfilters()
1010 stream_filter_t *rf[AUDIO_MAX_FILTERS], *of[AUDIO_MAX_FILTERS]; in audio_setup_rfilters()
2211 stream_filter_t *filter; in audio_write()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Dmsm6258.c48 stream_filter_t base;
78 static stream_filter_t *
138 stream_filter_t * \
149 stream_filter_t *this; in DEFINE_FILTER()
155 this = (stream_filter_t *)self; in DEFINE_FILTER()
212 stream_filter_t *this; in DEFINE_FILTER()
218 this = (stream_filter_t *)self; in DEFINE_FILTER()
282 stream_filter_t *this; in DEFINE_FILTER()
288 this = (stream_filter_t *)self; in DEFINE_FILTER()
348 stream_filter_t *this; in DEFINE_FILTER()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pad/
H A Dpad.c95 static stream_filter_t *pad_swvol_filter_le(struct audio_softc *,
97 static stream_filter_t *pad_swvol_filter_be(struct audio_softc *,
99 static void pad_swvol_dtor(stream_filter_t *);
660 static stream_filter_t *
675 return (stream_filter_t *)this; in pad_swvol_filter_le()
678 static stream_filter_t *
693 return (stream_filter_t *)this; in pad_swvol_filter_be()
697 pad_swvol_dtor(stream_filter_t *this) in pad_swvol_dtor()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/tc/
H A Dbba.c654 static stream_filter_t *
665 stream_filter_t *this; in bba_input_conv_fetch_to()
668 this = (stream_filter_t *)self; in bba_input_conv_fetch_to()
679 static stream_filter_t *
690 stream_filter_t *this; in bba_output_conv_fetch_to()
693 this = (stream_filter_t *)self; in bba_output_conv_fetch_to()