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

/freebsd-10.2-release/sys/dev/sound/pcm/
H A Dintpcm.h32 typedef intpcm_t intpcm_read_t(uint8_t *);
33 typedef void intpcm_write_t(uint8_t *, intpcm_t);
40 intpcm_write_##SIGN##BIT##ENDIAN(uint8_t *dst, intpcm_t v) \
47 static __inline intpcm_t \
56 static __inline intpcm_t \
65 static __inline intpcm_t \
74 static __inline intpcm_t \
82 intpcm_write_##SIGN##32##ENDIAN(uint8_t *dst, intpcm_t v) \
93 static __inline intpcm_t \
100 static __inline intpcm_t \
[all...]
H A Dg711.h175 #define _G711_TO_INTPCM(t, v) ((intpcm_t) \
193 static __inline intpcm_t \
200 static __inline intpcm_t \
208 pcm_write_ulaw(uint8_t *dst, intpcm_t v) \
215 pcm_write_alaw(uint8_t *dst, intpcm_t v) \
H A Dpcm.h52 typedef int32_t intpcm_t; typedef
103 #define INTPCM_T(v) ((intpcm_t)(v))
125 intpcm_t val = (vval); \
131 intpcm_t val = (vval); \
156 intpcm_t val = (vval); \
162 intpcm_t val = (vval); \
188 intpcm_t val = (vval); \
194 intpcm_t val = (vval); \
219 intpcm_t val = (vval); \
225 intpcm_t va
[all...]
H A Dfeeder_format.c64 static __inline intpcm_t
72 intpcm_write_null(uint8_t *dst, intpcm_t v __unused)
214 intpcm_t v;
H A Dfeeder_volume.c45 #define FEEDVOLUME_CALC8(s, v) (SND_VOL_CALC_SAMPLE((intpcm_t) \
47 #define FEEDVOLUME_CALC16(s, v) SND_VOL_CALC_SAMPLE((intpcm_t)(s), v)
57 intpcm_t x; \
H A Dfeeder_eq.c110 intpcm_t o1[SND_CHN_MAX];
111 intpcm_t o2[SND_CHN_MAX];
112 intpcm_t i1[SND_CHN_MAX];
113 intpcm_t i2[SND_CHN_MAX];
150 intpcm_t v; \
H A Dfeeder_mixer.c53 intpcm_t x, y; \
H A Dfeeder_matrix.c128 intpcm_t v; \
250 intpcm_t v;
H A Dfeeder_rate.c471 intpcm_t x, y; \
555 intpcm_t x; \
596 intpcm_t x; \

Completed in 77 milliseconds