Home
last modified time | relevance | path

Searched refs:snd_htimestamp_t (Results 1 - 25 of 25) sorted by relevance

/third_party/alsa-lib/test/
H A Daudio_time.c43 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 Dpcm-multi-thread.c62 snd_htimestamp_t tstamp; in peeper()
/third_party/alsa-lib/src/pcm/
H A Dpcm_generic.h155 snd_htimestamp_t *timestamp);
157 snd_htimestamp_t *tstamp);
H A Dpcm_direct.h153 snd_htimestamp_t trigger_tstamp;
154 snd_htimestamp_t update_tstamp;
H A Dpcm_generic.c274 snd_htimestamp_t *tstamp) in snd_pcm_generic_htimestamp()
284 snd_htimestamp_t *tstamp) in snd_pcm_generic_real_htimestamp()
H A Dpcm_null.c41 snd_htimestamp_t trigger_tstamp;
H A Dpcm_local.h186 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 Dpcm.c1210 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 Dpcm_dsnoop.c431 snd_htimestamp_t *tstamp) in snd_pcm_dsnoop_htimestamp()
H A Dpcm_shm.c447 snd_htimestamp_t *tstamp ATTRIBUTE_UNUSED) in snd_pcm_shm_htimestamp()
H A Dpcm_dshare.c554 snd_htimestamp_t *tstamp) in snd_pcm_dshare_htimestamp()
H A Dpcm_rate.c69 snd_htimestamp_t trigger_tstamp;
1089 snd_htimestamp_t *tstamp) in snd_pcm_rate_htimestamp()
H A Dpcm_share.c108 snd_htimestamp_t trigger_tstamp;
813 snd_htimestamp_t *tstamp) in snd_pcm_share_htimestamp()
H A Dpcm_dmix.c854 snd_htimestamp_t *tstamp) in snd_pcm_dmix_htimestamp()
H A Dpcm_ioplug.c47 snd_htimestamp_t trigger_tstamp;
H A Dpcm_hw.c1226 snd_htimestamp_t *tstamp) in snd_pcm_hw_htimestamp()
H A Dpcm_multi.c494 snd_htimestamp_t *tstamp) in snd_pcm_multi_htimestamp()
/third_party/alsa-lib/include/
H A Dtimer.h108 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 Dglobal.h154 typedef struct timespec snd_htimestamp_t; typedef
H A Dpcm.h559 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 Drawmidi.h162 void snd_rawmidi_status_get_tstamp(const snd_rawmidi_status_t *obj, snd_htimestamp_t *ptr);
/third_party/alsa-lib/src/timer/
H A Dtimer.c842 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 Drawmidi.c1008 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 Dalsa-sink.c983 snd_htimestamp_t htstamp = { 0, 0 }; in update_smoother()
H A Dalsa-source.c910 snd_htimestamp_t htstamp = { 0, 0 }; in update_smoother()

Completed in 46 milliseconds