Home
last modified time | relevance | path

Searched refs:s16_to_ulaw (Results 1 - 1 of 1) sorted by relevance

/third_party/alsa-lib/src/pcm/
H A Dpcm_mulaw.c76 * s16_to_ulaw() - Convert a linear PCM value to u-law
105 static unsigned char s16_to_ulaw(int pcm_val) /* 2's complement (16-bit range) */ in s16_to_ulaw() function
228 *dst = s16_to_ulaw(sample); in snd_pcm_mulaw_encode()

Completed in 2 milliseconds