Searched refs:xEVCompensation (Results 1 – 9 of 9) sorted by relevance
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()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()832 Gen3A.EVCompensation = (10 * expValues.xEVCompensation) / (1 << Q16_OFFSET); in getEVCompensation()
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()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()1026 Gen3A.EVCompensation = (10 * expValues.xEVCompensation) / (1 << Q16_OFFSET); in getEVCompensation()
824 OMX_S32 xEVCompensation; /**< Fixed point value stored as Q16 */ member
850 OMX_S32 xEVCompensation; /**< Fixed point value stored as Q16 */ member
837 OMX_S32 xEVCompensation; /**< Fixed point value stored as Q16 */ member