OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:white_level
(Results
1 - 13
of
13
) 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])
/external/opencv3/modules/calib3d/src/
checkchessboard.cpp
121
const float
white_level
= 130.f;
local
140
for(float thresh_level = black_level; thresh_level <
white_level
&& !result; thresh_level += 20.0f)
/cts/apps/CameraITS/pymodules/its/
image.py
250
white_level
= float(props['android.sensor.info.whiteLevel'])
253
img = img.astype(numpy.float32).reshape(h,w) /
white_level
362
white_level
= float(props['android.sensor.info.whiteLevel'])
378
scale =
white_level
/ (
white_level
- max(black_levels))
380
# Three-channel black levels, normalized to [0,1] by
white_level
.
381
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/moto/shamu/camera/QCamera2/stack/common/
cam_intf.h
242
int32_t
white_level
;
member in struct:__anon5389
[
all
...]
/device/huawei/angler/camera/QCamera2/stack/common/
cam_intf.h
263
int32_t
white_level
;
member in struct:__anon3283
[
all
...]
/device/lge/bullhead/camera/QCamera2/stack/common/
cam_intf.h
263
int32_t
white_level
;
member in struct:__anon4194
[
all
...]
/hardware/qcom/camera/QCamera2/stack/common/
cam_intf.h
278
int32_t
white_level
;
member in struct:__anon31796
[
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/moto/shamu/camera/QCamera2/HAL3/
QCamera3HWI.cpp
[
all
...]
/device/huawei/angler/camera/QCamera2/HAL3/
QCamera3HWI.cpp
[
all
...]
/device/lge/bullhead/camera/QCamera2/HAL3/
QCamera3HWI.cpp
[
all
...]
/hardware/qcom/camera/QCamera2/HAL3/
QCamera3HWI.cpp
[
all
...]
Completed in 415 milliseconds