Home
last modified time | relevance | path

Searched refs:SOX_SAMPLE_TO_UNSIGNED_8BIT (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Doss.c373 SOX_SAMPLE_TO_UNSIGNED_8BIT(pInput[i], cClips); in osswrite()
395 SOX_SAMPLE_TO_UNSIGNED_8BIT(pInput[i], cClips); in osswrite()
H A Dskelform.c163 …while (done < len && lsx_writeb(ft, SOX_SAMPLE_TO_UNSIGNED_8BIT(*buf++, ft->clips)) == SOX_SUCCESS) in write_samples()
H A Draw.c113 WRITE_SAMPLES_FUNC(b, 1, u, uint8_t, uint8_t, SOX_SAMPLE_TO_UNSIGNED_8BIT)
H A Dwaveaudio.c482 … ((uint8_t *)header->lpData)[header->dwUser++] = SOX_SAMPLE_TO_UNSIGNED_8BIT(buf[copied++], clips); in wavewrite()
H A Dalsa.c279 while (i--) *buf1++ = SOX_SAMPLE_TO_UNSIGNED_8BIT(*buf++, ft->clips); in write_()
H A Dsunaudio.c459 SOX_SAMPLE_TO_UNSIGNED_8BIT(pInput[i], cClips); in sunwrite()
H A Dvoc.c495 uc = SOX_SAMPLE_TO_UNSIGNED_8BIT(*buf++, ft->clips); in write_samples()
H A Dhcom.c304 p->data[p->pos++] = SOX_SAMPLE_TO_UNSIGNED_8BIT(datum, ft->clips); in write_samples()
H A Dsox.h892 #define SOX_SAMPLE_TO_UNSIGNED_8BIT(d,clips) SOX_SAMPLE_TO_UNSIGNED(8,d,clips) macro