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 D | oss.c | 373 SOX_SAMPLE_TO_UNSIGNED_8BIT(pInput[i], cClips); in osswrite() 395 SOX_SAMPLE_TO_UNSIGNED_8BIT(pInput[i], cClips); in osswrite()
|
| H A D | skelform.c | 163 …while (done < len && lsx_writeb(ft, SOX_SAMPLE_TO_UNSIGNED_8BIT(*buf++, ft->clips)) == SOX_SUCCESS) in write_samples()
|
| H A D | raw.c | 113 WRITE_SAMPLES_FUNC(b, 1, u, uint8_t, uint8_t, SOX_SAMPLE_TO_UNSIGNED_8BIT)
|
| H A D | waveaudio.c | 482 … ((uint8_t *)header->lpData)[header->dwUser++] = SOX_SAMPLE_TO_UNSIGNED_8BIT(buf[copied++], clips); in wavewrite()
|
| H A D | alsa.c | 279 while (i--) *buf1++ = SOX_SAMPLE_TO_UNSIGNED_8BIT(*buf++, ft->clips); in write_()
|
| H A D | sunaudio.c | 459 SOX_SAMPLE_TO_UNSIGNED_8BIT(pInput[i], cClips); in sunwrite()
|
| H A D | voc.c | 495 uc = SOX_SAMPLE_TO_UNSIGNED_8BIT(*buf++, ft->clips); in write_samples()
|
| H A D | hcom.c | 304 p->data[p->pos++] = SOX_SAMPLE_TO_UNSIGNED_8BIT(datum, ft->clips); in write_samples()
|
| H A D | sox.h | 892 #define SOX_SAMPLE_TO_UNSIGNED_8BIT(d,clips) SOX_SAMPLE_TO_UNSIGNED(8,d,clips) macro
|