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

  /hardware/libhardware/tests/camera2/
camera2.cpp 405 static const nsecs_t USEC = 1000;
406 static const nsecs_t MSEC = 1000*USEC;
649 uint64_t exposureTime = 100 * USEC;
666 uint64_t expectedExposureTime = 100 * USEC;
CameraBurstTests.cpp 42 #define USEC 1000LL // in ns
  /device/moto/shamu/camera/QCamera/HAL2/core/src/
QCameraHWI_Metatags.cpp 423 static const int64_t USEC = 1000LL;
424 static const int64_t MSEC = USEC * 1000LL;
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCamera2.cpp 715 static const int64_t USEC = 1000LL;
716 static const int64_t MSEC = USEC * 1000LL;
  /device/generic/goldfish/camera/
EmulatedFakeCamera3.cpp 52 const int64_t USEC = 1000LL;
53 const int64_t MSEC = USEC * 1000LL;
    [all...]
EmulatedFakeCamera2.cpp 40 const int64_t USEC = 1000LL;
41 const int64_t MSEC = USEC * 1000LL;
    [all...]

Completed in 78 milliseconds