Home
last modified time | relevance | path

Searched refs:GstAudioResampler (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-resampler.h35 typedef struct _GstAudioResampler GstAudioResampler; typedef
224 GstAudioResampler * gst_audio_resampler_new (GstAudioResamplerMethod method,
231 void gst_audio_resampler_free (GstAudioResampler *resampler);
234 void gst_audio_resampler_reset (GstAudioResampler *resampler);
237 gboolean gst_audio_resampler_update (GstAudioResampler *resampler,
242 gsize gst_audio_resampler_get_out_frames (GstAudioResampler *resampler,
246 gsize gst_audio_resampler_get_in_frames (GstAudioResampler *resampler,
250 gsize gst_audio_resampler_get_max_latency (GstAudioResampler *resampler);
253 void gst_audio_resampler_resample (GstAudioResampler * resampler,
Daudio-resampler-macros.h32 get_taps_##type##_full (GstAudioResampler * resampler, \
43 get_taps_##type##_##inter (GstAudioResampler * resampler, \
59 resample_ ##type## _ ##inter## _ ##channels## _ ##arch (GstAudioResampler * resampler, \
Daudio-resampler.c292 make_taps (GstAudioResampler * resampler, gdouble * res, gdouble x, gint n_taps) in make_taps()
485 get_taps_##type##_nearest (GstAudioResampler * resampler, \
884 deinterleave_ ##type (GstAudioResampler * resampler, gpointer sbuf[], \
915 copy_func (GstAudioResampler * resampler, gpointer sbuf[], in copy_func()
931 calculate_kaiser_params (GstAudioResampler * resampler) in calculate_kaiser_params()
971 alloc_taps_mem (GstAudioResampler * resampler, gint bps, gint n_taps, in alloc_taps_mem()
993 alloc_cache_mem (GstAudioResampler * resampler, gint bps, gint n_taps, in alloc_cache_mem()
1016 setup_functions (GstAudioResampler * resampler) in setup_functions()
1066 resampler_calculate_taps (GstAudioResampler * resampler) in resampler_calculate_taps()
1231 resampler_dump (GstAudioResampler * resampler) in resampler_dump()
[all …]
Daudio-resampler-private.h47 typedef void (*ResampleFunc) (GstAudioResampler * resampler, gpointer in[],
49 typedef void (*DeinterleaveFunc) (GstAudioResampler * resampler,
Daudio-converter.c128 GstAudioResampler *resampler;
/third_party/gstreamer/gstplugins_bad/sys/decklink/
Dgstdecklinkaudiosink.h59 GstAudioResampler *resampler;