Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/sound/pcm/
H A Dfeeder_rate.c437 z_copy(info->z_delay + in z_feed_zoh()
445 src = info->z_delay + (info->z_start * cnt); in z_feed_zoh()
606 p = info->z_delay + start + ch; \
1348 if (info->z_delay != NULL) in z_resampler_setup()
1349 free(info->z_delay, M_DEVBUF); in z_resampler_setup()
1351 if (info->z_delay == NULL) in z_resampler_setup()
1541 if (info->z_delay != NULL) in z_resampler_init()
1542 free(info->z_delay, M_DEVBUF); in z_resampler_init()
1559 if (info->z_delay != NULL) in z_resampler_free()
1560 free(info->z_delay, M_DEVBUF); in z_resampler_free()
[all …]