Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/pcm/
Dpcm_plugin.h95 #define snd_pcm_mulaw_decode snd1_pcm_mulaw_decode macro
124 void snd_pcm_mulaw_decode(const snd_pcm_channel_area_t *dst_areas,
Dpcm_mulaw.c161 void snd_pcm_mulaw_decode(const snd_pcm_channel_area_t *dst_areas, in snd_pcm_mulaw_decode() function
342 mulaw->func = snd_pcm_mulaw_decode; in snd_pcm_mulaw_hw_params()
347 mulaw->func = snd_pcm_mulaw_decode; in snd_pcm_mulaw_hw_params()
Dpcm_meter.c1121 snd_pcm_mulaw_decode(s16->buf_areas, offset, in s16_update()