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

  /packages/apps/Camera2/src/com/android/camera/ui/motion/
InterpolateUtils.java 46 * @param pMin min value of the projection number space.
51 public static float scale(float v, float vMin, float vMax, float pMin, float pMax) {
52 return (pMax - pMin) * (v - vMin) / (vMax - vMin) + pMin;
  /frameworks/wilhelm/src/itf/
IEqualizer.cpp 124 static SLresult IEqualizer_GetBandLevelRange(SLEqualizerItf self, SLmillibel *pMin,
129 if (NULL == pMin && NULL == pMax) {
134 if (NULL != pMin)
135 *pMin = thiz->mBandLevelRangeMin;
246 SLmilliHertz *pMin, SLmilliHertz *pMax)
250 if (NULL == pMin && NULL == pMax) {
259 if (NULL != pMin)
260 *pMin = thiz->mBands[band].mMin;
275 if (NULL != pMin) {
276 *pMin = range[0]
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_aatritemp.h 179 const GLfloat *pMin = vMin->attrib[VARYING_SLOT_POS];
189 GLfloat x = pMin[0] - (yMin - iy) * dxdy;
200 coverage = compute_coveragef(pMin, pMid, pMax, startX, iy);
235 coverage = compute_coveragef(pMin, pMid, pMax, ix, iy);
248 const GLfloat *pMin = vMin->attrib[VARYING_SLOT_POS];
258 GLfloat x = pMin[0] - (yMin - iy) * dxdy;
274 coverage = compute_coveragef(pMin, pMax, pMid, startX, iy);
298 coverage = compute_coveragef(pMin, pMax, pMid, ix, iy);
  /frameworks/wilhelm/include/OMXAL/
OpenMAXAL.h     [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.util_1.0.500.v20130404-1337.jar 
  /external/deqp/framework/common/
tcuTexLookupVerifier.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
strmif.h     [all...]

Completed in 286 milliseconds