/frameworks/av/include/media/stagefright/foundation/ |
D | ADebug.h | 53 #define LITERAL_TO_STRING_INTERNAL(x) #x argument 54 #define LITERAL_TO_STRING(x) LITERAL_TO_STRING_INTERNAL(x) argument 82 #define CHECK_OP(x,y,suffix,op) \ argument 95 #define CHECK_EQ(x,y) CHECK_OP(x,y,EQ,==) argument 96 #define CHECK_NE(x,y) CHECK_OP(x,y,NE,!=) argument 97 #define CHECK_LE(x,y) CHECK_OP(x,y,LE,<=) argument 98 #define CHECK_LT(x,y) CHECK_OP(x,y,LT,<) argument 99 #define CHECK_GE(x,y) CHECK_OP(x,y,GE,>=) argument 100 #define CHECK_GT(x,y) CHECK_OP(x,y,GT,>) argument
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
D | motion_comp.h | 57 #define CLIP_RESULT(x) if(x & -256){x = 0xFF & (~(x>>31));} argument 58 #define ADD_AND_CLIP1(x) x += (pred_word&0xFF); CLIP_RESULT(x); argument 59 #define ADD_AND_CLIP2(x) x += ((pred_word>>8)&0xFF); CLIP_RESULT(x); argument 60 #define ADD_AND_CLIP3(x) x += ((pred_word>>16)&0xFF); CLIP_RESULT(x); argument 61 #define ADD_AND_CLIP4(x) x += ((pred_word>>24)&0xFF); CLIP_RESULT(x); argument 63 #define ADD_AND_CLIP(x,y) { x9 = ~(x>>8); \ argument
|
/frameworks/base/core/java/android/util/ |
D | Spline.java | 32 public abstract float interpolate(float x); in interpolate() 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() 94 private static boolean isStrictlyIncreasing(float[] x) { in isStrictlyIncreasing() 109 private static boolean isMonotonic(float[] x) { in isMonotonic() 129 public MonotoneCubicSpline(float[] x, float[] y) { in MonotoneCubicSpline() 183 public float interpolate(float x) { in interpolate() 237 public LinearSpline(float[] x, float[] y) { in LinearSpline() 252 public float interpolate(float x) { in interpolate()
|
/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()
|
/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()
|
/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
D | pvamrwb_math_op.h | 119 #define norm_s( x) (normalize_amr_wb( x) - 16) argument 122 #define extract_h( x) (int16)(x>>16) argument 123 #define L_deposit_h( x) (int32)(x<<16) argument
|
D | normalize_amr_wb.h | 73 __inline int16 normalize_amr_wb(int32 x) in normalize_amr_wb() 78 clz y, x; in normalize_amr_wb() local 88 __inline int16 normalize_amr_wb(int32 x) in normalize_amr_wb()
|
/frameworks/rs/driver/runtime/ |
D | rs_f16_math.c | 21 extern half __attribute__((overloadable)) copysign(half x, half y) { in copysign() 31 extern half __attribute__((overloadable)) frexp(half x, int *eptr) { in frexp() 58 extern int __attribute__((overloadable)) ilogb(half x) { in ilogb() 82 extern half __attribute__((overloadable)) modf(half x, half *iptr) { in modf() 117 extern half __attribute__((overloadable)) nextafter(half x, half y) { in nextafter()
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/ |
D | Point.java | 27 public float x; 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/av/media/libstagefright/codecs/mp3dec/src/ |
D | pvmp3_normalize.h | 62 __inline int32 pvmp3_normalize(int32 x) in pvmp3_normalize() 67 clz y, x; in pvmp3_normalize() local 76 __inline int32 pvmp3_normalize(int32 x) in pvmp3_normalize()
|
D | pvmp3_huffman_decoding.cpp | 127 int32 x; in pvmp3_huffman_quad_decoding() local 194 int32 x; in pvmp3_huffman_pair_decoding() local 248 int32 x; in pvmp3_huffman_pair_decoding_linbits() local
|
/frameworks/base/graphics/java/android/graphics/ |
D | PointF.java | 27 public float x; 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()
|
D | Movie.java | 40 private native void nDraw(long nativeCanvas, float x, float y, long paintHandle); in nDraw() 42 public void draw(Canvas canvas, float x, float y, Paint paint) { in draw() 43 nDraw(canvas.getNativeCanvasWrapper(), x, y, in draw() local 47 public void draw(Canvas canvas, float x, float y) { in draw() 48 nDraw(canvas.getNativeCanvasWrapper(), x, y, 0); in draw() local
|
D | Point.java | 29 public int x; field in Point 34 public Point(int x, int y) { in Point() 47 public void set(int x, int y) { in set() 71 public final boolean equals(int x, int y) { in equals()
|
/frameworks/av/tools/resampler_tools/ |
D | fir.cpp | 23 static inline double sinc(double x) { in sinc() 28 static inline double sqr(double x) { in sqr() 32 static inline int64_t toint(double x, int64_t maxval) { in toint() 42 static double I0(double x) { in I0() 259 double x = (2.0 * M_PI * ix * Fcr) / M; in main() local 290 double x = 2.0 * M_PI * Fcr * (i + p); in main() local
|
/frameworks/base/core/java/android/gesture/ |
D | GesturePoint.java | 27 public final float x; field in GesturePoint 32 public GesturePoint(float x, float y, long t) { in GesturePoint() 40 final float x = in.readFloat(); in deserialize() local
|
/frameworks/rs/cpu_ref/ |
D | rsCpuRuntimeMath.cpp | 48 float SC_tgammaf(float x) { in SC_tgammaf() 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() 161 float x, float y, float z) { in rsMatrixLoadScale() 165 float x, float y, float z) { in rsMatrixLoadTranslate() 169 float x, float y, float z) { in rsMatrixRotate() [all …]
|
/frameworks/av/media/libeffects/loudness/common/core/ |
D | math.h | 39 int x = *exp_ptr; in fast_log2() local 57 inline T ExpApproximationViaTaylorExpansionOrder5(T x) { in ExpApproximationViaTaylorExpansionOrder5() 81 inline T round(const T &x) { in round()
|
/frameworks/native/opengl/libagl/ |
D | fp.cpp | 34 GLfloat fixedToFloat(GLfixed x) in fixedToFloat() 56 float sinef(float x) in sinef() 74 float cosinef(float x) in cosinef()
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | m4venc_oscl.h | 37 #define M4VENC_LOG(x) log(x) argument 38 #define M4VENC_SQRT(x) sqrt(x) argument 39 #define M4VENC_POW(x,y) pow(x,y) argument
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
D | omxVCM4P2_MCReconBlock.c | 64 OMX_INT y, x; in armVCM4P2_HalfPelVer() local 106 OMX_INT y, x; in armVCM4P2_HalfPelHor() local 153 OMX_INT y, x; in armVCM4P2_HalfPelVerHor() local 203 OMX_U8 x,y,count,index; in armVCM4P2_MCReconBlock_NoRes() local 245 OMX_U8 x,y; in armVCM4P2_MCReconBlock_Res() local
|
/frameworks/av/media/libstagefright/foundation/ |
D | AString.cpp | 126 size_t x = 0; in hash() local 199 void AString::append(int x) { in append() 206 void AString::append(unsigned x) { in append() 213 void AString::append(long x) { in append() 220 void AString::append(unsigned long x) { in append() 227 void AString::append(long long x) { in append() 234 void AString::append(unsigned long long x) { in append() 241 void AString::append(float x) { in append() 248 void AString::append(double x) { in append() 255 void AString::append(void *x) { in append()
|
/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() 110 ssize_t x = 0; 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; in main() local
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | ViewFilter.java | 96 float x = 0.5f - 0.5f / relativeAR; in getTargetRect() local 100 float x = 0.0f; in getTargetRect() local 107 float x = 0.0f; in getTargetRect() local 111 float x = 0.5f - 0.5f / relativeAR; in getTargetRect() local
|
/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()
|