Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/sound/pcm/
H A Dfeeder_rate.c1344 if (info->z_delay == NULL || info->z_alloc < i || in z_resampler_setup()
1345 i <= (info->z_alloc >> 1)) { in z_resampler_setup()
1351 info->z_alloc = i; in z_resampler_setup()
1382 if (info->z_alloc < 1024) in z_resampler_setup()
1384 "", info->z_alloc); in z_resampler_setup()
1385 else if (info->z_alloc < (1024 << 10)) in z_resampler_setup()
1387 "", info->z_alloc >> 10); in z_resampler_setup()
1388 else if (info->z_alloc < (1024 << 20)) in z_resampler_setup()
1390 "", info->z_alloc >> 20); in z_resampler_setup()
1393 "", info->z_alloc >> 30); in z_resampler_setup()
[all …]