Home
last modified time | relevance | path

Searched refs:SOX_SIGNED_24BIT_TO_SAMPLE (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dalsa.c226 while (i--) *buf++ = SOX_SIGNED_24BIT_TO_SAMPLE(*buf1++,); in read_()
236 *buf++ = SOX_SIGNED_24BIT_TO_SAMPLE((sox_int24_t)temp,); in read_()
H A Dwavpack.c92 case 24: buf[i] = SOX_SIGNED_24BIT_TO_SAMPLE(buf[i],); break; in read_samples()
H A Draw.c91 READ_SAMPLES_FUNC(3, 3, s, sox_int24_t, sox_uint24_t, SOX_SIGNED_24BIT_TO_SAMPLE)
H A Dflac.c196 case 24: *dst++ = SOX_SIGNED_24BIT_TO_SAMPLE(d,); break; in decoder_write_callback()
H A Dsox.h834 #define SOX_SIGNED_24BIT_TO_SAMPLE(d,clips) SOX_SIGNED_TO_SAMPLE(24,d) macro