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

  /device/moto/shamu/camera/QCamera/HAL2/core/src/
QCameraHWI_Metatags.cpp 48 {1000L, 30000000000L} ; // 1 us - 30 sec
50 {33331760L, 30000000000L}; // ~1/30 s - 30 sec
425 static const int64_t SEC = MSEC * 1000LL;
  /hardware/libhardware/tests/camera2/
CameraBurstTests.cpp 44 #define SEC 1000000000LL // in ns
363 maxExp = 10 * SEC; // Fallback maximum exposure time
441 minDuration = 1 * SEC / 30; // Fall back to 30 fps as minimum duration
458 maxDuration = 10 * SEC; // Fall back to 10 seconds as max duration
camera2.cpp 353 static const nsecs_t SEC = 1000*MSEC;
462 res = mFrames.waitForBuffer(exposureTime + SEC);
475 res = rawWaiter->waitForFrame(exposureTime + SEC);
614 res = mFrames.waitForBuffer(SEC + expectedExposureTime);
629 res = rawWaiter->waitForFrame(SEC + expectedExposureTime);
769 res = mFrames.waitForBuffer(exposureTime + SEC);
782 res = jpegWaiter->waitForFrame(exposureTime + SEC);
  /device/generic/goldfish/camera/
EmulatedFakeCamera2.cpp 42 const int64_t SEC = MSEC * 1000LL;
    [all...]
EmulatedFakeCamera3.cpp 54 const int64_t SEC = MSEC * 1000LL;
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCamera2.cpp 101 {1000L, 30000000000L} ; // 1 us - 30 sec
103 {33331760L, 30000000000L}; // ~1/30 s - 30 sec
717 static const int64_t SEC = MSEC * 1000LL;
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 

Completed in 337 milliseconds