Searched refs:USEC (Results 1 – 3 of 3) sorted by relevance
358 static const nsecs_t USEC = 1000; variable359 static const nsecs_t MSEC = 1000*USEC;598 uint64_t exposureTime = 100 * USEC; in TEST_F()615 uint64_t expectedExposureTime = 100 * USEC; in TEST_F()
41 #define USEC 1000LL // in ns macro
690 static const int64_t USEC = 1000LL; in constructDefaultRequest() local691 static const int64_t MSEC = USEC * 1000LL; in constructDefaultRequest()