Searched refs:SND_PCM_RATE_PLUGIN_ENTRY (Results 1 – 4 of 4) sorted by relevance
40 #define SND_PCM_RATE_PLUGIN_ENTRY(name) _snd_pcm_rate_##name##_open macro
203 int SND_PCM_RATE_PLUGIN_ENTRY(speexrate) (unsigned int version, void **objp, in SND_PCM_RATE_PLUGIN_ENTRY() function
1546 …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()
452 int SND_PCM_RATE_PLUGIN_ENTRY(linear) (ATTRIBUTE_UNUSED unsigned int version, in SND_PCM_RATE_PLUGIN_ENTRY() function
Completed in 12 milliseconds