Searched refs:snd_pcm_htimestamp (Results 1 – 8 of 8) sorted by relevance
/third_party/alsa-lib/test/ |
D | pcm-multi-thread.c | 83 err = snd_pcm_htimestamp(pcm, (snd_pcm_uframes_t *)&val, in peeper()
|
/third_party/alsa-lib/src/pcm/ |
D | pcm_generic.c | 277 return snd_pcm_htimestamp(generic->slave, avail, tstamp); in snd_pcm_generic_htimestamp()
|
D | pcm_multi.c | 488 return snd_pcm_htimestamp(slave, avail, tstamp); in snd_pcm_multi_htimestamp()
|
D | pcm_share.c | 810 err = snd_pcm_htimestamp(slave->pcm, avail, tstamp); in snd_pcm_share_htimestamp()
|
D | pcm_rate.c | 1097 err = snd_pcm_htimestamp(rate->gen.slave, &tmp, tstamp); in snd_pcm_rate_htimestamp()
|
D | pcm.c | 1195 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/ |
D | pcm.h | 542 int snd_pcm_htimestamp(snd_pcm_t *pcm, snd_pcm_uframes_t *avail, snd_htimestamp_t *tstamp);
|
/third_party/ffmpeg/ |
D | configure | 6647 enabled alsa && { check_pkg_config alsa alsa "alsa/asoundlib.h" snd_pcm_htimestamp || 6648 check_lib alsa alsa/asoundlib.h snd_pcm_htimestamp -lasound; }
|