Searched refs:dst_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.h85 snd_pcm_uframes_t dst_offset, unsigned int dst_frames,
91 void (*convert_s16)(void *obj, int16_t *dst, unsigned int dst_frames,
139 snd_pcm_uframes_t dst_offset, unsigned int dst_frames,
142 void (*convert_s16)(void *obj, int16_t *dst, unsigned int dst_frames,
/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)
85 snd_pcm_area_silence(&dst_channels[channel].area, 0, dst_frames, plugin->dst_format.format);
97 dst_frames1 = dst_frames;
126 int src_frames, int dst_frames)
144 snd_pcm_area_silence(&dst_channels[channel].area, 0, dst_frames, plugin->dst_format.format);
156 dst_frames1 = dst_frames;
254 snd_pcm_uframes_t dst_frames; local
275 dst_frames = rate_dst_frames(plugin, frames);
276 if (dst_frames > dst_channel
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
[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.c109 if (plugin->dst_frames)
110 frames = plugin->dst_frames(plugin, frames);
217 if (plugin->dst_frames)
218 drv_frames = plugin->dst_frames(plugin, drv_frames);
241 if (plugin->dst_frames) {
242 frames = plugin->dst_frames(plugin, frames);
588 if (plugin->dst_frames)
589 frames1 = plugin->dst_frames(plugin, 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.c45 snd_pcm_uframes_t dst_offset, unsigned int dst_frames,
70 snd_pcm_uframes_t dst_offset, unsigned int dst_frames,
105 while (dst_frames1 < dst_frames) {
141 snd_pcm_uframes_t dst_offset, unsigned int dst_frames,
168 while (dst_frames1 < dst_frames) {
192 snd_pcm_uframes_t dst_offset, unsigned int dst_frames,
249 if (CHECK_SANITY(dst_frames1 > dst_frames)) {
250 SNDERR("dst_frames overflow");
262 snd_pcm_uframes_t dst_offset, unsigned int dst_frames,
301 if (CHECK_SANITY(dst_frames1 > dst_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.c508 snd_pcm_uframes_t dst_offset, unsigned int dst_frames,
528 rate->ops.convert_s16(rate->obj, dst, dst_frames, src, src_frames);
531 dst_frames, channels);
533 rate->ops.convert(rate->obj, dst_areas, dst_offset, dst_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

Completed in 80 milliseconds