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

/freebsd-9.3-release/sys/dev/sound/pcm/
H A Dfeeder_rate.c368 #define Z_SINC_LEN(i) \ macro
750 * Z_SINC_LEN() itself is accurate enough to do its job. Extra
764 if (len != Z_SINC_LEN(info)) {
766 printf("%s(): sinc l=%d != Z_SINC_LEN=%d\n",
767 __func__, len, Z_SINC_LEN(info));
769 fprintf(stderr, "%s(): sinc l=%d != Z_SINC_LEN=%d\n",
770 __func__, len, Z_SINC_LEN(info));
778 #define z_resampler_sinc_len(i) (Z_IS_SINC(i) ? Z_SINC_LEN(i) : 1)

Completed in 80 milliseconds