Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/sound/pcm/
H A Dfeeder_rate.c435 z_copy(info->z_delay + in z_feed_zoh()
443 src = info->z_delay + (info->z_start * cnt); in z_feed_zoh()
604 p = info->z_delay + start + ch; \
1346 if (info->z_delay != NULL) in z_resampler_setup()
1347 free(info->z_delay, M_DEVBUF); in z_resampler_setup()
1349 if (info->z_delay == NULL) in z_resampler_setup()
1539 if (info->z_delay != NULL) in z_resampler_init()
1540 free(info->z_delay, M_DEVBUF); in z_resampler_init()
1557 if (info->z_delay != NULL) in z_resampler_free()
1558 free(info->z_delay, M_DEVBUF); in z_resampler_free()
[all …]