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

/hardware/libhardware/tests/camera2/
H A Dcamera2.cpp314 static const nsecs_t USEC = 1000; member in namespace:android
315 static const nsecs_t MSEC = 1000*USEC;
512 uint64_t exposureTime = 100 * USEC;
529 uint64_t expectedExposureTime = 100 * USEC;
/hardware/qcom/camera/QCamera/HAL2/core/src/
H A DQCameraHWI_Metatags.cpp423 static const int64_t USEC = 1000LL; local
424 static const int64_t MSEC = USEC * 1000LL;
/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosCamera2.cpp678 static const int64_t USEC = 1000LL; local
679 static const int64_t MSEC = USEC * 1000LL;

Completed in 55 milliseconds