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

  /frameworks/base/core/jni/
TimeUtils.h 47 SEC = 1,
69 inline void set(int sec, int min, int hour, int mday, int mon, int year,
72 this->t.tm_sec = sec;
  /hardware/libhardware/tests/camera2/
CameraBurstTests.cpp 43 #define SEC 1000000000LL // in ns
361 maxExp = 10 * SEC; // Fallback maximum exposure time
439 minDuration = 1 * SEC / 30; // Fall back to 30 fps as minimum duration
456 maxDuration = 10 * SEC; // Fall back to 10 seconds as max duration
camera2.cpp 360 static const nsecs_t SEC = 1000*MSEC;
467 res = mFrames.waitForBuffer(exposureTime + SEC);
480 res = rawWaiter->waitForFrame(exposureTime + SEC);
617 res = mFrames.waitForBuffer(SEC + expectedExposureTime);
632 res = rawWaiter->waitForFrame(SEC + expectedExposureTime);
770 res = mFrames.waitForBuffer(exposureTime + SEC);
783 res = jpegWaiter->waitForFrame(exposureTime + SEC);
  /device/generic/goldfish/camera/
EmulatedFakeCamera2.cpp 40 const int64_t SEC = MSEC * 1000LL;
    [all...]
EmulatedFakeCamera3.cpp 52 const int64_t SEC = MSEC * 1000LL;
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCamera2.cpp 86 {1000L, 30000000000L} ; // 1 us - 30 sec
88 {33331760L, 30000000000L}; // ~1/30 s - 30 sec
692 static const int64_t SEC = MSEC * 1000LL;

Completed in 148 milliseconds