Searched refs:SEC (Results 1 - 3 of 3) sorted by relevance

/hardware/libhardware/tests/camera2/
H A Dcamera2.cpp360 static const nsecs_t SEC = 1000*MSEC; member in namespace:android::camera2::tests
467 res = mFrames.waitForBuffer(exposureTime + SEC);
480 res = rawWaiter->waitForFrame(exposureTime + SEC);
617 res = mFrames.waitForBuffer(SEC + expectedExposureTime);
632 res = rawWaiter->waitForFrame(SEC + expectedExposureTime);
770 res = mFrames.waitForBuffer(exposureTime + SEC);
783 res = jpegWaiter->waitForFrame(exposureTime + SEC);
H A DCameraBurstTests.cpp43 #define SEC 1000000000LL // in ns macro
361 maxExp = 10 * SEC; // Fallback maximum exposure time
439 minDuration = 1 * SEC / 30; // Fall back to 30 fps as minimum duration
456 maxDuration = 10 * SEC; // Fall back to 10 seconds as max duration
/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosCamera2.cpp692 static const int64_t SEC = MSEC * 1000LL; local

Completed in 99 milliseconds