Home
last modified time | relevance | path

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

/src/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) ;
/src/usr.sbin/virtual_oss/virtual_oss/
H A Dmain.c245 pvr->state = src_new(voss_libsamplerate_quality, pvc->channels, &code); in vresample_setup()