Home
last modified time | relevance | path

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

12345678910>>...30

/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/brightline/
DClassifierTest.java77 MotionEvent appendDownEvent(float x, float y) { in appendDownEvent()
81 MotionEvent appendDownEvent(float x, float y, long eventTime) { in appendDownEvent()
85 MotionEvent appendMoveEvent(float x, float y) { in appendMoveEvent()
89 MotionEvent appendMoveEvent(float x, float y, long eventTime) { in appendMoveEvent()
94 MotionEvent appendUpEvent(float x, float y) { in appendUpEvent()
98 MotionEvent appendUpEvent(float x, float y, long eventTime) { in appendUpEvent()
102 private MotionEvent appendMotionEvent(int actionType, float x, float y) { in appendMotionEvent()
109 private MotionEvent appendMotionEvent(int actionType, float x, float y, long eventTime) { in appendMotionEvent()
/frameworks/base/rs/java/android/renderscript/
DMatrix3f.java64 public float get(int x, int y) { in get()
74 public void set(int x, int y, float v) { in set()
113 public void loadRotate(float rot, float x, float y, float z) { in loadRotate()
167 public void loadScale(float x, float y) { in loadScale()
180 public void loadScale(float x, float y, float z) { in loadScale()
194 public void loadTranslate(float x, float y) { in loadTranslate()
244 public void rotate(float rot, float x, float y, float z) { in rotate()
269 public void scale(float x, float y) { in scale()
283 public void scale(float x, float y, float z) { in scale()
296 public void translate(float x, float y) { in translate()
DMatrix2f.java64 public float get(int x, int y) { in get()
74 public void set(int x, int y, float v) { in set()
120 public void loadScale(float x, float y) { in loadScale()
175 public void scale(float x, float y) { in scale()
/frameworks/rs/support/java/src/androidx/renderscript/
DMatrix3f.java67 public float get(int x, int y) { in get()
77 public void set(int x, int y, float v) { in set()
116 public void loadRotate(float rot, float x, float y, float z) { in loadRotate()
170 public void loadScale(float x, float y) { in loadScale()
183 public void loadScale(float x, float y, float z) { in loadScale()
197 public void loadTranslate(float x, float y) { in loadTranslate()
247 public void rotate(float rot, float x, float y, float z) { in rotate()
272 public void scale(float x, float y) { in scale()
286 public void scale(float x, float y, float z) { in scale()
299 public void translate(float x, float y) { in translate()
DMatrix2f.java67 public float get(int x, int y) { in get()
77 public void set(int x, int y, float v) { in set()
123 public void loadScale(float x, float y) { in loadScale()
178 public void scale(float x, float y) { in scale()
/frameworks/av/media/libstagefright/codecs/amrwb/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/libstagefright/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/graphics/java/android/graphics/
DPointF.java28 public float y; field in PointF
32 public PointF(float x, float y) { in PointF()
45 public final void set(float x, float y) { in set()
71 public final boolean equals(float x, float y) { in equals()
110 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.java33 public int y; field in Point
37 public Point(int x, int y) { in Point()
50 public void set(int x, int y) { in set()
74 public final boolean equals(int x, int y) { in equals()
/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/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/ml/nn/common/include/
DUtils.h131 #define NN_RET_CHECK_EQ(x, y) NN_RET_CHECK_OP(x, y, ==) argument
132 #define NN_RET_CHECK_NE(x, y) NN_RET_CHECK_OP(x, y, !=) argument
133 #define NN_RET_CHECK_LE(x, y) NN_RET_CHECK_OP(x, y, <=) argument
134 #define NN_RET_CHECK_LT(x, y) NN_RET_CHECK_OP(x, y, <) argument
135 #define NN_RET_CHECK_GE(x, y) NN_RET_CHECK_OP(x, y, >=) argument
136 #define NN_RET_CHECK_GT(x, y) NN_RET_CHECK_OP(x, y, >) argument
/frameworks/base/services/core/java/com/android/server/wm/
DTaskTapPointerEventListener.java56 final int y = (int) motionEvent.getY(); in onPointerEvent() local
69 final int y = (int) motionEvent.getY(); in onPointerEvent() local
105 final int y = (int) motionEvent.getY(); in onPointerEvent() local
/frameworks/av/media/libstagefright/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/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()
DHalf.java399 public static int compare(@HalfFloat short x, @HalfFloat short y) { in compare()
600 public static @HalfFloat short min(@HalfFloat short x, @HalfFloat short y) { in min()
617 public static @HalfFloat short max(@HalfFloat short x, @HalfFloat short y) { in max()
631 public static boolean less(@HalfFloat short x, @HalfFloat short y) { in less()
645 public static boolean lessEquals(@HalfFloat short x, @HalfFloat short y) { in lessEquals()
659 public static boolean greater(@HalfFloat short x, @HalfFloat short y) { in greater()
673 public static boolean greaterEquals(@HalfFloat short x, @HalfFloat short y) { in greaterEquals()
687 public static boolean equals(@HalfFloat short x, @HalfFloat short y) { in equals()
/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/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()
/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

12345678910>>...30