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

  /hardware/libhardware/tests/camera2/
CameraBurstTests.cpp 42 #define MSEC 1000000LL // in ns
318 const nsecs_t DURATION_UPPER_BOUND = 10 * MSEC;
319 const nsecs_t DURATION_LOWER_BOUND = 20 * MSEC;
357 minExp = 1 * MSEC; // Fallback minimum exposure time
516 e = 30 * MSEC;
529 e = 30 * MSEC;
530 d = 30 * MSEC;
540 e = 30 * MSEC; // at ISO 100
camera2.cpp 359 static const nsecs_t MSEC = 1000*USEC;
360 static const nsecs_t SEC = 1000*MSEC;
437 uint64_t exposureTime = 10*MSEC;
441 uint64_t frameDuration = 30*MSEC;
571 uint64_t frameDuration = 30*MSEC;
740 uint64_t exposureTime = 10*MSEC;
744 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 691 static const int64_t MSEC = USEC * 1000LL;
692 static const int64_t SEC = MSEC * 1000LL;

Completed in 2517 milliseconds