Searched refs:Z_SINC_LEN (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/sound/pcm/
H A Dfeeder_rate.c366 #define Z_SINC_LEN(i) \ macro
748 * Z_SINC_LEN() itself is accurate enough to do its job. Extra
762 if (len != Z_SINC_LEN(info)) {
764 printf("%s(): sinc l=%d != Z_SINC_LEN=%d\n",
765 __func__, len, Z_SINC_LEN(info));
767 fprintf(stderr, "%s(): sinc l=%d != Z_SINC_LEN=%d\n",
768 __func__, len, Z_SINC_LEN(info));
776 #define z_resampler_sinc_len(i) (Z_IS_SINC(i) ? Z_SINC_LEN(i) : 1)

Completed in 95 milliseconds