Searched defs:n_taps (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | audio-resampler.c | 81 gint n_taps; member 168 get_linear_tap (gdouble x, gint n_taps) in get_linear_tap() 175 get_cubic_tap (gdouble x, gint n_taps, gdouble b, gdouble c) in get_cubic_tap() 197 get_blackman_nuttall_tap (gdouble x, gint n_taps, gdouble Fc) in get_blackman_nuttall_tap() 210 get_kaiser_tap (gdouble x, gint n_taps, gdouble Fc, gdouble beta) in get_kaiser_tap() 292 make_taps (GstAudioResampler * resampler, gdouble * res, gdouble x, gint n_taps) in make_taps() 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() 1069 gint n_taps, oversample; in resampler_calculate_taps() local
|
D | audio-resampler-private.h | 80 gint n_taps; member
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-resampler.h | 156 guint32 *n_taps; member
|
D | video-resampler.c | 209 guint32 *offset, *n_taps, *phase; in resampler_calculate_taps() local 346 guint n_phases, guint n_taps, gdouble shift, guint in_size, guint out_size, in gst_video_resampler_init()
|
D | video-scaler.c | 151 gint n_taps = scale->resampler.max_taps; in realloc_tmplines() local 215 guint n_taps, guint in_size, guint out_size, GstStructure * options) in gst_video_scaler_new() 318 guint out_offset, guint * in_offset, guint * n_taps) in gst_video_scaler_get_coeff()
|