Lines Matching defs:expValues

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);
813 OMX_CONFIG_EXPOSUREVALUETYPE expValues;
822 OMX_INIT_STRUCT_PTR (&expValues, OMX_CONFIG_EXPOSUREVALUETYPE);
823 expValues.nPortIndex = mCameraAdapterParameters.mPrevPortIndex;
827 &expValues);
832 Gen3A.EVCompensation = (10 * expValues.xEVCompensation) / (1 << Q16_OFFSET);
1184 OMX_CONFIG_EXPOSUREVALUETYPE expValues;
1194 OMX_INIT_STRUCT_PTR (&expValues, OMX_CONFIG_EXPOSUREVALUETYPE);
1195 expValues.nPortIndex = mCameraAdapterParameters.mPrevPortIndex;
1199 &expValues);
1203 expValues.bAutoSensitivity = OMX_TRUE;
1207 expValues.bAutoSensitivity = OMX_FALSE;
1208 expValues.nSensitivity = Gen3A.ISO;
1213 &expValues);
1217 ( unsigned int ) expValues.nSensitivity,
1223 ( unsigned int ) expValues.nSensitivity);
1234 OMX_CONFIG_EXPOSUREVALUETYPE expValues;
1243 OMX_INIT_STRUCT_PTR (&expValues, OMX_CONFIG_EXPOSUREVALUETYPE);
1244 expValues.nPortIndex = mCameraAdapterParameters.mPrevPortIndex;
1248 &expValues);
1253 Gen3A.ISO = expValues.nSensitivity;