/frameworks/av/include/media/stagefright/foundation/ |
D | ADebug.h | 58 #define CHECK_OP(x,y,suffix,op) \ argument 71 #define CHECK_EQ(x,y) CHECK_OP(x,y,EQ,==) argument 72 #define CHECK_NE(x,y) CHECK_OP(x,y,NE,!=) argument 73 #define CHECK_LE(x,y) CHECK_OP(x,y,LE,<=) argument 74 #define CHECK_LT(x,y) CHECK_OP(x,y,LT,<) argument 75 #define CHECK_GE(x,y) CHECK_OP(x,y,GE,>=) argument 76 #define CHECK_GT(x,y) CHECK_OP(x,y,GT,>) argument
|
/frameworks/compile/libbcc/tests/data/src/ |
D | film.c | 3 int test(int x, int y) { in test() 8 int test2(int x, int y) { in test2() 16 int test3(int x, int y) { in test3() 21 int test4(int x, int y) { in test4() 31 int x,y; in main() local
|
/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
D | normalize_amr_wb.h | 75 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/ |
D | pvmp3_normalize.h | 64 int32 y; in pvmp3_normalize() local 67 clz y, x; in pvmp3_normalize() local 78 register int32 y; in pvmp3_normalize() local
|
D | pvmp3_huffman_decoding.cpp | 128 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/graphics/java/android/renderscript/ |
D | Matrix3f.java | 67 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()
|
D | Matrix2f.java | 67 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/support/renderscript/v8/java/src/android/support/v8/renderscript/ |
D | Matrix3f.java | 67 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()
|
D | Matrix2f.java | 67 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/base/media/mca/filterfw/java/android/filterfw/geometry/ |
D | Point.java | 28 public float y; field in Point 33 public Point(float x, float y) { in Point() 38 public void set(float x, float y) { in set() 48 public Point plus(float x, float y) { in plus() 56 public Point minus(float x, float y) { in minus() 68 public Point mult(float x, float y) { in mult()
|
/frameworks/base/graphics/java/android/graphics/ |
D | RadialGradient.java | 31 public RadialGradient(float x, float y, float radius, in RadialGradient() 55 public RadialGradient(float x, float y, float radius, in RadialGradient() 65 private static native int nativeCreate1(float x, float y, float radius, in nativeCreate1() 67 private static native int nativeCreate2(float x, float y, float radius, in nativeCreate2() 70 private static native int nativePostCreate1(int native_shader, float x, float y, float radius, in nativePostCreate1() 72 private static native int nativePostCreate2(int native_shader, float x, float y, float radius, in nativePostCreate2()
|
D | PointF.java | 29 public float y; field in PointF 33 public PointF(float x, float y) { in PointF() 46 public final void set(float x, float y) { in set() 72 public final boolean equals(float x, float y) { in equals() 111 public static float length(float x, float y) { in length()
|
D | Point.java | 28 public int y; field in Point 32 public Point(int x, int y) { in Point() 45 public void set(int x, int y) { in set() 69 public final boolean equals(int x, int y) { in equals()
|
/frameworks/base/core/java/android/gesture/ |
D | GesturePoint.java | 28 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/native/include/ui/ |
D | Point.h | 29 int y; variable 37 inline Point(int x, int y) : x(x), y(y) { in Point()
|
/frameworks/av/media/libstagefright/colorconversion/ |
D | SoftwareRenderer.cpp | 135 static int ALIGN(int x, int y) { in ALIGN() 178 for (int y = 0; y < mCropHeight; ++y) { in render() local 185 for (int y = 0; y < (mCropHeight + 1) / 2; ++y) { in render() local 211 for (int y = 0; y < mCropHeight; ++y) { in render() local 218 for (int y = 0; y < (mCropHeight + 1) / 2; ++y) { in render() local
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | bitstream_io.h | 21 #define BitstreamPut1Bits(x,y) BitstreamPutBits(x,1,y) argument 22 #define BitstreamPutGT8Bits(x,y,z) BitstreamPutBits(x,y,z) argument
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
D | omxVCM4P2_MCReconBlock.c | 49 OMX_INT y, x; in armVCM4P2_HalfPelVer() local 91 OMX_INT y, x; in armVCM4P2_HalfPelHor() local 138 OMX_INT y, x; in armVCM4P2_HalfPelVerHor() local 188 OMX_U8 x,y,count,index; in armVCM4P2_MCReconBlock_NoRes() local 230 OMX_U8 x,y; in armVCM4P2_MCReconBlock_Res() local
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | RadialGradient_Delegate.java | 57 /*package*/ static int nativeCreate1(float x, float y, float radius, in nativeCreate1() 65 /*package*/ static int nativeCreate2(float x, float y, float radius, in nativeCreate2() 72 /*package*/ static int nativePostCreate1(int native_shader, float x, float y, float radius, in nativePostCreate1() 79 /*package*/ static int nativePostCreate2(int native_shader, float x, float y, float radius, in nativePostCreate2() 101 private RadialGradient_Delegate(float x, float y, float radius, int colors[], float positions[], in RadialGradient_Delegate() 113 public RadialGradientPaint(float x, float y, float radius, in RadialGradientPaint() 176 public java.awt.image.Raster getRaster(int x, int y, int w, int h) { in getRaster()
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/ |
D | Float4Param.java | 51 public Float4Param(String name, float x, float y) { in Float4Param() 56 public Float4Param(String name, float x, float y, float z) { in Float4Param() 61 public Float4Param(String name, float x, float y, float z, float w) { in Float4Param() 66 void set(float x, float y, float z, float w) { in set()
|
/frameworks/base/tests/touchlag/ |
D | touchlag.cpp | 54 void drawTwoPixels(Buffer* buf, uint32_t pixel, ssize_t x, ssize_t y, size_t w) { in drawTwoPixels() 67 void drawHLine(Buffer* buf, uint32_t pixel, ssize_t x, ssize_t y, size_t w) { in drawHLine() 84 void drawRect(Buffer* buf, uint32_t pixel, ssize_t x, ssize_t y, size_t w, size_t h) { in drawRect() 111 ssize_t y = radius; in drawCircle() local 166 int x, y, down; member in TouchEvents::EventThread 181 int getMostRecentPosition(int* x, int* y) { in getMostRecentPosition() 191 int x, y; member 254 int x=0, y=0, down=0; in main() local
|
/frameworks/base/media/mca/filterfw/native/core/ |
D | geometry.h | 31 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/media/mca/filterpacks/native/base/ |
D | vec_types.h | 91 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()
|
D | geometry.h | 31 Point(float x, float y) : x_(x), y_(y) {} in Point() 34 float y() const { return y_; } in y() function 89 float x, y, width, height; member
|
/frameworks/support/renderscript/v8/rs_support/driver/ |
D | rsdRuntimeMath.cpp | 166 static void SC_MatrixLoadRotate(Matrix4x4 *m, float rot, float x, float y, float z) { in SC_MatrixLoadRotate() 169 static void SC_MatrixLoadScale(Matrix4x4 *m, float x, float y, float z) { in SC_MatrixLoadScale() 172 static void SC_MatrixLoadTranslate(Matrix4x4 *m, float x, float y, float z) { in SC_MatrixLoadTranslate() 175 static void SC_MatrixRotate(Matrix4x4 *m, float rot, float x, float y, float z) { in SC_MatrixRotate() 178 static void SC_MatrixScale(Matrix4x4 *m, float x, float y, float z) { in SC_MatrixScale() 181 static void SC_MatrixTranslate(Matrix4x4 *m, float x, float y, float z) { in SC_MatrixTranslate() 401 float atan2(float y, float x) { in atan2() 417 float copysign(float x, float y) { in copysign() 457 float fdim(float x, float y) { in fdim() 465 float fma(float x, float y, float z) { in fma() [all …]
|