Home | History | Annotate | Download | only in OMXCameraAdapter

Lines Matching refs:xEVCompensation

979     CAMHAL_LOGDB("old EV Compensation for OMX = 0x%x", (int)expValues.xEVCompensation);
982 expValues.xEVCompensation = ( Gen3A.EVCompensation * ( 1 << Q16_OFFSET ) ) / 10;
986 CAMHAL_LOGDB("new EV Compensation for OMX = 0x%x", (int)expValues.xEVCompensation);
990 ( unsigned int ) expValues.xEVCompensation,
996 ( unsigned int ) expValues.xEVCompensation);
1026 Gen3A.EVCompensation = (10 * expValues.xEVCompensation) / (1 << Q16_OFFSET);