Home
last modified time | relevance | path

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 Doss.c385 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 Dflac.c541 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 Dwavpack.c151 SOX_SAMPLE_TO_SIGNED_32BIT(buf[i], ft->clips); in write_samples()
H A Draw.c122 WRITE_SAMPLES_FUNC(dw, 4, s, int32_t, uint32_t, SOX_SAMPLE_TO_SIGNED_32BIT)
H A Dwaveaudio.c495 … ((int32_t *)header->lpData)[header->dwUser++] = SOX_SAMPLE_TO_SIGNED_32BIT(buf[copied++], clips); in wavewrite()
H A Dalsa.c320 while (i--) *buf1++ = SOX_SAMPLE_TO_SIGNED_32BIT(*buf++, ft->clips); in write_()
H A Dsox.h948 #define SOX_SAMPLE_TO_SIGNED_32BIT(d,clips) (sox_int32_t)(d) macro