Searched refs:dst_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() 85 snd_pcm_area_silence(&dst_channels[channel].area, 0, dst_frames, plugin->dst_format.format); in resample_expand() 97 dst_frames1 = dst_frames; in resample_expand() 126 int src_frames, int dst_frames) in resample_shrink() 144 snd_pcm_area_silence(&dst_channels[channel].area, 0, dst_frames, plugin->dst_format.format); in resample_shrink() 156 dst_frames1 = dst_frames; in resample_shrink() 254 snd_pcm_uframes_t dst_frames; in rate_transfer() local 275 dst_frames = rate_dst_frames(plugin, frames); in rate_transfer() 276 if (dst_frames > dst_channel in rate_transfer() 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 [all...] |
H A D | pcm_plugin.h | 47 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
|
H A D | pcm_plugin.c | 115 if (plugin->dst_frames) in snd_pcm_plug_alloc() 116 frames = plugin->dst_frames(plugin, frames); in snd_pcm_plug_alloc() 214 if (plugin->dst_frames) { in calc_dst_frames() 215 frames = plugin->dst_frames(plugin, frames); in calc_dst_frames() 608 if (plugin->dst_frames) { in snd_pcm_plug_write_transfer() 609 frames1 = plugin->dst_frames(plugin, frames); 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() 85 snd_pcm_area_silence(&dst_channels[channel].area, 0, dst_frames, plugin->dst_format.format); in resample_expand() 97 dst_frames1 = dst_frames; in resample_expand() 126 int src_frames, int dst_frames) in resample_shrink() 144 snd_pcm_area_silence(&dst_channels[channel].area, 0, dst_frames, plugin->dst_format.format); in resample_shrink() 156 dst_frames1 = dst_frames; in resample_shrink() 254 snd_pcm_uframes_t dst_frames; in rate_transfer() local 275 dst_frames = rate_dst_frames(plugin, frames); in rate_transfer() 276 if (dst_frames > dst_channel in rate_transfer() 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 [all...] |
H A D | pcm_plugin.h | 47 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
|
H A D | pcm_plugin.c | 116 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()
|
Completed in 5 milliseconds