Home
last modified time | relevance | path

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

/dports/audio/sox/sox-14.4.2/src/
H A Dalsa.c225 sox_int24_t * buf1 = (sox_int24_t *)p->buf; in read_()
236 *buf++ = SOX_SIGNED_24BIT_TO_SAMPLE((sox_int24_t)temp,); in read_()
299 sox_int24_t * buf1 = (sox_int24_t *)p->buf; in write_()
H A Draw.c91 READ_SAMPLES_FUNC(3, 3, s, sox_int24_t, sox_uint24_t, SOX_SIGNED_24BIT_TO_SAMPLE)
120 WRITE_SAMPLES_FUNC(3, 3, s, sox_int24_t, sox_uint24_t, SOX_SAMPLE_TO_SIGNED_24BIT)
H A Dsox_sample_test.h152 sox_int24_t int24; in main()
160 sox_int24_t int24_2; in main()
H A Dsox.h484 typedef sox_int32_t sox_int24_t; typedef