Home
last modified time | relevance | path

Searched refs:snd_pcm_htimestamp (Results 1 – 8 of 8) sorted by relevance

/third_party/alsa-lib/test/
Dpcm-multi-thread.c83 err = snd_pcm_htimestamp(pcm, (snd_pcm_uframes_t *)&val, in peeper()
/third_party/alsa-lib/src/pcm/
Dpcm_generic.c277 return snd_pcm_htimestamp(generic->slave, avail, tstamp); in snd_pcm_generic_htimestamp()
Dpcm_multi.c488 return snd_pcm_htimestamp(slave, avail, tstamp); in snd_pcm_multi_htimestamp()
Dpcm_share.c810 err = snd_pcm_htimestamp(slave->pcm, avail, tstamp); in snd_pcm_share_htimestamp()
Dpcm_rate.c1097 err = snd_pcm_htimestamp(rate->gen.slave, &tmp, tstamp); in snd_pcm_rate_htimestamp()
Dpcm.c1195 int snd_pcm_htimestamp(snd_pcm_t *pcm, snd_pcm_uframes_t *avail, snd_htimestamp_t *tstamp) in snd_pcm_htimestamp() function
/third_party/alsa-lib/include/
Dpcm.h542 int snd_pcm_htimestamp(snd_pcm_t *pcm, snd_pcm_uframes_t *avail, snd_htimestamp_t *tstamp);
/third_party/ffmpeg/
Dconfigure6647 enabled alsa && { check_pkg_config alsa alsa "alsa/asoundlib.h" snd_pcm_htimestamp ||
6648 check_lib alsa alsa/asoundlib.h snd_pcm_htimestamp -lasound; }