/third_party/alsa-lib/test/ |
H A D | audio_time.c | 43 long long timestamp2ns(snd_htimestamp_t t) in timestamp2ns() 53 long long timediff(snd_htimestamp_t t1, snd_htimestamp_t t2) in timediff() 63 void _gettimestamp(snd_pcm_t *handle, snd_htimestamp_t *timestamp, in _gettimestamp() 64 snd_htimestamp_t *trigger_timestamp, in _gettimestamp() 65 snd_htimestamp_t *audio_timestamp, in _gettimestamp() 108 snd_htimestamp_t tstamp_c, tstamp_p; in main() 109 snd_htimestamp_t trigger_tstamp_c, trigger_tstamp_p; in main() 110 snd_htimestamp_t audio_tstamp_c, audio_tstamp_p; in main()
|
H A D | pcm-multi-thread.c | 62 snd_htimestamp_t tstamp; in peeper()
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_generic.h | 155 snd_htimestamp_t *timestamp); 157 snd_htimestamp_t *tstamp);
|
H A D | pcm_direct.h | 153 snd_htimestamp_t trigger_tstamp; 154 snd_htimestamp_t update_tstamp;
|
H A D | pcm_generic.c | 274 snd_htimestamp_t *tstamp) in snd_pcm_generic_htimestamp() 284 snd_htimestamp_t *tstamp) in snd_pcm_generic_real_htimestamp()
|
H A D | pcm_null.c | 41 snd_htimestamp_t trigger_tstamp;
|
H A D | pcm_local.h | 186 int (*htimestamp)(snd_pcm_t *pcm, snd_pcm_uframes_t *avail, snd_htimestamp_t *tstamp); /* locked */ 1103 static inline void gettimestamp(snd_htimestamp_t *tstamp, in gettimestamp() 1126 static inline void gettimestamp(snd_htimestamp_t *tstamp, in gettimestamp()
|
H A D | pcm.c | 1210 int snd_pcm_htimestamp(snd_pcm_t *pcm, snd_pcm_uframes_t *avail, snd_htimestamp_t *tstamp) in snd_pcm_htimestamp() 7035 EXPORT_SYMBOL void INTERNAL(snd_pcm_status_get_trigger_htstamp)(const snd_pcm_status_t *obj, snd_htimestamp_t *ptr) in snd_pcm_status_get_trigger_htstamp() 7037 void snd_pcm_status_get_trigger_htstamp(const snd_pcm_status_t *obj, snd_htimestamp_t *ptr) in snd_pcm_status_get_trigger_htstamp() 7063 EXPORT_SYMBOL void INTERNAL(snd_pcm_status_get_htstamp)(const snd_pcm_status_t *obj, snd_htimestamp_t *ptr) in snd_pcm_status_get_htstamp() 7065 void snd_pcm_status_get_htstamp(const snd_pcm_status_t *obj, snd_htimestamp_t *ptr) in snd_pcm_status_get_htstamp() 7078 void snd_pcm_status_get_audio_htstamp(const snd_pcm_status_t *obj, snd_htimestamp_t *ptr) in snd_pcm_status_get_audio_htstamp() 7090 void snd_pcm_status_get_driver_htstamp(const snd_pcm_status_t *obj, snd_htimestamp_t *ptr) in snd_pcm_status_get_driver_htstamp()
|
H A D | pcm_dsnoop.c | 431 snd_htimestamp_t *tstamp) in snd_pcm_dsnoop_htimestamp()
|
H A D | pcm_shm.c | 447 snd_htimestamp_t *tstamp ATTRIBUTE_UNUSED) in snd_pcm_shm_htimestamp()
|
H A D | pcm_dshare.c | 554 snd_htimestamp_t *tstamp) in snd_pcm_dshare_htimestamp()
|
H A D | pcm_rate.c | 69 snd_htimestamp_t trigger_tstamp; 1089 snd_htimestamp_t *tstamp) in snd_pcm_rate_htimestamp()
|
H A D | pcm_share.c | 108 snd_htimestamp_t trigger_tstamp; 813 snd_htimestamp_t *tstamp) in snd_pcm_share_htimestamp()
|
H A D | pcm_dmix.c | 854 snd_htimestamp_t *tstamp) in snd_pcm_dmix_htimestamp()
|
H A D | pcm_ioplug.c | 47 snd_htimestamp_t trigger_tstamp;
|
H A D | pcm_hw.c | 1226 snd_htimestamp_t *tstamp) in snd_pcm_hw_htimestamp()
|
H A D | pcm_multi.c | 494 snd_htimestamp_t *tstamp) in snd_pcm_multi_htimestamp()
|
/third_party/alsa-lib/include/ |
H A D | timer.h | 108 snd_htimestamp_t tstamp; /**< Time stamp of each event */ 243 snd_htimestamp_t snd_timer_status_get_timestamp(snd_timer_status_t * status);
|
H A D | global.h | 154 typedef struct timespec snd_htimestamp_t; typedef
|
H A D | pcm.h | 559 int snd_pcm_htimestamp(snd_pcm_t *pcm, snd_pcm_uframes_t *avail, snd_htimestamp_t *tstamp); 1054 void snd_pcm_status_get_trigger_htstamp(const snd_pcm_status_t *obj, snd_htimestamp_t *ptr); 1056 void snd_pcm_status_get_htstamp(const snd_pcm_status_t *obj, snd_htimestamp_t *ptr); 1057 void snd_pcm_status_get_audio_htstamp(const snd_pcm_status_t *obj, snd_htimestamp_t *ptr); 1058 void snd_pcm_status_get_driver_htstamp(const snd_pcm_status_t *obj, snd_htimestamp_t *ptr);
|
H A D | rawmidi.h | 162 void snd_rawmidi_status_get_tstamp(const snd_rawmidi_status_t *obj, snd_htimestamp_t *ptr);
|
/third_party/alsa-lib/src/timer/ |
H A D | timer.c | 842 snd_htimestamp_t snd_timer_status_get_timestamp(snd_timer_status_t * status) in snd_timer_status_get_timestamp()
|
/third_party/alsa-lib/src/rawmidi/ |
H A D | rawmidi.c | 1008 void snd_rawmidi_status_get_tstamp(const snd_rawmidi_status_t *status, snd_htimestamp_t *tstamp) in snd_rawmidi_status_get_tstamp()
|
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-sink.c | 983 snd_htimestamp_t htstamp = { 0, 0 }; in update_smoother()
|
H A D | alsa-source.c | 910 snd_htimestamp_t htstamp = { 0, 0 }; in update_smoother()
|