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

  /external/sonivox/arm-fm-22k/lib_src/
eas_math.c 120 EAS_INT nExp;
131 nExp = 31 - (nGain >> 10);
134 if (nExp < 0)
138 nTemp = (EAS_U16)((((nGain & 0x3ff) << 4) | 0x4000) >> nExp);
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_math.c 120 EAS_INT nExp;
131 nExp = 31 - (nGain >> 10);
134 if (nExp < 0)
138 nTemp = (EAS_U16)((((nGain & 0x3ff) << 4) | 0x4000) >> nExp);
  /external/sonivox/arm-wt-22k/lib_src/
eas_math.c 120 EAS_INT nExp;
131 nExp = 31 - (nGain >> 10);
134 if (nExp < 0)
138 nTemp = (EAS_U16)((((nGain & 0x3ff) << 4) | 0x4000) >> nExp);
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXCapture.cpp 671 enqueueShotConfigs.nShotConfig[i].nExp = 0;
676 enqueueShotConfigs.nShotConfig[i].nExp = evValues[confID];
729 enqueueShotConfigs.nShotConfig[0].nExp = 0;
    [all...]
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_TI_IVCommon.h     [all...]

Completed in 75 milliseconds