Home
last modified time | relevance | path

Searched refs:gy2gx_max (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/dev/sound/pcm/
HDfeeder_rate.c1068 int64_t gy2gx_max, gx2gy_max; in z_resampler_setup() local
1251 gy2gx_max = (((uint64_t)info->z_gy * INT32_MAX) - info->z_gy + 1) / in z_resampler_setup()
1254 if ((gy2gx_max * align) > SND_FXDIV_MAX) in z_resampler_setup()
1255 gy2gx_max = SND_FXDIV_MAX / align; in z_resampler_setup()
1257 if (gy2gx_max < 1) in z_resampler_setup()
1274 if (z_gy2gx(info, gy2gx_max) > _Z_GCAST(gx2gy_max)) in z_resampler_setup()
1277 info->z_maxfeed = gy2gx_max * align; in z_resampler_setup()
1378 "Max", (int32_t)gy2gx_max, (int32_t)z_gy2gx(info, gy2gx_max)); in z_resampler_setup()