Home
last modified time | relevance | path

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

/third_party/alsa-lib/include/
Dpcm_rate.h141 #define SND_PCM_RATE_PLUGIN_ENTRY(name) _snd_pcm_rate_##name##_open macro
/third_party/alsa-lib/src/pcm/
Dpcm_rate_linear.c435 int SND_PCM_RATE_PLUGIN_ENTRY(linear) (ATTRIBUTE_UNUSED unsigned int version, in SND_PCM_RATE_PLUGIN_ENTRY() function
Dpcm_rate.c1472 …extern int SND_PCM_RATE_PLUGIN_ENTRY(linear) (unsigned int version, void **objp, snd_pcm_rate_ops_… in snd_pcm_rate_open()
1554 open_func = SND_PCM_RATE_PLUGIN_ENTRY(linear); in snd_pcm_rate_open()