OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expValues
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMX3A.cpp
769
OMX_CONFIG_EXPOSUREVALUETYPE
expValues
;
779
OMX_INIT_STRUCT_PTR (&
expValues
, OMX_CONFIG_EXPOSUREVALUETYPE);
780
expValues
.nPortIndex = mCameraAdapterParameters.mPrevPortIndex;
784
&
expValues
);
785
CAMHAL_LOGDB("old EV Compensation for OMX = 0x%x", (int)
expValues
.xEVCompensation);
788
expValues
.xEVCompensation = ( Gen3A.EVCompensation * ( 1 << Q16_OFFSET ) ) / 10;
791
&
expValues
);
792
CAMHAL_LOGDB("new EV Compensation for OMX = 0x%x", (int)
expValues
.xEVCompensation);
796
( unsigned int )
expValues
.xEVCompensation,
802
( unsigned int )
expValues
.xEVCompensation)
[
all
...]
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMX3A.cpp
[
all
...]
Completed in 449 milliseconds