Home
last modified time | relevance | path

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

/third_party/alsa-lib/test/
H A Dpcm-multi-thread.c83 err = snd_pcm_htimestamp(pcm, (snd_pcm_uframes_t *)&val, in peeper()
/third_party/alsa-lib/src/pcm/
H A Dpcm_generic.c277 return snd_pcm_htimestamp(generic->slave, avail, tstamp); in snd_pcm_generic_htimestamp()
H A Dpcm_multi.c498 return snd_pcm_htimestamp(slave, avail, tstamp); in snd_pcm_multi_htimestamp()
H A Dpcm_rate.c1105 err = snd_pcm_htimestamp(rate->gen.slave, &tmp, tstamp); in snd_pcm_rate_htimestamp()
H A Dpcm_share.c819 err = snd_pcm_htimestamp(slave->pcm, avail, tstamp); in snd_pcm_share_htimestamp()
H A Dpcm.c366 assigned to timestamp can be obtained using #snd_pcm_htimestamp() function.
1210 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/
H A Dpcm.h559 int snd_pcm_htimestamp(snd_pcm_t *pcm, snd_pcm_uframes_t *avail, snd_htimestamp_t *tstamp);
/third_party/ffmpeg/
H A Dconfigure6846 enabled alsa && { check_pkg_config alsa alsa "alsa/asoundlib.h" snd_pcm_htimestamp ||
6847 check_lib alsa alsa/asoundlib.h snd_pcm_htimestamp -lasound; }

Completed in 30 milliseconds