/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
|
/frameworks/av/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 | 268 private static void checkWidthHeight(int width, int height) { in checkWidthHeight() 474 final int width = src.getWidth(); in createScaledBitmap() local 513 public static Bitmap createBitmap(Bitmap source, int x, int y, int width, int height) { in createBitmap() 540 public static Bitmap createBitmap(Bitmap source, int x, int y, int width, int height, in createBitmap() 632 public static Bitmap createBitmap(int width, int height, Config config) { in createBitmap() 647 public static Bitmap createBitmap(DisplayMetrics display, int width, in createBitmap() 665 private static Bitmap createBitmap(int width, int height, Config config, boolean hasAlpha) { in createBitmap() 684 private static Bitmap createBitmap(DisplayMetrics display, int width, int height, in createBitmap() 724 int width, int height, Config config) { in createBitmap() 749 int offset, int stride, int width, int height, Config config) { in createBitmap() [all …]
|
/frameworks/av/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()
|
/frameworks/base/media/mca/filterfw/native/core/ |
D | gl_frame.cpp | 56 bool GLFrame::Init(int width, int height) { in Init() 65 bool GLFrame::InitWithTexture(GLint texture_id, int width, int height) { in InitWithTexture() 72 bool GLFrame::InitWithFbo(GLint fbo_id, int width, int height) { in InitWithFbo() 87 void GLFrame::InitDimensions(int width, int height) { in InitDimensions() 187 bool GLFrame::SetViewport(int x, int y, int width, int height) { in SetViewport()
|
/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 116 uint8_t* vRows, int rowIndex, int width, int height) { in deinterleave() 158 int width = cinfo->image_width; in compress() local 191 uint8_t* vRows, int rowIndex, int width, int height) { in deinterleave() 220 int format, int width, int height, jintArray offsets, in YuvImage_compressToJpeg()
|
D | Bitmap.cpp | 32 static void FromColor_D32(void* dst, const SkColor src[], int width, in FromColor_D32() argument 41 static void FromColor_D565(void* dst, const SkColor src[], int width, in FromColor_D565() 53 static void FromColor_D4444(void* dst, const SkColor src[], int width, in FromColor_D4444() 82 int x, int y, int width, int height, in SetPixels() 116 static void ToColor_S32_Alpha(SkColor dst[], const void* src, int width, in ToColor_S32_Alpha() 125 static void ToColor_S32_Opaque(SkColor dst[], const void* src, int width, in ToColor_S32_Opaque() 136 static void ToColor_S4444_Alpha(SkColor dst[], const void* src, int width, in ToColor_S4444_Alpha() 145 static void ToColor_S4444_Opaque(SkColor dst[], const void* src, int width, in ToColor_S4444_Opaque() 156 static void ToColor_S565(SkColor dst[], const void* src, int width, in ToColor_S565() 167 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/libs/hwui/ |
D | ShapeCache.cpp | 32 PathTexture* RoundRectShapeCache::getRoundRect(float width, float height, in getRoundRect() 79 PathTexture* OvalShapeCache::getOval(float width, float height, SkPaint* paint) { in getOval() 103 PathTexture* RectShapeCache::getRect(float width, float height, SkPaint* paint) { in getRect() 144 PathTexture* ArcShapeCache::getArc(float width, float height, in getArc()
|
D | PathCache.cpp | 30 float& left, float& top, float& offset, uint32_t& width, uint32_t& height) { in computePathBounds() 36 float& left, float& top, float& offset, uint32_t& width, uint32_t& height) { in computeBounds() 100 uint32_t width, height; in get() local
|
/frameworks/base/core/java/android/webkit/ |
D | ViewManager.java | 42 int width; field in ViewManager.ChildView 49 void setBounds(int x, int y, int width, int height) { in setBounds() 56 void attachView(int x, int y, int width, int height) { in attachView() 122 int width = mWebView.contentToViewDimension(v.width); in requestLayout() local
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | GetBitmapActivity.java | 81 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { in onSurfaceTextureAvailable() 94 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { in onSurfaceTextureSizeChanged()
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/ |
D | MediaPropertiesTest.java | 74 int videoProfile, int videoLevel, int width, int height, int audioCodecType, in validateVideoProperties() 121 int width, int height, MediaImageItem mii) in validateImageProperties() 149 final int width = 854; in testPropertiesMPEG4854_480() local 181 final int width = 800; in testPropertiesMPEGWVGA() local 212 final int width = 720; in testPropertiesMPEGNTSC() local 243 final int width = 640; in testPropertiesMPEGVGA() local 274 final int width = 176; in testPropertiesMPEGQCIF() local 305 final int width = 176; in testPropertiesH263QCIF() local 335 final int width = 640; in testPropertiesH264VGA() local 365 final int width = 720; in testPropertiesH264NTSC() local [all …]
|
/frameworks/av/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/tests/RenderScriptTests/SurfaceTexture/src/com/example/android/rs/sto/ |
D | CameraCapture.java | 59 public synchronized void beginCapture(int cameraId, int width, int height, in beginCapture() 121 private void openCamera(int width, int height) { in openCamera() 138 private Camera.Parameters calcCameraParameters(int width, int height) { in calcCameraParameters() 157 private int[] findClosestSize(int width, int height, Camera.Parameters parameters) { in findClosestSize()
|
/frameworks/base/core/java/android/view/ |
D | HardwareLayer.java | 59 HardwareLayer(int width, int height, boolean isOpaque) { in HardwareLayer() 140 abstract boolean resize(int width, int height); in resize() 186 void update(int width, int height, boolean isOpaque) { in update()
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
D | GLFrame.java | 127 int width = getFormat().getWidth(); in initWithTexture() local 137 int width = getFormat().getWidth(); in initWithFbo() local 276 public void setViewport(int x, int y, int width, int height) { in setViewport() 364 private native boolean nativeAllocate(GLEnvironment env, int width, int height); in nativeAllocate() 368 int width, in nativeAllocateWithTexture() 373 int width, in nativeAllocateWithFbo() 396 private native boolean setNativeViewport(int x, int y, int width, int height); in setNativeViewport()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | IconMerger.java | 57 int width = getMeasuredWidth(); in onMeasure() local 67 private void checkOverflow(int width) { in checkOverflow()
|
/frameworks/av/libvideoeditor/lvpp/ |
D | PreviewRenderer.cpp | 30 const sp<Surface> &surface, size_t width, size_t height) { in CreatePreviewRenderer() 44 size_t width, size_t height) in PreviewRenderer()
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/format/ |
D | ImageFormat.java | 36 public static MutableFrameFormat create(int width, in create() 51 public static MutableFrameFormat create(int width, in create()
|