/frameworks/base/opengl/java/android/opengl/ |
D | ETC1.java | 86 public static native int getEncodedDataSize(int width, int height); in getEncodedDataSize() 97 public static native void encodeImage(Buffer in, int width, int height, in encodeImage() 110 int width, int height, int pixelSize, int stride); in decodeImage() 118 public static native void formatHeader(Buffer header, int width, int height); in formatHeader()
|
D | ETC1Util.java | 74 int width = texture.getWidth(); in loadTexture() local 117 public ETC1Texture(int width, int height, ByteBuffer data) { in ETC1Texture() 153 int width = 0; in createTexture() local 192 …public static ETC1Texture compressTexture(Buffer input, int width, int height, int pixelSize, int … in compressTexture() 210 int width = texture.getWidth(); in writeTexture() local
|
D | Texture.java | 33 private int width, height, bpp; field in Texture 90 int width, int height, in loadTexture()
|
/frameworks/base/media/libstagefright/codecs/aacenc/src/ |
D | bit_cnt.c | 43 const Word16 width, in count1_2_3_4_5_6_7_8_9_10_11() 119 const Word16 width, in count3_4_5_6_7_8_9_10_11() 193 const Word16 width, in count5_6_7_8_9_10_11() 250 const Word16 width, in count7_8_9_10_11() 298 const Word16 width, in count9_10_11() 346 const Word16 width, in count11() 387 const Word16 width, in countEsc() 470 const Word16 width, in bitCount() 495 Word16 codeValues(Word16 *values, Word16 width, Word16 codeBook, HANDLE_BIT_BUF hBitstream) in codeValues()
|
/frameworks/base/graphics/java/android/graphics/ |
D | YuvImage.java | 79 public YuvImage(byte[] yuv, int format, int width, int height, int[] strides) { in YuvImage() 199 private int[] calculateStrides(int width, int format) { in calculateStrides() 215 int width = rect.width(); in adjustRectangle() local 238 int format, int width, int height, int[] offsets, int[] strides, in nativeCompressToJpeg()
|
D | Bitmap.java | 205 private static void checkWidthHeight(int width, int height) { in checkWidthHeight() 344 final int width = src.getWidth(); in createScaledBitmap() local 382 public static Bitmap createBitmap(Bitmap source, int x, int y, int width, int height) { in createBitmap() 404 public static Bitmap createBitmap(Bitmap source, int x, int y, int width, int height, in createBitmap() 476 public static Bitmap createBitmap(int width, int height, Config config) { in createBitmap() 501 int width, int height, Config config) { in createBitmap() 532 public static Bitmap createBitmap(int colors[], int width, int height, Config config) { in createBitmap() 775 int x, int y, int width, int height) { in getPixels() 813 private void checkPixelsAccess(int x, int y, int width, int height, in checkPixelsAccess() 884 int x, int y, int width, int height) { in setPixels() [all …]
|
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/ |
D | mb_utils.cpp | 25 void PutSKIPPED_MB(uint8 *comp, uint8 *prev, int width) in PutSKIPPED_MB() 86 void PutSKIPPED_B(uint8 *comp, uint8 *prev, int width) in PutSKIPPED_B()
|
D | block_idct.cpp | 231 int width, width_uv; in MBlockIDCT() local 251 MacroBlock *mblock, PIXEL *c_comp, int comp, int width) in BlockIDCT_intra() 323 void Copy_Blk_to_Vop(uint8 *dst, uint8 *pred, int width) in Copy_Blk_to_Vop() 352 int width, /* width of dst */ in BlockIDCT() 510 int16 *blk, uint8 *pred, uint8 *dst, int width in idctrow() 621 int16 *blk, PIXEL *comp, int width in idctrow_intra()
|
D | get_pred_adv_b_add.cpp | 85 int width, /* i */ in GetPredAdvancedBy0x0() 185 int width, /* i */ in GetPredAdvancedBy0x1() 514 int width, /* i */ in GetPredAdvancedBy1x0() 861 int width, /* i */ in GetPredAdvancedBy1x1()
|
D | idct_vca.cpp | 40 void idctrow1(int16 *blk, uint8 *pred, uint8 *dst, int width) in idctrow1() 97 void idctrow2(int16 *blk, uint8 *pred, uint8 *dst, int width) in idctrow2() 185 void idctrow3(int16 *blk, uint8 *pred, uint8 *dst, int width) in idctrow3() 294 void idctrow4(int16 *blk, uint8 *pred, uint8 *dst, int width) in idctrow4() 419 void idctrow1_intra(int16 *blk, PIXEL *comp, int width) in idctrow1_intra() 448 void idctrow2_intra(int16 *blk, PIXEL *comp, int width) in idctrow2_intra() 505 void idctrow3_intra(int16 *blk, PIXEL *comp, int width) in idctrow3_intra() 578 void idctrow4_intra(int16 *blk, PIXEL *comp, int width) in idctrow4_intra()
|
D | idct.cpp | 122 int *blk, uint8 *comp, int width in idct_intra() 345 int *blk, uint8 *pred, uint8 *dst, int width) in idct()
|
/frameworks/base/core/jni/android/graphics/ |
D | YuvToJpegEncoder.cpp | 24 bool YuvToJpegEncoder::encode(SkWStream* stream, void* inYuv, int width, in encode() 51 int width, int height, int quality) { in setJpegCompressStruct() 82 int width = cinfo->image_width; in compress() local 115 uint8_t* vRows, int rowIndex, int width) { in deinterleave() 155 int width = cinfo->image_width; in compress() local 187 uint8_t* vRows, int rowIndex, int width, int height) { in deinterleave() 214 int format, int width, int height, jintArray offsets, in YuvImage_compressToJpeg()
|
D | Bitmap.cpp | 28 static void FromColor_D32(void* dst, const SkColor src[], int width, in FromColor_D32() argument 37 static void FromColor_D565(void* dst, const SkColor src[], int width, in FromColor_D565() 49 static void FromColor_D4444(void* dst, const SkColor src[], int width, in FromColor_D4444() 78 int x, int y, int width, int height, in SetPixels() 110 static void ToColor_S32_Alpha(SkColor dst[], const void* src, int width, in ToColor_S32_Alpha() 119 static void ToColor_S32_Opaque(SkColor dst[], const void* src, int width, in ToColor_S32_Opaque() 130 static void ToColor_S4444_Alpha(SkColor dst[], const void* src, int width, in ToColor_S4444_Alpha() 139 static void ToColor_S4444_Opaque(SkColor dst[], const void* src, int width, in ToColor_S4444_Opaque() 150 static void ToColor_S565(SkColor dst[], const void* src, int width, in ToColor_S565() 161 static void ToColor_SI8_Alpha(SkColor dst[], const void* src, int width, in ToColor_SI8_Alpha() [all …]
|
/frameworks/base/graphics/java/android/graphics/drawable/shapes/ |
D | Shape.java | 64 public final void resize(float width, float height) { in resize() 94 protected void onResize(float width, float height) {} in onResize()
|
/frameworks/base/core/java/android/webkit/ |
D | ViewManager.java | 41 int width; field in ViewManager.ChildView 48 void setBounds(int x, int y, int width, int height) { in setBounds() 55 void attachView(int x, int y, int width, int height) { in attachView() 122 int width = mWebView.contentToViewDimension(v.width); in requestLayout() local
|
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | dct.cpp | 38 Void BlockDCT_AANwSub(Short *out, UChar *cur, UChar *pred, Int width) in BlockDCT_AANwSub() 267 Void Block4x4DCT_AANwSub(Short *out, UChar *cur, UChar *pred, Int width) in Block4x4DCT_AANwSub() 473 Void Block2x2DCT_AANwSub(Short *out, UChar *cur, UChar *pred, Int width) in Block2x2DCT_AANwSub() 652 Void BlockDCT_AANIntra(Short *out, UChar *cur, UChar *dummy2, Int width) in BlockDCT_AANIntra() 863 Void Block4x4DCT_AANIntra(Short *out, UChar *cur, UChar *dummy2, Int width) in Block4x4DCT_AANIntra() 1050 Void Block2x2DCT_AANIntra(Short *out, UChar *cur, UChar *dummy2, Int width) in Block2x2DCT_AANIntra() 1210 void Block1x1DCTwSub(Short *out, UChar *cur, UChar *pred, Int width) in Block1x1DCTwSub() 1247 void Block1x1DCTIntra(Short *out, UChar *cur, UChar *dummy2, Int width) in Block1x1DCTIntra()
|
/frameworks/base/media/libstagefright/codecs/avc/dec/src/ |
D | itrans.cpp | 89 void itrans(int16 *block, uint8 *pred, uint8 *cur, int width) in itrans() 169 void ictrans(int16 *block, uint8 *pred, uint8 *cur, int width) in ictrans() 285 void copy_block(uint8 *pred, uint8 *cur, int width, int pred_pitch) in copy_block()
|
/frameworks/base/opengl/tests/gl2_jni/src/com/android/gl2jni/ |
D | GL2JNILib.java | 31 public static native void init(int width, int height); in init()
|
/frameworks/base/opengl/tests/gldual/src/com/android/gldual/ |
D | GLDualLib.java | 31 public static native void init(int width, int height); in init()
|
/frameworks/base/core/java/android/gesture/ |
D | Gesture.java | 142 public Path toPath(int width, int height, int edge, int numSample) { in toPath() 146 public Path toPath(Path path, int width, int height, int edge, int numSample) { in toPath() 185 public Bitmap toBitmap(int width, int height, int edge, int numSample, int color) { in toBitmap() 220 public Bitmap toBitmap(int width, int height, int inset, int color) { in toBitmap()
|
/frameworks/base/core/java/android/service/urlrenderer/ |
D | IUrlRendererService.aidl | 25 void render(in List<String> urls, int width, int height, in render()
|
/frameworks/base/opengl/tests/gl_jni/src/com/android/gljni/ |
D | GLJNILib.java | 31 public static native void init(int width, int height); in init()
|
/frameworks/base/core/jni/ |
D | android_text_AndroidCharacter.cpp | 106 int width = u_getIntPropertyValue(input, UCHAR_EAST_ASIAN_WIDTH); in getEastAsianWidth() local 137 int width = u_getIntPropertyValue(c, UCHAR_EAST_ASIAN_WIDTH); in getEastAsianWidths() local 145 int width = u_getIntPropertyValue(c, UCHAR_EAST_ASIAN_WIDTH); in getEastAsianWidths() local
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL11Ext.java | 50 float width, in glDrawTexfOES() 67 int width, in glDrawTexiOES() 84 short width, in glDrawTexsOES() 101 int width, in glDrawTexxOES()
|
/frameworks/base/core/java/android/service/wallpaper/ |
D | IWallpaperEngine.aidl | 25 void setDesiredSize(int width, int height); in setDesiredSize()
|