OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxRawValue
(Results
1 - 5
of
5
) sorted by null
/device/generic/goldfish/camera/fake-pipeline2/
Sensor.h
169
static const uint32_t
kMaxRawValue
;
Sensor.cpp
49
const uint32_t Sensor::
kMaxRawValue
= 4000;
61
const float Sensor::kBaseGainFactor = (float)Sensor::
kMaxRawValue
/
406
rawCount = (rawCount <
kMaxRawValue
) ? rawCount :
kMaxRawValue
;
429
int scale64x = 64 * totalGain * 255 /
kMaxRawValue
;
459
int scale64x = 64 * totalGain * 255 /
kMaxRawValue
;
489
const int scale64x = 64 * totalGain * 255 /
kMaxRawValue
;
/hardware/samsung_slsi/exynos5/libcamera2/
ExynosCamera2.cpp
70
static const uint32_t
kMaxRawValue
;
116
const uint32_t Sensor::
kMaxRawValue
= 4000;
477
&Sensor::
kMaxRawValue
, 1);
/device/generic/goldfish/camera/
EmulatedFakeCamera3.cpp
[
all
...]
EmulatedFakeCamera2.cpp
[
all
...]
Completed in 3196 milliseconds