Searched defs:factor (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DImageFilterShadows.java44 native protected void nativeApplyFilter(Bitmap bitmap, int w, int h, float factor); argument
/packages/apps/Camera/jni/feature_stab/src/dbreg/
H A Ddbstabsmooth.h80 * Set the smoothing factor for the stab-smoother.
81 * \param factor the factor value to set
83 inline void setSmoothingFactor(float factor) { f_smoothFactor = factor; } argument
90 * Set the zoom factor value.
95 * Set the minimum damping factor value.
96 * \param factor the value to set to
98 inline void setminDampingFactor(float factor) { f_minDampingFactor = factor; } argument
[all...]
H A Ddbstabsmooth.cpp25 static bool vpmotion_multiply(VP_MOTION *in1, double factor, VP_MOTION *out);
237 //! Overloaded smoother function that takes in user-specidied smoothing factor
239 db_StabilizationSmoother::smoothMotion1(VP_MOTION *inmot, VP_MOTION *outmot, VP_MOTION *motLF, VP_MOTION *imotLF, double factor) argument
248 MXX(*motLF) = (VP_PAR) (factor*(double) MXX(*motLF) + (1.0-factor)* (double) MXX(*inmot));
249 MXY(*motLF) = (VP_PAR) (factor*(double) MXY(*motLF) + (1.0-factor)* (double) MXY(*inmot));
250 MXZ(*motLF) = (VP_PAR) (factor*(double) MXZ(*motLF) + (1.0-factor)* (double) MXZ(*inmot));
251 MXW(*motLF) = (VP_PAR) (factor*(doubl
319 vpmotion_multiply(VP_MOTION *in1, double factor, VP_MOTION *out) argument
[all...]
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
H A Ddbstabsmooth.h80 * Set the smoothing factor for the stab-smoother.
81 * \param factor the factor value to set
83 inline void setSmoothingFactor(float factor) { f_smoothFactor = factor; } argument
90 * Set the zoom factor value.
95 * Set the minimum damping factor value.
96 * \param factor the value to set to
98 inline void setminDampingFactor(float factor) { f_minDampingFactor = factor; } argument
[all...]
H A Ddbstabsmooth.cpp25 static bool vpmotion_multiply(VP_MOTION *in1, double factor, VP_MOTION *out);
237 //! Overloaded smoother function that takes in user-specidied smoothing factor
239 db_StabilizationSmoother::smoothMotion1(VP_MOTION *inmot, VP_MOTION *outmot, VP_MOTION *motLF, VP_MOTION *imotLF, double factor) argument
248 MXX(*motLF) = (VP_PAR) (factor*(double) MXX(*motLF) + (1.0-factor)* (double) MXX(*inmot));
249 MXY(*motLF) = (VP_PAR) (factor*(double) MXY(*motLF) + (1.0-factor)* (double) MXY(*inmot));
250 MXZ(*motLF) = (VP_PAR) (factor*(double) MXZ(*motLF) + (1.0-factor)* (double) MXZ(*inmot));
251 MXW(*motLF) = (VP_PAR) (factor*(doubl
319 vpmotion_multiply(VP_MOTION *in1, double factor, VP_MOTION *out) argument
[all...]
/packages/apps/Dialer/src/com/android/dialer/list/
H A DSwipeHelper.java124 public void setChildSwipedFarEnoughFactor(float factor) { argument
125 mChildSwipedFarEnoughFactor = factor;
128 public void setChildSwipedFastEnoughFactor(float factor) { argument
129 mChildSwipedFastEnoughFactor = factor;

Completed in 216 milliseconds