Searched refs:z_alloc (Results 1 – 1 of 1) sorted by relevance
128 int32_t z_alloc; /* largest allocated full size of delay line */ member1297 if (info->z_delay == NULL || info->z_alloc < i || in z_resampler_setup()1298 i <= (info->z_alloc >> 1)) { in z_resampler_setup()1303 info->z_alloc = i; in z_resampler_setup()1334 if (info->z_alloc < 1024) in z_resampler_setup()1336 "", info->z_alloc); in z_resampler_setup()1337 else if (info->z_alloc < (1024 << 10)) in z_resampler_setup()1339 "", info->z_alloc >> 10); in z_resampler_setup()1340 else if (info->z_alloc < (1024 << 20)) in z_resampler_setup()1342 "", info->z_alloc >> 20); in z_resampler_setup()[all …]