Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/sound/pcm/
H A Dfeeder_rate.c1346 if (info->z_delay == NULL || info->z_alloc < i || in z_resampler_setup()
1347 i <= (info->z_alloc >> 1)) { in z_resampler_setup()
1353 info->z_alloc = i; in z_resampler_setup()
1384 if (info->z_alloc < 1024) in z_resampler_setup()
1386 "", info->z_alloc); in z_resampler_setup()
1387 else if (info->z_alloc < (1024 << 10)) in z_resampler_setup()
1389 "", info->z_alloc >> 10); in z_resampler_setup()
1390 else if (info->z_alloc < (1024 << 20)) in z_resampler_setup()
1392 "", info->z_alloc >> 20); in z_resampler_setup()
1395 "", info->z_alloc >> 30); in z_resampler_setup()
[all …]