Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-resampler.c279 static ConvertTapsFunc convert_taps_funcs[] = { variable
286 #define convert_taps_gint16 convert_taps_funcs[0]
287 #define convert_taps_gint32 convert_taps_funcs[1]
288 #define convert_taps_gfloat convert_taps_funcs[2]
289 #define convert_taps_gdouble convert_taps_funcs[3]
1409 resampler->convert_taps = convert_taps_funcs[resampler->format_index]; in gst_audio_resampler_new()