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