Searched refs:dst_channel (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/oss/
H A Droute.c40 struct snd_pcm_plugin_channel *dst_channel,
43 dst_channel->enabled = 1;
44 snd_pcm_area_copy(&src_channel->area, 0, &dst_channel->area, 0, frames, format);
39 copy_area(const struct snd_pcm_plugin_channel *src_channel, struct snd_pcm_plugin_channel *dst_channel, snd_pcm_uframes_t frames, int format) argument
H A Dpcm_plugin.h147 int snd_pcm_area_silence(const struct snd_pcm_channel_area *dst_channel,
152 const struct snd_pcm_channel_area *dst_channel,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_route.c486 unsigned int dst_channel; local
492 for (dst_channel = 0; dst_channel < dst_channels; ++dst_channel) {
493 if (dst_channel >= params->ndsts)
512 unsigned int dst_channel; local
515 for (dst_channel = 0; dst_channel < params->ndsts; ++dst_channel) {
516 free(params->dsts[dst_channel]
770 unsigned int src_channel, dst_channel; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Dpcm.h955 int snd_pcm_area_silence(const snd_pcm_channel_area_t *dst_channel, snd_pcm_uframes_t dst_offset,
959 int snd_pcm_area_copy(const snd_pcm_channel_area_t *dst_channel, snd_pcm_uframes_t dst_offset,

Completed in 57 milliseconds