Searched refs:src_new (Results 1 – 2 of 2) sorted by relevance
25 src_new (int converter_type, int channels, int *error) in src_new() function64 if ((state = src_new (converter_type, channels, error)) == NULL)418 if ((src_state = src_new (converter, channels, &error)) == NULL)
55 SRC_STATE* src_new (int converter_type, int channels, int *error) ;