Searched refs:SEC (Results 1 – 3 of 3) sorted by relevance
360 static const nsecs_t SEC = 1000*MSEC; variable467 res = mFrames.waitForBuffer(exposureTime + SEC); in TEST_F()480 res = rawWaiter->waitForFrame(exposureTime + SEC); in TEST_F()617 res = mFrames.waitForBuffer(SEC + expectedExposureTime); in TEST_F()632 res = rawWaiter->waitForFrame(SEC + expectedExposureTime); in TEST_F()770 res = mFrames.waitForBuffer(exposureTime + SEC); in TEST_F()783 res = jpegWaiter->waitForFrame(exposureTime + SEC); in TEST_F()
43 #define SEC 1000000000LL // in ns macro361 maxExp = 10 * SEC; // Fallback maximum exposure time in TEST_F()439 minDuration = 1 * SEC / 30; // Fall back to 30 fps as minimum duration in TEST_F()456 maxDuration = 10 * SEC; // Fall back to 10 seconds as max duration in TEST_F()
692 static const int64_t SEC = MSEC * 1000LL; in constructDefaultRequest() local