OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:USEC
(Results
1 - 4
of
4
) sorted by null
/hardware/libhardware/tests/camera2/
camera2.cpp
356
static const nsecs_t
USEC
= 1000;
357
static const nsecs_t MSEC = 1000*
USEC
;
596
uint64_t exposureTime = 100 *
USEC
;
613
uint64_t expectedExposureTime = 100 *
USEC
;
/hardware/samsung_slsi/exynos5/libcamera2/
ExynosCamera2.cpp
685
static const int64_t
USEC
= 1000LL;
686
static const int64_t MSEC =
USEC
* 1000LL;
/device/generic/goldfish/camera/
EmulatedFakeCamera3.cpp
50
const int64_t
USEC
= 1000LL;
51
const int64_t MSEC =
USEC
* 1000LL;
[
all
...]
EmulatedFakeCamera2.cpp
38
const int64_t
USEC
= 1000LL;
39
const int64_t MSEC =
USEC
* 1000LL;
[
all
...]
Completed in 102 milliseconds