Home
last modified time | relevance | path

Searched refs:expValues (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
DOMX3A.cpp769 OMX_CONFIG_EXPOSUREVALUETYPE expValues; in setEVCompensation() local
779 OMX_INIT_STRUCT_PTR (&expValues, OMX_CONFIG_EXPOSUREVALUETYPE); in setEVCompensation()
780 expValues.nPortIndex = mCameraAdapterParameters.mPrevPortIndex; in setEVCompensation()
784 &expValues); in setEVCompensation()
785 CAMHAL_LOGDB("old EV Compensation for OMX = 0x%x", (int)expValues.xEVCompensation); in setEVCompensation()
788 expValues.xEVCompensation = ( Gen3A.EVCompensation * ( 1 << Q16_OFFSET ) ) / 10; in setEVCompensation()
791 &expValues); in setEVCompensation()
792 CAMHAL_LOGDB("new EV Compensation for OMX = 0x%x", (int)expValues.xEVCompensation); in setEVCompensation()
796 ( unsigned int ) expValues.xEVCompensation, in setEVCompensation()
802 ( unsigned int ) expValues.xEVCompensation); in setEVCompensation()
[all …]
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
DOMX3A.cpp963 OMX_CONFIG_EXPOSUREVALUETYPE expValues; in setEVCompensation() local
973 OMX_INIT_STRUCT_PTR (&expValues, OMX_CONFIG_EXPOSUREVALUETYPE); in setEVCompensation()
974 expValues.nPortIndex = mCameraAdapterParameters.mPrevPortIndex; in setEVCompensation()
978 &expValues); in setEVCompensation()
979 CAMHAL_LOGDB("old EV Compensation for OMX = 0x%x", (int)expValues.xEVCompensation); in setEVCompensation()
982 expValues.xEVCompensation = ( Gen3A.EVCompensation * ( 1 << Q16_OFFSET ) ) / 10; in setEVCompensation()
985 &expValues); in setEVCompensation()
986 CAMHAL_LOGDB("new EV Compensation for OMX = 0x%x", (int)expValues.xEVCompensation); in setEVCompensation()
990 ( unsigned int ) expValues.xEVCompensation, in setEVCompensation()
996 ( unsigned int ) expValues.xEVCompensation); in setEVCompensation()
[all …]