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

/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMX3A.cpp769 OMX_CONFIG_EXPOSUREVALUETYPE expValues; local
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
813 OMX_CONFIG_EXPOSUREVALUETYPE expValues; local
1184 OMX_CONFIG_EXPOSUREVALUETYPE expValues; local
1234 OMX_CONFIG_EXPOSUREVALUETYPE expValues; local
[all...]
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMX3A.cpp963 OMX_CONFIG_EXPOSUREVALUETYPE expValues; local
973 OMX_INIT_STRUCT_PTR (&expValues, OMX_CONFIG_EXPOSUREVALUETYPE);
974 expValues.nPortIndex = mCameraAdapterParameters.mPrevPortIndex;
978 &expValues);
979 CAMHAL_LOGDB("old EV Compensation for OMX = 0x%x", (int)expValues.xEVCompensation);
982 expValues.xEVCompensation = ( Gen3A.EVCompensation * ( 1 << Q16_OFFSET ) ) / 10;
985 &expValues);
986 CAMHAL_LOGDB("new EV Compensation for OMX = 0x%x", (int)expValues.xEVCompensation);
990 ( unsigned int ) expValues.xEVCompensation,
996 ( unsigned int ) expValues
1007 OMX_CONFIG_EXPOSUREVALUETYPE expValues; local
1366 OMX_CONFIG_EXPOSUREVALUETYPE expValues; local
1436 OMX_CONFIG_EXPOSUREVALUETYPE expValues; local
[all...]

Completed in 22 milliseconds