Home
last modified time | relevance | path

Searched refs:dst_frames (Results 1 – 2 of 2) sorted by relevance

/linux/sound/core/oss/
H A Dpcm_plugin.c116 if (plugin->dst_frames) in snd_pcm_plug_alloc()
117 frames = plugin->dst_frames(plugin, frames); in snd_pcm_plug_alloc()
215 if (plugin->dst_frames) { in calc_dst_frames()
216 frames = plugin->dst_frames(plugin, frames); in calc_dst_frames()
611 if (plugin->dst_frames) { in snd_pcm_plug_write_transfer()
612 frames1 = plugin->dst_frames(plugin, frames); in snd_pcm_plug_write_transfer()
H A Dpcm_plugin.h47 snd_pcm_sframes_t (*src_frames)(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t dst_frames);
48 snd_pcm_sframes_t (*dst_frames)(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t src_frames); member