Searched refs:src_frames (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/sound/core/oss/ |
H A D | rate.c | 43 int src_frames, int dst_frames); 67 int src_frames, int dst_frames) in resample_expand() 96 src_frames1 = src_frames; in resample_expand() 126 int src_frames, int dst_frames) in resample_shrink() 155 src_frames1 = src_frames; in resample_shrink() 343 plugin->src_frames = rate_src_frames; in snd_pcm_plugin_build_rate() 64 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) resample_expand() argument 123 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) resample_shrink() argument
|
H A D | pcm_plugin.h | 47 snd_pcm_sframes_t (*src_frames)(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t dst_frames); member 48 snd_pcm_sframes_t (*dst_frames)(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t src_frames);
|
H A D | pcm_plugin.c | 127 if (plugin->src_frames) in snd_pcm_plug_alloc() 128 frames = plugin->src_frames(plugin, frames); in snd_pcm_plug_alloc() 233 if (plugin->src_frames) { in calc_src_frames() 234 frames = plugin->src_frames(plugin, frames); in calc_src_frames() 618 if (plugin->src_frames) { in snd_pcm_plug_write_transfer() 619 frames = plugin->src_frames(plugin, frames1); in snd_pcm_plug_write_transfer()
|
/kernel/linux/linux-6.6/sound/core/oss/ |
H A D | rate.c | 43 int src_frames, int dst_frames); 67 int src_frames, int dst_frames) in resample_expand() 96 src_frames1 = src_frames; in resample_expand() 126 int src_frames, int dst_frames) in resample_shrink() 155 src_frames1 = src_frames; in resample_shrink() 343 plugin->src_frames = rate_src_frames; in snd_pcm_plugin_build_rate() 64 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) resample_expand() argument 123 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) resample_shrink() argument
|
H A D | pcm_plugin.h | 47 snd_pcm_sframes_t (*src_frames)(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t dst_frames); member 48 snd_pcm_sframes_t (*dst_frames)(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t src_frames);
|
H A D | pcm_plugin.c | 128 if (plugin->src_frames) in snd_pcm_plug_alloc() 129 frames = plugin->src_frames(plugin, frames); in snd_pcm_plug_alloc() 234 if (plugin->src_frames) { in calc_src_frames() 235 frames = plugin->src_frames(plugin, frames); in calc_src_frames() 621 if (plugin->src_frames) { in snd_pcm_plug_write_transfer() 622 frames = plugin->src_frames(plugin, frames1); in snd_pcm_plug_write_transfer()
|
Completed in 5 milliseconds