Searched refs:SOX_SAMPLE_TO_SIGNED_8BIT (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | wavpack.c | 145 case 8: obuf[i] = SOX_SAMPLE_TO_SIGNED_8BIT(buf[i], ft->clips); break; in write_samples()
|
| H A D | raw.c | 114 WRITE_SAMPLES_FUNC(b, 1, s, int8_t, uint8_t, SOX_SAMPLE_TO_SIGNED_8BIT)
|
| H A D | 8svx.c | 246 datum = SOX_SAMPLE_TO_SIGNED_8BIT(*buf++, ft->clips); in write_samples()
|
| H A D | alsa.c | 274 while (i--) *buf1++ = SOX_SAMPLE_TO_SIGNED_8BIT(*buf++, ft->clips); in write_()
|
| H A D | flac.c | 545 SOX_SAMPLE_TO_SIGNED_8BIT(sampleBuffer[i], ft->clips); in write_samples()
|
| H A D | sox.h | 900 #define SOX_SAMPLE_TO_SIGNED_8BIT(d,clips) SOX_SAMPLE_TO_SIGNED(8,d,clips) macro
|