Home | History | Annotate | Download | only in OMXCameraAdapter

Lines Matching refs:xEVCompensation

785     CAMHAL_LOGDB("old EV Compensation for OMX = 0x%x", (int)expValues.xEVCompensation);
788 expValues.xEVCompensation = ( Gen3A.EVCompensation * ( 1 << Q16_OFFSET ) ) / 10;
792 CAMHAL_LOGDB("new EV Compensation for OMX = 0x%x", (int)expValues.xEVCompensation);
796 ( unsigned int ) expValues.xEVCompensation,
802 ( unsigned int ) expValues.xEVCompensation);
832 Gen3A.EVCompensation = (10 * expValues.xEVCompensation) / (1 << Q16_OFFSET);