Searched refs:SOX_SAMPLE_TO_SIGNED_32BIT (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | oss.c | 385 lsx_swapdw(SOX_SAMPLE_TO_SIGNED_32BIT(pInput[i], cClips)); in osswrite() 407 SOX_SAMPLE_TO_SIGNED_32BIT(pInput[i], cClips); in osswrite()
|
| H A D | flac.c | 541 long pcm = SOX_SAMPLE_TO_SIGNED_32BIT(sampleBuffer[i], ft->clips); in write_samples() 555 SOX_SAMPLE_TO_SIGNED_32BIT(sampleBuffer[i],ft->clips); in write_samples()
|
| H A D | wavpack.c | 151 SOX_SAMPLE_TO_SIGNED_32BIT(buf[i], ft->clips); in write_samples()
|
| H A D | raw.c | 122 WRITE_SAMPLES_FUNC(dw, 4, s, int32_t, uint32_t, SOX_SAMPLE_TO_SIGNED_32BIT)
|
| H A D | waveaudio.c | 495 … ((int32_t *)header->lpData)[header->dwUser++] = SOX_SAMPLE_TO_SIGNED_32BIT(buf[copied++], clips); in wavewrite()
|
| H A D | alsa.c | 320 while (i--) *buf1++ = SOX_SAMPLE_TO_SIGNED_32BIT(*buf++, ft->clips); in write_()
|
| H A D | sox.h | 948 #define SOX_SAMPLE_TO_SIGNED_32BIT(d,clips) (sox_int32_t)(d) macro
|