Searched refs:snd_pcm_delay (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dalsa-audio-dec.c125 snd_pcm_delay(s->h, &delay);
H A Dalsa-audio-enc.c141 snd_pcm_delay(s->h, &delay);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_generic.c185 return snd_pcm_delay(generic->slave, delayp);
H A Dpcm_share.c708 err = snd_pcm_delay(slave->pcm, &sd);
766 return snd_pcm_delay(slave->pcm, delayp);
936 err = snd_pcm_delay(spcm, &sd);
1143 err = snd_pcm_delay(slave->pcm, &delay);
H A Dpcm_plugin.c144 int err = snd_pcm_delay(plugin->gen.slave, &sd);
H A Dpcm_multi.c415 return snd_pcm_delay(slave, delayp);
H A Dpcm.c409 use functions #snd_pcm_avail(), #snd_pcm_delay() or #snd_pcm_avail_delay().
416 The function #snd_pcm_delay() returns the delay in samples.
427 #snd_pcm_delay() and returns both values in sync.
982 int snd_pcm_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *delayp) function
2453 * Also this function might be called after #snd_pcm_delay() or
2490 * \brief Combine snd_pcm_avail and snd_pcm_delay functions
6216 * \brief Get delay from a PCM status container (see #snd_pcm_delay)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dlaudio_alsa.c298 ret = snd_pcm_delay(hdl, &delay);
364 /* Compensate threshold, as it's taken into account by snd_pcm_delay() */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dpcm_compat.c34 err = snd_pcm_delay(substream, &delay);
H A Dpcm_native.c2399 static int snd_pcm_delay(struct snd_pcm_substream *substream, function
2536 return snd_pcm_delay(substream, arg);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/aserver/
H A Daserver.c442 ctrl->result = snd_pcm_delay(pcm, (snd_pcm_sframes_t *) &ctrl->u.delay.frames);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Dpcm.h458 int snd_pcm_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *delayp);

Completed in 152 milliseconds