Home
last modified time | relevance | path

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

/hardware/libhardware/tests/camera2/
Dcamera2.cpp360 static const nsecs_t SEC = 1000*MSEC; variable
467 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()
DCameraBurstTests.cpp43 #define SEC 1000000000LL // in ns macro
361 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()
/hardware/samsung_slsi/exynos5/libcamera2/
DExynosCamera2.cpp692 static const int64_t SEC = MSEC * 1000LL; in constructDefaultRequest() local