Home
last modified time | relevance | path

Searched refs:SND_PCM_RATE_PLUGIN_ENTRY (Results 1 – 4 of 4) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/include/hal/aw-alsa-lib/plugin/
A Dpcm_rate.h40 #define SND_PCM_RATE_PLUGIN_ENTRY(name) _snd_pcm_rate_##name##_open macro
/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/external_resample/speexrate/
A Drate_speexrate.c203 int SND_PCM_RATE_PLUGIN_ENTRY(speexrate) (unsigned int version, void **objp, in SND_PCM_RATE_PLUGIN_ENTRY() function
/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/
A Dpcm_rate.c1546 …extern int SND_PCM_RATE_PLUGIN_ENTRY(linear) (unsigned int version, void **objp, snd_pcm_rate_ops_… in snd_pcm_rate_open()
1547 …extern int SND_PCM_RATE_PLUGIN_ENTRY(speexrate) (unsigned int version, void **objp, snd_pcm_rate_o… in snd_pcm_rate_open()
1549 …extern int SND_PCM_RATE_PLUGIN_ENTRY(awrate) (unsigned int version, void **objp, snd_pcm_rate_ops_… in snd_pcm_rate_open()
1633 open_func = SND_PCM_RATE_PLUGIN_ENTRY(linear); in snd_pcm_rate_open()
1635 open_func = SND_PCM_RATE_PLUGIN_ENTRY(speexrate); in snd_pcm_rate_open()
1638 open_func = SND_PCM_RATE_PLUGIN_ENTRY(awrate); in snd_pcm_rate_open()
A Dpcm_rate_linear.c452 int SND_PCM_RATE_PLUGIN_ENTRY(linear) (ATTRIBUTE_UNUSED unsigned int version, in SND_PCM_RATE_PLUGIN_ENTRY() function

Completed in 12 milliseconds