Home
last modified time | relevance | path

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

/hardware/libhardware/tests/camera2/
Dcamera2.cpp358 static const nsecs_t USEC = 1000; variable
359 static const nsecs_t MSEC = 1000*USEC;
598 uint64_t exposureTime = 100 * USEC; in TEST_F()
615 uint64_t expectedExposureTime = 100 * USEC; in TEST_F()
DCameraBurstTests.cpp41 #define USEC 1000LL // in ns macro
/hardware/samsung_slsi/exynos5/libcamera2/
DExynosCamera2.cpp690 static const int64_t USEC = 1000LL; in constructDefaultRequest() local
691 static const int64_t MSEC = USEC * 1000LL; in constructDefaultRequest()