Searched refs:snd_pcm_htimestamp (Results 1 - 8 of 8) sorted by relevance
/third_party/alsa-lib/test/ |
H A D | pcm-multi-thread.c | 83 err = snd_pcm_htimestamp(pcm, (snd_pcm_uframes_t *)&val, in peeper()
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_generic.c | 277 return snd_pcm_htimestamp(generic->slave, avail, tstamp); in snd_pcm_generic_htimestamp()
|
H A D | pcm_multi.c | 498 return snd_pcm_htimestamp(slave, avail, tstamp); in snd_pcm_multi_htimestamp()
|
H A D | pcm_rate.c | 1105 err = snd_pcm_htimestamp(rate->gen.slave, &tmp, tstamp); in snd_pcm_rate_htimestamp()
|
H A D | pcm_share.c | 819 err = snd_pcm_htimestamp(slave->pcm, avail, tstamp); in snd_pcm_share_htimestamp()
|
H A D | pcm.c | 366 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 D | pcm.h | 559 int snd_pcm_htimestamp(snd_pcm_t *pcm, snd_pcm_uframes_t *avail, snd_htimestamp_t *tstamp);
|
/third_party/ffmpeg/ |
H A D | configure | 6846 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