Searched refs:src_frames (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Dpcm_rate.h87 snd_pcm_uframes_t src_offset, unsigned int src_frames);
92 const int16_t *src, unsigned int src_frames);
141 snd_pcm_uframes_t src_offset, unsigned int src_frames);
143 const int16_t *src, unsigned int src_frames);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_rate_linear.c47 snd_pcm_uframes_t src_offset, unsigned int src_frames);
72 snd_pcm_uframes_t src_offset, unsigned int src_frames)
109 if (src_frames1 < src_frames) {
143 snd_pcm_uframes_t src_offset, unsigned int src_frames)
172 if (src_frames1 < src_frames)
194 snd_pcm_uframes_t src_offset, unsigned int src_frames)
226 while (src_frames1 < src_frames) {
264 snd_pcm_uframes_t src_offset, unsigned int src_frames)
288 while (src_frames1 < src_frames) {
315 snd_pcm_uframes_t src_offset, unsigned int src_frames)
68 linear_expand(struct rate_linear *rate, const snd_pcm_channel_area_t *dst_areas, snd_pcm_uframes_t dst_offset, unsigned int dst_frames, const snd_pcm_channel_area_t *src_areas, snd_pcm_uframes_t src_offset, unsigned int src_frames) argument
139 linear_expand_s16(struct rate_linear *rate, const snd_pcm_channel_area_t *dst_areas, snd_pcm_uframes_t dst_offset, unsigned int dst_frames, const snd_pcm_channel_area_t *src_areas, snd_pcm_uframes_t src_offset, unsigned int src_frames) argument
190 linear_shrink(struct rate_linear *rate, const snd_pcm_channel_area_t *dst_areas, snd_pcm_uframes_t dst_offset, unsigned int dst_frames, const snd_pcm_channel_area_t *src_areas, snd_pcm_uframes_t src_offset, unsigned int src_frames) argument
260 linear_shrink_s16(struct rate_linear *rate, const snd_pcm_channel_area_t *dst_areas, snd_pcm_uframes_t dst_offset, unsigned int dst_frames, const snd_pcm_channel_area_t *src_areas, snd_pcm_uframes_t src_offset, unsigned int src_frames) argument
311 linear_convert(void *obj, const snd_pcm_channel_area_t *dst_areas, snd_pcm_uframes_t dst_offset, unsigned int dst_frames, const snd_pcm_channel_area_t *src_areas, snd_pcm_uframes_t src_offset, unsigned int src_frames) argument
[all...]
H A Dpcm_rate.c510 snd_pcm_uframes_t src_offset, unsigned int src_frames,
521 src_frames, channels);
528 rate->ops.convert_s16(rate->obj, dst, dst_frames, src, src_frames);
534 src_areas, src_offset, src_frames);
507 do_convert(const snd_pcm_channel_area_t *dst_areas, snd_pcm_uframes_t dst_offset, unsigned int dst_frames, const snd_pcm_channel_area_t *src_areas, snd_pcm_uframes_t src_offset, unsigned int src_frames, unsigned int channels, snd_pcm_rate_t *rate) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/oss/
H A Drate.c43 int src_frames, int dst_frames);
67 int src_frames, int dst_frames)
96 src_frames1 = src_frames;
126 int src_frames, int dst_frames)
155 src_frames1 = src_frames;
343 plugin->src_frames = rate_src_frames;
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) 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) argument
H A Dpcm_plugin.h62 snd_pcm_sframes_t (*src_frames)(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t dst_frames); member in struct:snd_pcm_plugin
63 snd_pcm_sframes_t (*dst_frames)(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t src_frames);
H A Dpcm_plugin.c121 if (plugin->src_frames)
122 frames = plugin->src_frames(plugin, frames);
209 if (plugin->src_frames)
210 drv_frames = plugin->src_frames(plugin, drv_frames);
252 if (plugin->src_frames) {
253 frames = plugin->src_frames(plugin, frames);
595 if (plugin->src_frames)
596 frames = plugin->src_frames(plugin, frames1);

Completed in 179 milliseconds