Searched refs:SOX_SIGNED_24BIT_TO_SAMPLE (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | alsa.c | 226 while (i--) *buf++ = SOX_SIGNED_24BIT_TO_SAMPLE(*buf1++,); in read_() 236 *buf++ = SOX_SIGNED_24BIT_TO_SAMPLE((sox_int24_t)temp,); in read_()
|
| H A D | wavpack.c | 92 case 24: buf[i] = SOX_SIGNED_24BIT_TO_SAMPLE(buf[i],); break; in read_samples()
|
| H A D | raw.c | 91 READ_SAMPLES_FUNC(3, 3, s, sox_int24_t, sox_uint24_t, SOX_SIGNED_24BIT_TO_SAMPLE)
|
| H A D | flac.c | 196 case 24: *dst++ = SOX_SIGNED_24BIT_TO_SAMPLE(d,); break; in decoder_write_callback()
|
| H A D | sox.h | 834 #define SOX_SIGNED_24BIT_TO_SAMPLE(d,clips) SOX_SIGNED_TO_SAMPLE(24,d) macro
|