Home
last modified time | relevance | path

Searched defs:z_info (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/sound/pcm/
H A Dfeeder_rate.c105 struct z_info { struct
106 int32_t rsrc, rdst; /* original source / destination rates */
107 int32_t src, dst; /* rounded source / destination rates */
108 int32_t channels; /* total channels */
109 int32_t bps; /* bytes-per-sample */
110 int32_t quality; /* resampling quality */
112 int32_t z_gx, z_gy; /* interpolation / decimation ratio */
113 int32_t z_alpha; /* output sample time phase / drift */
114 uint8_t *z_delay; /* FIR delay line / linear buffer */
115 int32_t *z_coeff; /* FIR coefficients */
[all …]