HomeSort by relevance Sort by last modified time
    Searched full:max_scale (Results 1 - 12 of 12) sorted by null

  /external/speex/libspeex/
filters_arm4.h 36 int normalize16(const spx_sig_t *x, spx_word16_t *y, spx_sig_t max_scale, int len)
66 while (max_val>max_scale)
filters.h 47 int normalize16(const spx_sig_t *x, spx_word16_t *y, spx_sig_t max_scale, int len);
filters_bfin.h 36 int normalize16(const spx_sig_t *x, spx_word16_t *y, spx_sig_t max_scale, int len)
57 while (max_val>max_scale)
filters.c 269 int normalize16(const spx_sig_t *x, spx_word16_t *y, spx_sig_t max_scale, int len)
285 while (max_val>max_scale)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
BeanBag.java 106 static float MAX_SCALE = 1f;
110 static int MAX_RADIUS = (int)(576 * MAX_SCALE);
199 final float scale = lerp(MIN_SCALE,MAX_SCALE,z);
  /frameworks/base/services/java/com/android/server/display/
OverlayDisplayWindow.java 53 private final float MAX_SCALE = 1.0f;
225 scale = Math.max(MIN_SCALE, Math.min(MAX_SCALE, scale));
  /frameworks/opt/photoviewer/src/com/android/ex/photo/
Intents.java 38 public static final String EXTRA_MAX_INITIAL_SCALE = "max_scale";
  /external/webkit/Source/WebKit/efl/ewk/
ewk_view.cpp 133 float max_scale; member in struct:_Ewk_View_Private_Data::__anon18006::__anon18007
629 priv->settings.zoom_range.max_scale = ZOOM_MAX;
    [all...]
ewk_view.h 529 EAPI void ewk_view_viewport_attributes_get(Evas_Object *o, float* w, float* h, float* init_scale, float* max_scale, float* min_scale, float* device_pixel_ratio , Eina_Bool* user_scalable);
530 EAPI Eina_Bool ewk_view_zoom_range_set(Evas_Object* o, float min_scale, float max_scale);
  /frameworks/base/services/java/com/android/server/accessibility/
ScreenMagnifier.java 493 private static final float MAX_SCALE = 5.0f;
517 MIN_SCALE), MAX_SCALE);
559 final float normalizedNewScale = Math.min(Math.max(newScale, MIN_SCALE), MAX_SCALE);
    [all...]
  /external/webkit/Source/WebCore/css/
CSSParser.cpp 98 static const double MAX_SCALE = 1000000;
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java     [all...]

Completed in 271 milliseconds