OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:white_level
(Results
1 - 12
of
12
) sorted by null
/cts/apps/CameraITS/tests/scene1/
test_dng_noise_model.py
49
white_level
= float(props['android.sensor.info.whiteLevel'])
82
plane = (plane *
white_level
- black_levels[ch]) / (
83
white_level
- black_levels[ch])
/cts/apps/CameraITS/pymodules/its/
image.py
231
white_level
= float(props['android.sensor.info.whiteLevel'])
234
img = img.astype(numpy.float32).reshape(h,w) /
white_level
343
white_level
= float(props['android.sensor.info.whiteLevel'])
359
scale =
white_level
/ (
white_level
- max(black_levels))
361
# Three-channel black levels, normalized to [0,1] by
white_level
.
362
black_levels = numpy.array([b/
white_level
for b in [
/cts/apps/CameraITS/tests/dng_noise_model/
dng_noise_model.py
88
white_level
= props['android.sensor.info.whiteLevel']
148
p = p*
white_level
149
p = (p - black_level)/(
white_level
- black_level)
/device/asus/flo/camera/QCamera2/stack/common/
cam_intf.h
226
int32_t
white_level
;
member in struct:__anon2739
/device/lge/hammerhead/camera/QCamera2/stack/common/
cam_intf.h
236
int32_t
white_level
;
member in struct:__anon3231
/device/moto/shamu/camera/QCamera2/stack/common/
cam_intf.h
242
int32_t
white_level
;
member in struct:__anon3916
[
all
...]
/hardware/qcom/camera/QCamera2/stack/common/
cam_intf.h
261
int32_t
white_level
;
member in struct:__anon25155
[
all
...]
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/
ImageReaderSubPane.java
238
// Find number of bits to shift to map from 0..
WHITE_LEVEL
to 0..255
/device/lge/hammerhead/camera/QCamera2/HAL3/
QCamera3HWI.cpp
[
all
...]
/device/moto/shamu/camera/QCamera2/HAL3/
QCamera3HWI.cpp
[
all
...]
/hardware/qcom/camera/QCamera2/HAL3/
QCamera3HWI.cpp
[
all
...]
/device/asus/flo/camera/QCamera2/HAL3/
QCamera3HWI.cpp
[
all
...]
Completed in 640 milliseconds