OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MSEC
(Results
1 - 3
of
3
) sorted by null
/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
;
Completed in 43 milliseconds