Searched refs:MSEC (Results 1 – 3 of 3) sorted by relevance
43 #define MSEC 1000000LL // in ns macro319 const nsecs_t DURATION_UPPER_BOUND = 10 * MSEC; in TEST_F()320 const nsecs_t DURATION_LOWER_BOUND = 20 * MSEC; in TEST_F()358 minExp = 1 * MSEC; // Fallback minimum exposure time in TEST_F()521 e = 30 * MSEC; in TEST_F()534 e = 30 * MSEC; in TEST_F()535 d = 30 * MSEC; in TEST_F()545 e = 30 * MSEC; // at ISO 100 in TEST_F()
406 static const nsecs_t MSEC = 1000*USEC; variable407 static const nsecs_t SEC = 1000*MSEC;486 uint64_t exposureTime = 10*MSEC; in TEST_F()490 uint64_t frameDuration = 30*MSEC; in TEST_F()622 uint64_t frameDuration = 30*MSEC; in TEST_F()793 uint64_t exposureTime = 10*MSEC; in TEST_F()797 uint64_t frameDuration = 30*MSEC; in TEST_F()
716 static const int64_t MSEC = USEC * 1000LL; in constructDefaultRequest() local717 static const int64_t SEC = MSEC * 1000LL; in constructDefaultRequest()