Searched refs:z_alloc (Results 1 – 1 of 1) sorted by relevance
143 int32_t z_alloc; /* largest allocated full size of delay line */ member1334 if (info->z_delay == NULL || info->z_alloc < i || in z_resampler_setup()1335 i <= (info->z_alloc >> 1)) { in z_resampler_setup()1341 info->z_alloc = i; in z_resampler_setup()1372 if (info->z_alloc < 1024) in z_resampler_setup()1374 "", info->z_alloc); in z_resampler_setup()1375 else if (info->z_alloc < (1024 << 10)) in z_resampler_setup()1377 "", info->z_alloc >> 10); in z_resampler_setup()1378 else if (info->z_alloc < (1024 << 20)) in z_resampler_setup()1380 "", info->z_alloc >> 20); in z_resampler_setup()[all …]