Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dwavpack.c147 case 24: obuf[i] = SOX_SAMPLE_TO_SIGNED_24BIT(buf[i], ft->clips) << 8; in write_samples()
150 SOX_SAMPLE_TO_SIGNED_24BIT(*(float *)&buf[i], ft->clips) : in write_samples()
H A Dalsa.c300 while (i--) *buf1++ = SOX_SAMPLE_TO_SIGNED_24BIT(*buf++, ft->clips); in write_()
306 uint32_t temp = (uint32_t)SOX_SAMPLE_TO_SIGNED_24BIT(*buf++, ft->clips); in write_()
H A Draw.c120 WRITE_SAMPLES_FUNC(3, 3, s, sox_int24_t, sox_uint24_t, SOX_SAMPLE_TO_SIGNED_24BIT)
H A Dflac.c551 SOX_SAMPLE_TO_SIGNED_24BIT(sampleBuffer[i],ft->clips) << 8; in write_samples()
H A Dsox.h932 #define SOX_SAMPLE_TO_SIGNED_24BIT(d,clips) SOX_SAMPLE_TO_SIGNED(24,d,clips) macro