Searched refs:htimestamp (Results 1 - 17 of 17) sorted by relevance
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_null.c | 365 .htimestamp = snd_pcm_generic_real_htimestamp,
|
H A D | pcm_mmap_emul.c | 399 .htimestamp = snd_pcm_generic_htimestamp,
|
H A D | pcm_hooks.c | 198 .htimestamp = snd_pcm_generic_htimestamp,
|
H A D | pcm_plugin.c | 684 .htimestamp = snd_pcm_generic_htimestamp,
|
H A D | pcm_dsnoop.c | 507 .htimestamp = snd_pcm_dsnoop_htimestamp,
|
H A D | pcm_shm.c | 632 .htimestamp = snd_pcm_shm_htimestamp,
|
H A D | pcm_dshare.c | 635 .htimestamp = snd_pcm_dshare_htimestamp,
|
H A D | pcm_hw.c | 1566 .htimestamp = snd_pcm_hw_htimestamp, 1597 .htimestamp = snd_pcm_hw_htimestamp,
|
H A D | pcm_dmix.c | 939 .htimestamp = snd_pcm_dmix_htimestamp,
|
H A D | pcm_meter.c | 550 .htimestamp = snd_pcm_generic_htimestamp,
|
H A D | pcm_ioplug.c | 953 .htimestamp = snd_pcm_generic_real_htimestamp,
|
H A D | pcm_file.c | 874 .htimestamp = snd_pcm_generic_htimestamp,
|
H A D | pcm_local.h | 186 int (*htimestamp)(snd_pcm_t *pcm, snd_pcm_uframes_t *avail, snd_htimestamp_t *tstamp); /* locked */ member
|
H A D | pcm_multi.c | 1052 .htimestamp = snd_pcm_multi_htimestamp,
|
H A D | pcm_rate.c | 1332 .htimestamp = snd_pcm_rate_htimestamp,
|
H A D | pcm_share.c | 1358 .htimestamp = snd_pcm_share_htimestamp,
|
H A D | pcm.c | 1220 if (pcm->fast_ops->htimestamp) in snd_pcm_htimestamp() 1221 err = pcm->fast_ops->htimestamp(pcm->fast_op_arg, avail, tstamp); in snd_pcm_htimestamp()
|
Completed in 38 milliseconds