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

  /hardware/libhardware/tests/camera2/
camera2.cpp 357 static const nsecs_t MSEC = 1000*USEC;
358 static const nsecs_t SEC = 1000*MSEC;
435 uint64_t exposureTime = 10*MSEC;
439 uint64_t frameDuration = 30*MSEC;
569 uint64_t frameDuration = 30*MSEC;
738 uint64_t exposureTime = 10*MSEC;
742 uint64_t frameDuration = 30*MSEC;
  /device/generic/goldfish/camera/
EmulatedFakeCamera2.cpp 39 const int64_t MSEC = USEC * 1000LL;
40 const int64_t SEC = MSEC * 1000LL;
    [all...]
EmulatedFakeCamera3.cpp 51 const int64_t MSEC = USEC * 1000LL;
52 const int64_t SEC = MSEC * 1000LL;
108 const nsecs_t EmulatedFakeCamera3::kNormalExposureTime = 10 * MSEC;
109 const nsecs_t EmulatedFakeCamera3::kFacePriorityExposureTime = 30 * MSEC;
498 static const int64_t exposureTime = 10 * MSEC;
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCamera2.cpp 686 static const int64_t MSEC = USEC * 1000LL;
687 static const int64_t SEC = MSEC * 1000LL;

Completed in 110 milliseconds