Home
last modified time | relevance | path

Searched defs:SPA_TIMESPEC_TO_NSEC (Results 1 – 4 of 4) sorted by relevance

/dports/www/firefox/firefox-99.0/third_party/pipewire/spa/utils/
H A Ddefs.h135 #define SPA_TIMESPEC_TO_NSEC(ts) ((ts)->tv_sec * SPA_NSEC_PER_SEC + (ts)->tv_nsec) macro
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/pipewire/spa/utils/
H A Ddefs.h135 #define SPA_TIMESPEC_TO_NSEC(ts) ((ts)->tv_sec * SPA_NSEC_PER_SEC + (ts)->tv_nsec) macro
/dports/www/firefox-esr/firefox-91.8.0/third_party/pipewire/spa/utils/
H A Ddefs.h135 #define SPA_TIMESPEC_TO_NSEC(ts) ((ts)->tv_sec * SPA_NSEC_PER_SEC + (ts)->tv_nsec) macro
/dports/multimedia/pipewire/pipewire-0.3.43/spa/include/spa/utils/
H A Ddefs.h198 #define SPA_TIMESPEC_TO_NSEC(ts) ((ts)->tv_sec * SPA_NSEC_PER_SEC + (ts)->tv_nsec) macro