Home
last modified time | relevance | path

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

/freebsd/contrib/libsamplerate/
H A Dcommon.h161 SRC_STATE *zoh_state_new (int channels, SRC_ERROR *error) ;
H A Dsrc_zoh.c188 zoh_state_new (int channels, SRC_ERROR *error) in zoh_state_new() function
H A Dsamplerate.c516 state = zoh_state_new (channels, &temp_error) ; in psrc_set_converter()