HomeSort by relevance Sort by last modified time
    Searched refs:xEVCompensation (Results 1 - 8 of 8) sorted by null

  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMX3A.cpp 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);
    [all...]
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMX3A.cpp     [all...]
  /frameworks/native/include/media/openmax/
OMX_IVCommon.h 862 OMX_S32 xEVCompensation; /**< Fixed point value stored as Q16 */
    [all...]
  /hardware/qcom/media/mm-core/inc/
OMX_IVCommon.h 837 OMX_S32 xEVCompensation; /**< Fixed point value stored as Q16 */
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_IVCommon.h 824 OMX_S32 xEVCompensation; /**< Fixed point value stored as Q16 */
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_IVCommon.h 824 OMX_S32 xEVCompensation; /**< Fixed point value stored as Q16 */
    [all...]
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_IVCommon.h 850 OMX_S32 xEVCompensation; /**< Fixed point value stored as Q16 */
    [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_IVCommon.h 824 OMX_S32 xEVCompensation; /**< Fixed point value stored as Q16 */

Completed in 343 milliseconds