Searched refs:dst_frames (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/oss/
H A Drate.c47 int src_frames, int dst_frames);
71 int src_frames, int dst_frames)
89 snd_pcm_area_silence(&dst_channels[channel].area, 0, dst_frames, plugin->dst_format.format);
101 dst_frames1 = dst_frames;
130 int src_frames, int dst_frames)
148 snd_pcm_area_silence(&dst_channels[channel].area, 0, dst_frames, plugin->dst_format.format);
160 dst_frames1 = dst_frames;
256 snd_pcm_uframes_t dst_frames; local
276 dst_frames = rate_dst_frames(plugin, frames);
277 if (dst_frames > dst_channel
68 resample_expand(struct snd_pcm_plugin *plugin, const struct snd_pcm_plugin_channel *src_channels, struct snd_pcm_plugin_channel *dst_channels, int src_frames, int dst_frames) argument
127 resample_shrink(struct snd_pcm_plugin *plugin, const struct snd_pcm_plugin_channel *src_channels, struct snd_pcm_plugin_channel *dst_channels, int src_frames, int dst_frames) argument
[all...]
H A Dpcm_plugin.h62 snd_pcm_sframes_t (*src_frames)(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t dst_frames);
63 snd_pcm_sframes_t (*dst_frames)(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t src_frames); member in struct:snd_pcm_plugin
H A Dpcm_plugin.c110 if (plugin->dst_frames)
111 frames = plugin->dst_frames(plugin, frames);
213 if (plugin->dst_frames)
214 drv_frames = plugin->dst_frames(plugin, drv_frames);
236 if (plugin->dst_frames) {
237 frames = plugin->dst_frames(plugin, frames);
578 if (plugin->dst_frames)
579 frames1 = plugin->dst_frames(plugin, frames);

Completed in 52 milliseconds