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

  /hardware/libhardware/tests/camera2/
CameraBurstTests.cpp 43 #define MSEC 1000000LL // in ns
319 const nsecs_t DURATION_UPPER_BOUND = 10 * MSEC;
320 const nsecs_t DURATION_LOWER_BOUND = 20 * MSEC;
358 minExp = 1 * MSEC; // Fallback minimum exposure time
521 e = 30 * MSEC;
534 e = 30 * MSEC;
535 d = 30 * MSEC;
545 e = 30 * MSEC; // at ISO 100
camera2.cpp 406 static const nsecs_t MSEC = 1000*USEC;
407 static const nsecs_t SEC = 1000*MSEC;
486 uint64_t exposureTime = 10*MSEC;
490 uint64_t frameDuration = 30*MSEC;
622 uint64_t frameDuration = 30*MSEC;
793 uint64_t exposureTime = 10*MSEC;
797 uint64_t frameDuration = 30*MSEC;
  /device/generic/goldfish/camera/
EmulatedFakeCamera2.cpp 41 const int64_t MSEC = USEC * 1000LL;
42 const int64_t SEC = MSEC * 1000LL;
    [all...]
EmulatedFakeCamera3.cpp 53 const int64_t MSEC = USEC * 1000LL;
54 const int64_t SEC = MSEC * 1000LL;
110 const nsecs_t EmulatedFakeCamera3::kNormalExposureTime = 10 * MSEC;
111 const nsecs_t EmulatedFakeCamera3::kFacePriorityExposureTime = 30 * MSEC;
500 static const int64_t exposureTime = 10 * MSEC;
    [all...]
  /device/moto/shamu/camera/QCamera/HAL2/core/src/
QCameraHWI_Metatags.cpp 424 static const int64_t MSEC = USEC * 1000LL;
425 static const int64_t SEC = MSEC * 1000LL;
465 static const int64_t exposureTime = 10 * MSEC;
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCamera2.cpp 716 static const int64_t MSEC = USEC * 1000LL;
717 static const int64_t SEC = MSEC * 1000LL;

Completed in 309 milliseconds