Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pcm/
H A Dfeeder_rate.c143 int32_t z_alloc; /* largest allocated full size of delay line */ member
1330 if (info->z_delay == NULL || info->z_alloc < i || in z_resampler_setup()
1331 i <= (info->z_alloc >> 1)) { in z_resampler_setup()
1337 info->z_alloc = i; in z_resampler_setup()
1368 if (info->z_alloc < 1024) in z_resampler_setup()
1370 "", info->z_alloc); in z_resampler_setup()
1371 else if (info->z_alloc < (1024 << 10)) in z_resampler_setup()
1373 "", info->z_alloc >> 10); in z_resampler_setup()
1374 else if (info->z_alloc < (1024 << 20)) in z_resampler_setup()
1376 "", info->z_alloc >> 20); in z_resampler_setup()
[all …]