Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pcm/
H A Dpcm.h88 #define PCM_S32_MIN -0x80000000L macro
91 #define PCM_S32_MIN -0x80000000LL macro
95 #define PCM_S32_MIN (-0x7fffffff - 1) macro
211 v = INTPCM_T((s == 0) ? PCM_S32_MAX : PCM_S32_MIN); in pcm_sample_read()
282 else if (v == PCM_S32_MIN) in pcm_sample_write()
429 ((sample < PCM_S32_MIN) ? PCM_S32_MIN : sample)); in pcm_clamp()
442 ((sample < PCM_S24_MIN) ? PCM_S32_MIN : in pcm_clamp_calc()
H A Dfeeder_eq.c130 if ((v) < PCM_S32_MIN || (v) > PCM_S32_MAX) \