HomeSort by relevance Sort by last modified time
    Searched refs:xEVCompensation (Results 1 - 6 of 6) 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...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_include/khronos/
OMX_IVCommon.h 824 OMX_S32 xEVCompensation; /**< Fixed point value stored as Q16 */
  /frameworks/native/include/media/openmax/
OMX_IVCommon.h 851 OMX_S32 xEVCompensation; /**< Fixed point value stored as Q16 */
    [all...]
  /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/omap4xxx/domx/omx_core/inc/
OMX_IVCommon.h 824 OMX_S32 xEVCompensation; /**< Fixed point value stored as Q16 */

Completed in 51 milliseconds