Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Draw.c18 #define SOX_ALAW_BYTE_TO_SAMPLE(d,clips) SOX_SIGNED_16BIT_TO_SAMPLE(sox_alaw2linear16(d),clips) macro
87 READ_SAMPLES_FUNC(b, 1, alaw, uint8_t, uint8_t, SOX_ALAW_BYTE_TO_SAMPLE)
H A Dsunaudio.c359 #define SOX_ALAW_BYTE_TO_SAMPLE(d,clips) SOX_SIGNED_16BIT_TO_SAMPLE(sox_alaw2linear16(d),clips) macro
409 pOutput[i - 1] = SOX_ALAW_BYTE_TO_SAMPLE( in sunread()
H A Dvoc.c205 #define SOX_ALAW_BYTE_TO_SAMPLE(d) ((sox_sample_t)(sox_alaw2linear16(d)) << 16) macro
416 *buf++ = SOX_ALAW_BYTE_TO_SAMPLE(uc); in read_samples()