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 D | wavpack.c | 147 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 D | alsa.c | 300 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 D | raw.c | 120 WRITE_SAMPLES_FUNC(3, 3, s, sox_int24_t, sox_uint24_t, SOX_SAMPLE_TO_SIGNED_24BIT)
|
| H A D | flac.c | 551 SOX_SAMPLE_TO_SIGNED_24BIT(sampleBuffer[i],ft->clips) << 8; in write_samples()
|
| H A D | sox.h | 932 #define SOX_SAMPLE_TO_SIGNED_24BIT(d,clips) SOX_SAMPLE_TO_SIGNED(24,d,clips) macro
|