OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:min_exposure_compensation
(Results
1 - 1
of
1
) sorted by null
/device/generic/goldfish/camera/
EmulatedCamera.cpp
433
const int
min_exposure_compensation
= new_param.getInt(
local
439
if ((
min_exposure_compensation
!= 0) || (max_exposure_compensation != 0)) {
443
if (new_exposure_compensation <
min_exposure_compensation
) {
444
new_exposure_compensation =
min_exposure_compensation
;
[
all
...]
Completed in 41 milliseconds