Home
last modified time | relevance | path

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

/hardware/libhardware/tests/camera2/
DCameraBurstTests.cpp43 #define MSEC 1000000LL // in ns macro
319 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()
Dcamera2.cpp406 static const nsecs_t MSEC = 1000*USEC; variable
407 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()
/hardware/samsung_slsi/exynos5/libcamera2/
DExynosCamera2.cpp716 static const int64_t MSEC = USEC * 1000LL; in constructDefaultRequest() local
717 static const int64_t SEC = MSEC * 1000LL; in constructDefaultRequest()