Searched refs:SCALE (Results 1 – 9 of 9) sorted by relevance
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/ |
D | wb_vad_c.h | 31 #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 */
|
/frameworks/native/services/surfaceflinger/ |
D | Transform.cpp | 148 H.mType = (FLIP_H << 8) | SCALE; in set() 156 V.mType = (FLIP_V << 8) | SCALE; in set() 285 mType ^= SCALE; in type() 287 mType ^= SCALE; in type() 289 mType |= SCALE; in type() 373 if (!(mType&(SCALE|ROTATE|TRANSLATE))) in dump() 375 if (mType&SCALE) in dump()
|
D | Transform.h | 58 SCALE = 0x4, enumerator
|
D | DisplayDevice.cpp | 481 (type >= Transform::SCALE)); in setProjection()
|
D | Layer.cpp | 949 (type >= Transform::SCALE)); in doTransaction()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | DessertCaseView.java | 114 public static final float SCALE = 0.25f; // natural display size will be SCALE*mCellSize field in DessertCaseView 252 setScaleX(SCALE); in onSizeChanged() 253 setScaleY(SCALE); in onSizeChanged() 254 setTranslationX(0.5f * (mWidth - mCellSize * mColumns) * SCALE); in onSizeChanged() 255 setTranslationY(0.5f * (mHeight - mCellSize * mRows) * SCALE); in onSizeChanged() 523 final int w2 = (int) (w / mView.SCALE / 2); 524 final int h2 = (int) (h / mView.SCALE / 2);
|
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/ |
D | SceneGraphRS.java | 167 mRobot1.setTransform(2, new Float4(0.2f, 0.2f, 0.2f, 0.0f), TransformType.SCALE); in initTransformHierarchy() 171 mRobot2.setTransform(2, new Float4(0.3f, 0.3f, 0.3f, 0.0f), TransformType.SCALE); in initTransformHierarchy()
|
D | SgTransform.java | 34 SCALE(3); enumConstant
|
/frameworks/base/docs/html/training/custom-views/ |
D | making-interactive.jd | 166 … mScroller.fling(currentX, currentY, velocityX / SCALE, velocityY / SCALE, minX, minY, maxX, maxY);
|