Home
last modified time | relevance | path

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

/freebsd/contrib/libsamplerate/
H A Dsamplerate.c25 src_new (int converter_type, int channels, int *error) in src_new() function
64 if ((state = src_new (converter_type, channels, error)) == NULL)
418 if ((src_state = src_new (converter, channels, &error)) == NULL)
H A Dsamplerate.h55 SRC_STATE* src_new (int converter_type, int channels, int *error) ;