Searched refs:xEVCompensation (Results 1 - 6 of 6) sorted by relevance

/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMX3A.cpp785 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);
/hardware/qcom/media/mm-core/inc/
H A DOMX_IVCommon.h824 OMX_S32 xEVCompensation; /**< Fixed point value stored as Q16 */ member in struct:OMX_CONFIG_EXPOSUREVALUETYPE
/hardware/qcom/media/mm-core/omxcore/inc/
H A DOMX_IVCommon.h824 OMX_S32 xEVCompensation; /**< Fixed point value stored as Q16 */ member in struct:OMX_CONFIG_EXPOSUREVALUETYPE
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
H A DOMX_IVCommon.h824 OMX_S32 xEVCompensation; /**< Fixed point value stored as Q16 */ member in struct:OMX_CONFIG_EXPOSUREVALUETYPE
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_IVCommon.h824 OMX_S32 xEVCompensation; /**< Fixed point value stored as Q16 */ member in struct:OMX_CONFIG_EXPOSUREVALUETYPE
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_IVCommon.h824 OMX_S32 xEVCompensation; /**< Fixed point value stored as Q16 */ member in struct:OMX_CONFIG_EXPOSUREVALUETYPE

Completed in 183 milliseconds