Searched refs:SOX_SAMPLE_TO_SIGNED_16BIT (Results 1 – 16 of 16) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | oss.c | 378 sox_int16_t s16 = SOX_SAMPLE_TO_SIGNED_16BIT(pInput[i], cClips); in osswrite() 401 SOX_SAMPLE_TO_SIGNED_16BIT(pInput[i], cClips); in osswrite()
|
| H A D | ao.c | 82 uint16_t datum = SOX_SAMPLE_TO_SIGNED_16BIT(*buf2++, *clips); in sox_sw_write_buf()
|
| H A D | alsa.c | 285 *buf1++ = lsx_swapw(SOX_SAMPLE_TO_SIGNED_16BIT(*buf++, ft->clips)); in write_() 287 while (i--) *buf1++ = SOX_SAMPLE_TO_SIGNED_16BIT(*buf++, ft->clips); in write_()
|
| H A D | voc.c | 357 lsx_adpcm_init(&v->adpcm, 6 - v->size, SOX_SAMPLE_TO_SIGNED_16BIT(*buf, ft->clips)); in read_samples() 498 sw = (int) SOX_SAMPLE_TO_SIGNED_16BIT(*buf++, ft->clips); in write_samples()
|
| H A D | gsm.c | 193 SOX_SAMPLE_TO_SIGNED_16BIT(buf[done++], ft->clips); in sox_gsmwrite()
|
| H A D | adpcms.c | 255 word = SOX_SAMPLE_TO_SIGNED_16BIT(*buffer++, ft->clips); in lsx_adpcm_write()
|
| H A D | speexdsp.c | 266 p->buffer[p->buffer_ipos] = SOX_SAMPLE_TO_SIGNED_16BIT(ibuf[ibuf_pos], effp->clips); in flow()
|
| H A D | amr.h | 287 p->pcm[p->pcm_index++] = SOX_SAMPLE_TO_SIGNED_16BIT(*buf++, ft->clips); in write_samples()
|
| H A D | wavpack.c | 146 case 16: obuf[i] = SOX_SAMPLE_TO_SIGNED_16BIT(buf[i], ft->clips); break; in write_samples()
|
| H A D | raw.c | 118 WRITE_SAMPLES_FUNC(w, 2, s, int16_t, uint16_t, SOX_SAMPLE_TO_SIGNED_16BIT)
|
| H A D | waveaudio.c | 489 … ((int16_t *)header->lpData)[header->dwUser++] = SOX_SAMPLE_TO_SIGNED_16BIT(buf[copied++], clips); in wavewrite()
|
| H A D | sunaudio.c | 481 SOX_SAMPLE_TO_SIGNED_16BIT(pInput[i], cClips); in sunwrite()
|
| H A D | smp.c | 380 datum = (int) SOX_SAMPLE_TO_SIGNED_16BIT(*buf++, ft->clips); in sox_smpwrite()
|
| H A D | flac.c | 548 SOX_SAMPLE_TO_SIGNED_16BIT(sampleBuffer[i], ft->clips); in write_samples()
|
| H A D | sox.h | 916 #define SOX_SAMPLE_TO_SIGNED_16BIT(d,clips) SOX_SAMPLE_TO_SIGNED(16,d,clips) macro
|
| H A D | wav.c | 488 SOX_SAMPLE_TO_SIGNED_16BIT(buf[done++], ft->clips); in wavgsmwrite()
|