diff options
| author | Daniel Rugerio <[email protected]> | 2021-08-13 15:05:12 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-08-13 15:05:12 -0700 |
| commit | 7895dd22785ddba5e973662ed942be3b3452b89d (patch) | |
| tree | 5c4572d5bfd076d3776a88c5757e37f3ed50c0e7 /audio/tests/KSPosTst/PreComp.h | |
| parent | df47b2d284558fa9aacd19257153037e4ebba60e (diff) | |
audio: Updates for Windows 10 22000 (#655)
* Updates for Windows 10 22000.
* Change how WIL is consumed.
Diffstat (limited to 'audio/tests/KSPosTst/PreComp.h')
| -rw-r--r-- | audio/tests/KSPosTst/PreComp.h | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/audio/tests/KSPosTst/PreComp.h b/audio/tests/KSPosTst/PreComp.h index 5fdfc9db..5e7d834d 100644 --- a/audio/tests/KSPosTst/PreComp.h +++ b/audio/tests/KSPosTst/PreComp.h @@ -42,26 +42,24 @@ - - - - - - - - // Number of milliseconds that the test will be delayed to wait for the stream to stabilize #define DELAY_FOR_STABILIZE 100 // Number of milliseconds in a second #define MILLISECONDS_PER_SECOND 1000 +// Number of microseconds in a second +#define MICROSECONDS_PER_SECOND 1000000 + // Number of HNS units in one second #define HNSTIME_UNITS_PER_SECOND 10000000 // Number of HNS units in one millisecond #define HNSTIME_UNITS_PER_MILLISECOND 10000 +// Number of HNS units per microsecond +#define HNSTIME_UNITS_PER_MICROSECOND 10 + typedef double (*TIMEPROC) (void); double tpQPC(void); |
