/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/support/v8/renderscript/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/rs/java/android/renderscript/ |
D | Matrix3f.java | 64 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()
|
D | Matrix2f.java | 64 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()
|
D | Matrix4f.java | 66 public float get(int x, int y) { in get() 76 public void set(int x, int y, float v) { in set() 151 public void loadRotate(float rot, float x, float y, float z) { in loadRotate() 196 public void loadScale(float x, float y, float z) { in loadScale() 211 public void loadTranslate(float x, float y, float z) { in loadTranslate() 370 public void rotate(float rot, float x, float y, float z) { in rotate() 384 public void scale(float x, float y, float z) { in scale() 398 public void translate(float x, float y, float z) { in translate()
|
/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/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 | 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/rs/cpu_ref/ |
D | rsCpuRuntimeMath.cpp | 58 static void SC_MatrixLoadRotate(Matrix4x4 *m, float rot, float x, float y, float z) { in SC_MatrixLoadRotate() 61 static void SC_MatrixLoadScale(Matrix4x4 *m, float x, float y, float z) { in SC_MatrixLoadScale() 64 static void SC_MatrixLoadTranslate(Matrix4x4 *m, float x, float y, float z) { in SC_MatrixLoadTranslate() 67 static void SC_MatrixRotate(Matrix4x4 *m, float rot, float x, float y, float z) { in SC_MatrixRotate() 70 static void SC_MatrixScale(Matrix4x4 *m, float x, float y, float z) { in SC_MatrixScale() 73 static void SC_MatrixTranslate(Matrix4x4 *m, float x, float y, float z) { in SC_MatrixTranslate() 166 float rot, float x, float y, float z) { in rsMatrixLoadRotate() 170 float x, float y, float z) { in rsMatrixLoadScale() 174 float x, float y, float z) { in rsMatrixLoadTranslate() 178 float x, float y, float z) { in rsMatrixRotate() [all …]
|
/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/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/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/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | ViewFilter.java | 97 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/av/media/libstagefright/colorconversion/ |
D | SoftwareRenderer.cpp | 36 static int ALIGN(int x, int y) { in ALIGN() 223 for (int y = 0; y < mCropHeight; ++y) { in render() local 230 for (int y = 0; y < (mCropHeight + 1) / 2; ++y) { in render() local 256 for (int y = 0; y < mCropHeight; ++y) { in render() local 263 for (int y = 0; y < (mCropHeight + 1) / 2; ++y) { in render() local
|
/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/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/core/java/android/util/ |
D | Spline.java | 40 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/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/ |
D | GLCanvas.java | 54 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/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()
|
/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
|