Home
last modified time | relevance | path

Searched refs:SOX_ULAW_BYTE_TO_SAMPLE (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Draw.c17 #define SOX_ULAW_BYTE_TO_SAMPLE(d,clips) SOX_SIGNED_16BIT_TO_SAMPLE(sox_ulaw2linear16(d),clips) macro
86 READ_SAMPLES_FUNC(b, 1, ulaw, uint8_t, uint8_t, SOX_ULAW_BYTE_TO_SAMPLE)
H A Dsunaudio.c358 #define SOX_ULAW_BYTE_TO_SAMPLE(d,clips) SOX_SIGNED_16BIT_TO_SAMPLE(sox_ulaw2linear16(d),clips) macro
402 pOutput[i - 1] = SOX_ULAW_BYTE_TO_SAMPLE( in sunread()
H A Dvoc.c206 #define SOX_ULAW_BYTE_TO_SAMPLE(d) ((sox_sample_t)(sox_ulaw2linear16(d)) << 16) macro
414 *buf++ = SOX_ULAW_BYTE_TO_SAMPLE(uc); in read_samples()