Searched defs:SCALE (Results 1 - 4 of 4) sorted by last modified time

/frameworks/native/services/surfaceflinger/
H A DTransform.h58 SCALE = 0x4, enumerator in enum:android::Transform::type_mask
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
H A DSgTransform.java34 SCALE(3); enum constant in enum:TransformType
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDessertCaseView.java114 public static final float SCALE = 0.25f; // natural display size will be SCALE*mCellSize field in class:DessertCaseView
252 setScaleX(SCALE);
253 setScaleY(SCALE);
254 setTranslationX(0.5f * (mWidth - mCellSize * mColumns) * SCALE);
255 setTranslationY(0.5f * (mHeight - mCellSize * mRows) * SCALE);
523 final int w2 = (int) (w / mView.SCALE / 2);
524 final int h2 = (int) (h / mView.SCALE / 2);
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
H A Dwb_vad_c.h31 #define SCALE 128 /* (UNITY*UNITY)/512 */ macro
57 #define THR_MIN (Word16)(1.6*SCALE) /* Minimum threshold */
58 #define THR_HIGH (Word16)(6*SCALE) /* Highest threshold */
59 #define THR_LOW (Word16)(1.7*SCALE) /* Lowest threshold */
64 #define SP_CH_MIN (Word16)(-0.75*SCALE)
65 #define SP_CH_MAX (Word16)(0.75*SCALE)
74 #define HANG_P2 (Word16)(4*SCALE) /* threshold for shortest hangover */

Completed in 134 milliseconds