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

/freebsd-13-stable/sys/dev/sound/pcm/
H A Dpcm.h88 #define PCM_S32_MAX 0x7fffffffL macro
91 #define PCM_S32_MAX 0x7fffffffLL macro
95 #define PCM_S32_MAX 0x7fffffff macro
426 (((val) > PCM_S32_MAX) ? PCM_S32_MAX : \
430 (((val) > PCM_S24_MAX) ? PCM_S32_MAX : \
H A Dfeeder_eq.c132 if ((v) < PCM_S32_MIN || (v) > PCM_S32_MAX) \
140 #define FEEDEQ_CLAMP(v) (((v) > PCM_S32_MAX) ? PCM_S32_MAX : \
H A Dfeeder_matrix.c283 v = (accum > PCM_S32_MAX) ? PCM_S32_MAX :

Completed in 62 milliseconds