Home
last modified time | relevance | path

Searched defs:y (Results 1 – 25 of 794) sorted by relevance

12345678910>>...32

/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
DADebug.h68 #define CHECK_OP(x,y,suffix,op) \ argument
83 #define CHECK_EQ(x,y) CHECK_OP(x,y,EQ,==) argument
84 #define CHECK_NE(x,y) CHECK_OP(x,y,NE,!=) argument
85 #define CHECK_LE(x,y) CHECK_OP(x,y,LE,<=) argument
86 #define CHECK_LT(x,y) CHECK_OP(x,y,LT,<) argument
87 #define CHECK_GE(x,y) CHECK_OP(x,y,GE,>=) argument
88 #define CHECK_GT(x,y) CHECK_OP(x,y,GT,>) argument
108 #define CHECK_EQ_DBG(x,y) argument
109 #define CHECK_NE_DBG(x,y) argument
110 #define CHECK_LE_DBG(x,y) argument
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/
DClassifierTest.java80 protected MotionEvent appendDownEvent(float x, float y) { in appendDownEvent()
84 protected MotionEvent appendDownEvent(float x, float y, long eventTime) { in appendDownEvent()
88 protected MotionEvent appendMoveEvent(float x, float y) { in appendMoveEvent()
92 protected MotionEvent appendMoveEvent(float x, float y, long eventTime) { in appendMoveEvent()
97 protected MotionEvent appendUpEvent(float x, float y) { in appendUpEvent()
101 protected MotionEvent appendUpEvent(float x, float y, long eventTime) { in appendUpEvent()
105 private MotionEvent appendMotionEvent(int actionType, float x, float y) { in appendMotionEvent()
112 private MotionEvent appendMotionEvent(int actionType, float x, float y, long eventTime) { in appendMotionEvent()
/frameworks/base/rs/java/android/renderscript/
DMatrix3f.java68 public float get(int x, int y) { in get()
78 public void set(int x, int y, float v) { in set()
117 public void loadRotate(float rot, float x, float y, float z) { in loadRotate()
171 public void loadScale(float x, float y) { in loadScale()
184 public void loadScale(float x, float y, float z) { in loadScale()
198 public void loadTranslate(float x, float y) { in loadTranslate()
248 public void rotate(float rot, float x, float y, float z) { in rotate()
273 public void scale(float x, float y) { in scale()
287 public void scale(float x, float y, float z) { in scale()
300 public void translate(float x, float y) { in translate()
DMatrix2f.java68 public float get(int x, int y) { in get()
78 public void set(int x, int y, float v) { in set()
124 public void loadScale(float x, float y) { in loadScale()
179 public void scale(float x, float y) { in scale()
/frameworks/rs/support/java/src/androidx/renderscript/
DMatrix3f.java71 public float get(int x, int y) { in get()
81 public void set(int x, int y, float v) { in set()
120 public void loadRotate(float rot, float x, float y, float z) { in loadRotate()
174 public void loadScale(float x, float y) { in loadScale()
187 public void loadScale(float x, float y, float z) { in loadScale()
201 public void loadTranslate(float x, float y) { in loadTranslate()
251 public void rotate(float rot, float x, float y, float z) { in rotate()
276 public void scale(float x, float y) { in scale()
290 public void scale(float x, float y, float z) { in scale()
303 public void translate(float x, float y) { in translate()
DMatrix2f.java71 public float get(int x, int y) { in get()
81 public void set(int x, int y, float v) { in set()
127 public void loadScale(float x, float y) { in loadScale()
182 public void scale(float x, float y) { in scale()
/frameworks/av/media/codecs/amrwb/dec/src/
Dnormalize_amr_wb.h75 int32 y; in normalize_amr_wb() local
78 clz y, x; in normalize_amr_wb() local
90 register int32 y; in normalize_amr_wb() local
/frameworks/av/media/codecs/mp3dec/src/
Dpvmp3_normalize.h64 int32 y; in pvmp3_normalize() local
67 clz y, x; in pvmp3_normalize() local
78 register int32 y; in pvmp3_normalize() local
Dpvmp3_huffman_decoding.cpp128 int32 y; in pvmp3_huffman_quad_decoding() local
195 int32 y; in pvmp3_huffman_pair_decoding() local
249 int32 y; in pvmp3_huffman_pair_decoding_linbits() local
/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
DPoint.java30 public float y; field in Point
37 public Point(float x, float y) { in Point()
42 public void set(float x, float y) { in set()
52 public Point plus(float x, float y) { in plus()
60 public Point minus(float x, float y) { in minus()
72 public Point mult(float x, float y) { in mult()
/frameworks/base/services/core/java/com/android/server/wm/
DTaskTapPointerEventListener.java52 private void restorePointerIcon(int x, int y) { in restorePointerIcon()
67 final int y; in onPointerEvent() local
87 final int y = (int) motionEvent.getY(); in onPointerEvent() local
127 final int y = (int) motionEvent.getY(); in onPointerEvent() local
/frameworks/base/core/java/android/gesture/
DGesturePoint.java28 public final float y; field in GesturePoint
32 public GesturePoint(float x, float y, long t) { in GesturePoint()
41 final float y = in.readFloat(); in deserialize() local
/frameworks/av/media/libstagefright/colorconversion/
DSoftwareRenderer.cpp311 for (int y = 0; y < mCropHeight; ++y) { in render() local
318 for (int y = 0; y < (mCropHeight + 1) / 2; ++y) { in render() local
335 for (int y = 0; y < mCropHeight; ++y) { in render() local
344 for (int y = 0; y < (mCropHeight + 1) / 2; ++y) { in render() local
367 for (int y = 0; y < mCropHeight; ++y) { in render() local
374 for (int y = 0; y < (mCropHeight + 1) / 2; ++y) { in render() local
389 for (size_t y = 0; y < (size_t)mCropHeight; ++y) { in render() local
397 for (size_t y = 0; y < (size_t)mCropHeight; ++y) { in render() local
412 for (size_t y = 0; y < (size_t)mCropHeight; ++y) { in render() local
/frameworks/base/graphics/java/android/graphics/
DPointF.java28 public float y; field in PointF
32 public PointF(float x, float y) { in PointF()
57 public final void set(float x, float y) { in set()
83 public final boolean equals(float x, float y) { in equals()
122 public static float length(float x, float y) { in length()
DMovie.java49 private native void nDraw(long nativeCanvas, float x, float y, long paintHandle); in nDraw()
51 public void draw(Canvas canvas, float x, float y, Paint paint) { in draw()
52 nDraw(canvas.getNativeCanvasWrapper(), x, y, in draw() local
56 public void draw(Canvas canvas, float x, float y) { in draw()
57 nDraw(canvas.getNativeCanvasWrapper(), x, y, 0); in draw() local
DPoint.java29 public int y; field in Point
33 public Point(int x, int y) { in Point()
46 public void set(int x, int y) { in set()
70 public final boolean equals(int x, int y) { in equals()
/frameworks/base/core/java/com/android/internal/graphics/palette/
DContrast.java32 public static float lighterY(float y, float contrast) { in lighterY()
49 public static float darkerY(float y, float contrast) { in darkerY()
80 public static float yToLstar(float y) { in yToLstar()
/frameworks/av/media/codecs/m4v_h263/enc/src/
Dbitstream_io.h21 #define BitstreamPut1Bits(x,y) BitstreamPutBits(x,1,y) argument
22 #define BitstreamPutGT8Bits(x,y,z) BitstreamPutBits(x,y,z) argument
/frameworks/rs/cpu_ref/
DrsCpuRuntimeMath.cpp55 static void SC_MatrixLoadRotate(Matrix4x4 *m, float rot, float x, float y, float z) { in SC_MatrixLoadRotate()
58 static void SC_MatrixLoadScale(Matrix4x4 *m, float x, float y, float z) { in SC_MatrixLoadScale()
61 static void SC_MatrixLoadTranslate(Matrix4x4 *m, float x, float y, float z) { in SC_MatrixLoadTranslate()
64 static void SC_MatrixRotate(Matrix4x4 *m, float rot, float x, float y, float z) { in SC_MatrixRotate()
67 static void SC_MatrixScale(Matrix4x4 *m, float x, float y, float z) { in SC_MatrixScale()
70 static void SC_MatrixTranslate(Matrix4x4 *m, float x, float y, float z) { in SC_MatrixTranslate()
158 float x, float y, float z) { in rsMatrixLoadScale()
162 float x, float y, float z) { in rsMatrixLoadTranslate()
166 float x, float y, float z) { in rsMatrixRotate()
170 float y, float z) { in rsMatrixScale()
[all …]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DViewFilter.java97 float y = 0.0f; in getTargetRect() local
101 float y = 0.5f - 0.5f * relativeAR; in getTargetRect() local
108 float y = 0.5f - 0.5f * relativeAR; in getTargetRect() local
112 float y = 0.0f; in getTargetRect() local
/frameworks/native/services/surfaceflinger/tests/utils/
DScreenshotUtils.h151 void checkPixel(uint32_t x, uint32_t y, uint8_t r, uint8_t g, uint8_t b) { in checkPixel()
163 Color getPixelColor(uint32_t x, uint32_t y) { in getPixelColor()
172 void expectFGColor(uint32_t x, uint32_t y) { checkPixel(x, y, 195, 63, 63); } in expectFGColor()
174 void expectBGColor(uint32_t x, uint32_t y) { checkPixel(x, y, 63, 63, 195); } in expectBGColor()
176 void expectChildColor(uint32_t x, uint32_t y) { checkPixel(x, y, 200, 200, 200); } in expectChildColor()
/frameworks/base/core/java/android/util/
DSpline.java40 public static Spline createSpline(float[] x, float[] y) { in createSpline()
71 public static Spline createMonotoneCubicSpline(float[] x, float[] y) { in createMonotoneCubicSpline()
90 public static Spline createLinearSpline(float[] x, float[] y) { in createLinearSpline()
129 public MonotoneCubicSpline(float[] x, float[] y) { in MonotoneCubicSpline()
237 public LinearSpline(float[] x, float[] y) { in LinearSpline()
/frameworks/base/media/mca/filterpacks/native/base/
Dvec_types.h91 T dot(const Vec<T,dim> &x, const Vec<T,dim> &y) { in dot()
127 Vec(float x, float y) { in Vec()
142 Vec(float x, float y, float z) { in Vec()
158 Vec(float x, float y, float z, float w) { in Vec()
/frameworks/base/media/mca/filterfw/native/core/
Dgeometry.h31 Point(float x, float y) : x_(x), y_(y) {} in Point()
34 float y() const { return y_; } in y() function
72 float x, y, width, height; member
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
DGLCanvas.java54 public abstract void translate(float x, float y, float z); in translate()
56 public abstract void translate(float x, float y); in translate()
60 public abstract void rotate(float angle, float x, float y, float z); in rotate()
90 public abstract void fillRect(float x, float y, float width, float height, int color); in fillRect()
94 BasicTexture texture, int x, int y, int width, int height); in drawTexture()
96 public abstract void drawMesh(BasicTexture tex, int x, int y, int xyBuffer, in drawMesh()
104 int x, int y, int w, int h); in drawTexture()
110 float ratio, int x, int y, int w, int h); in drawMixed()
214 public abstract void getBounds(Rect bounds, int x, int y, int width, int height); in getBounds()

12345678910>>...32