Home
last modified time | relevance | path

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 Doss.c309 pOutput[i - 1] = SOX_SIGNED_32BIT_TO_SAMPLE( in ossread()
334 pOutput[i - 1] = SOX_SIGNED_32BIT_TO_SAMPLE( in ossread()
H A Dwavpack.c95 SOX_SIGNED_32BIT_TO_SAMPLE(buf[i],); in read_samples()
H A Draw.c93 READ_SAMPLES_FUNC(dw, 4, s, int32_t, uint32_t, SOX_SIGNED_32BIT_TO_SAMPLE)
H A Dwaveaudio.c431 … buf[copied++] = SOX_SIGNED_32BIT_TO_SAMPLE(((int32_t *)header->lpData)[header->dwUser++], dummy); in waveread()
H A Dalsa.c247 while (i--) *buf++ = SOX_SIGNED_32BIT_TO_SAMPLE(*buf1++,); in read_()
H A Dflac.c197 case 32: *dst++ = SOX_SIGNED_32BIT_TO_SAMPLE(d,); break; in decoder_write_callback()
H A Dsox.h853 #define SOX_SIGNED_32BIT_TO_SAMPLE(d,clips) (sox_sample_t)(d) macro