HomeSort by relevance Sort by last modified time
    Searched refs:USEC (Results 1 - 5 of 5) sorted by null

  /hardware/libhardware/tests/camera2/
camera2.cpp 358 static const nsecs_t USEC = 1000;
359 static const nsecs_t MSEC = 1000*USEC;
598 uint64_t exposureTime = 100 * USEC;
615 uint64_t expectedExposureTime = 100 * USEC;
CameraBurstTests.cpp 41 #define USEC 1000LL // in ns
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCamera2.cpp 690 static const int64_t USEC = 1000LL;
691 static const int64_t MSEC = USEC * 1000LL;
  /device/generic/goldfish/camera/
EmulatedFakeCamera3.cpp 50 const int64_t USEC = 1000LL;
51 const int64_t MSEC = USEC * 1000LL;
    [all...]
EmulatedFakeCamera2.cpp 38 const int64_t USEC = 1000LL;
39 const int64_t MSEC = USEC * 1000LL;
    [all...]

Completed in 1689 milliseconds