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

/hardware/libhardware/tests/camera2/
H A DCameraBurstTests.cpp42 #define MSEC 1000000LL // in ns macro
318 const nsecs_t DURATION_UPPER_BOUND = 10 * MSEC;
319 const nsecs_t DURATION_LOWER_BOUND = 20 * MSEC;
357 minExp = 1 * MSEC; // Fallback minimum exposure time
516 e = 30 * MSEC;
529 e = 30 * MSEC;
530 d = 30 * MSEC;
540 e = 30 * MSEC; // at ISO 100
H A Dcamera2.cpp359 static const nsecs_t MSEC = 1000*USEC; member in namespace:android::camera2::tests
360 static const nsecs_t SEC = 1000*MSEC;
437 uint64_t exposureTime = 10*MSEC;
441 uint64_t frameDuration = 30*MSEC;
571 uint64_t frameDuration = 30*MSEC;
740 uint64_t exposureTime = 10*MSEC;
744 uint64_t frameDuration = 30*MSEC;
/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosCamera2.cpp691 static const int64_t MSEC = USEC * 1000LL; local
692 static const int64_t SEC = MSEC * 1000LL;

Completed in 88 milliseconds