Searched refs:SOX_SIGNED_32BIT_TO_SAMPLE (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | oss.c | 309 pOutput[i - 1] = SOX_SIGNED_32BIT_TO_SAMPLE( in ossread() 334 pOutput[i - 1] = SOX_SIGNED_32BIT_TO_SAMPLE( in ossread()
|
| H A D | wavpack.c | 95 SOX_SIGNED_32BIT_TO_SAMPLE(buf[i],); in read_samples()
|
| H A D | raw.c | 93 READ_SAMPLES_FUNC(dw, 4, s, int32_t, uint32_t, SOX_SIGNED_32BIT_TO_SAMPLE)
|
| H A D | waveaudio.c | 431 … buf[copied++] = SOX_SIGNED_32BIT_TO_SAMPLE(((int32_t *)header->lpData)[header->dwUser++], dummy); in waveread()
|
| H A D | alsa.c | 247 while (i--) *buf++ = SOX_SIGNED_32BIT_TO_SAMPLE(*buf1++,); in read_()
|
| H A D | flac.c | 197 case 32: *dst++ = SOX_SIGNED_32BIT_TO_SAMPLE(d,); break; in decoder_write_callback()
|
| H A D | sox.h | 853 #define SOX_SIGNED_32BIT_TO_SAMPLE(d,clips) (sox_sample_t)(d) macro
|