/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 | 75 int height = texture.getHeight(); in loadTexture() local 117 public ETC1Texture(int width, int height, ByteBuffer data) { in ETC1Texture() 154 int height = 0; in createTexture() local 192 …public static ETC1Texture compressTexture(Buffer input, int width, int height, int pixelSize, int … in compressTexture() 211 int height = texture.getHeight(); in writeTexture() local
|
D | Texture.java | 33 private int width, height, bpp; field in Texture 90 int width, int height, in loadTexture()
|
/frameworks/base/core/java/android/view/ |
D | HardwareLayer.java | 56 HardwareLayer(int width, int height, boolean isOpaque) { in HardwareLayer() 103 abstract void resize(int width, int height); in resize() 149 void update(int width, int height, boolean isOpaque) { in update()
|
D | GLES20RenderLayer.java | 33 GLES20RenderLayer(int width, int height, boolean isOpaque) { in GLES20RenderLayer() 56 void resize(int width, int height) { in resize()
|
D | GLES20Layer.java | 32 GLES20Layer(int width, int height, boolean opaque) { in GLES20Layer() 51 void update(int width, int height, boolean isOpaque) { in update()
|
D | GLES20TextureLayer.java | 50 void resize(int width, int height) { in resize() 75 void update(int width, int height, boolean isOpaque) { in update()
|
/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() 125 PathTexture* ArcShapeCache::getArc(float width, float height, in getArc()
|
D | LayerRenderer.cpp | 40 const float height = mLayer->layer.getHeight(); in prepareDirty() local 140 const float height = mLayer->layer.getHeight(); in generateMesh() local 176 Layer* LayerRenderer::createLayer(uint32_t width, uint32_t height, bool isOpaque) { in createLayer() 238 bool LayerRenderer::resizeLayer(Layer* layer, uint32_t width, uint32_t height) { in resizeLayer() 277 void LayerRenderer::updateTextureLayer(Layer* layer, uint32_t width, uint32_t height, in updateTextureLayer()
|
/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 | 42 int height; 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() 123 int height = mWebView.contentToViewDimension(v.height); 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()
|
D | TextureViewActivity.java | 74 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { in onSurfaceTextureAvailable() 90 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { in onSurfaceTextureSizeChanged()
|
D | CanvasTextureViewActivity.java | 50 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { in onSurfaceTextureAvailable() 56 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() 151 final int height = MediaProperties.HEIGHT_480; in testPropertiesMPEG4854_480() local 184 final int height = MediaProperties.HEIGHT_480; in testPropertiesMPEGWVGA() local 216 final int height = MediaProperties.HEIGHT_480; in testPropertiesMPEGNTSC() local 248 final int height = MediaProperties.HEIGHT_480; in testPropertiesMPEGVGA() local 280 final int height = MediaProperties.HEIGHT_144; in testPropertiesMPEGQCIF() local 312 final int height = MediaProperties.HEIGHT_144; in testPropertiesH263QCIF() local 343 final int height = MediaProperties.HEIGHT_480; in testPropertiesH264VGA() local 374 final int height = MediaProperties.HEIGHT_480; in testPropertiesH264NTSC() local [all …]
|
/frameworks/base/core/jni/android/graphics/ |
D | YuvToJpegEncoder.cpp | 25 int height, int* offsets, int jpegQuality) { in encode() 51 int width, int height, int quality) { in setJpegCompressStruct() 83 int height = cinfo->image_height; in compress() local 156 int height = cinfo->image_height; 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()
|
/frameworks/base/graphics/java/android/graphics/ |
D | YuvImage.java | 79 public YuvImage(byte[] yuv, int format, int width, int height, int[] strides) { in YuvImage() 216 int height = rect.height(); in adjustRectangle() local 238 int format, int width, int height, int[] offsets, int[] strides, in nativeCompressToJpeg()
|
D | Bitmap.java | 238 private static void checkWidthHeight(int width, int height) { in checkWidthHeight() 433 final int height = src.getHeight(); in createScaledBitmap() local 470 public static Bitmap createBitmap(Bitmap source, int x, int y, int width, int height) { in createBitmap() 492 public static Bitmap createBitmap(Bitmap source, int x, int y, int width, int height, in createBitmap() 584 public static Bitmap createBitmap(int width, int height, Config config) { in createBitmap() 601 private static Bitmap createBitmap(int width, int height, Config config, boolean hasAlpha) { in createBitmap() 634 int width, int height, Config config) { in createBitmap() 668 public static Bitmap createBitmap(int colors[], int width, int height, Config config) { in createBitmap() 918 int x, int y, int width, int height) { in getPixels() 956 private void checkPixelsAccess(int x, int y, int width, int height, in checkPixelsAccess() [all …]
|
/frameworks/media/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/libstagefright/codecs/on2/h264dec/source/ |
D | h264bsd_reconstruct.c | 114 u32 height, in h264bsdInterpolateChromaHor() 210 u32 height, in h264bsdInterpolateChromaVer() 306 u32 height, in h264bsdInterpolateChromaHorVer() 426 u32 xFrac, yFrac, width, height, chromaPartWidth, chromaPartHeight; in PredictChroma() local 495 u32 height, in h264bsdInterpolateVerHalf() 613 u32 height, in h264bsdInterpolateVerQuarter() 747 u32 height, in h264bsdInterpolateHorHalf() 870 u32 height, in h264bsdInterpolateHorQuarter() 1008 u32 height, in h264bsdInterpolateHorVerQuarter() 1214 u32 height, in h264bsdInterpolateMidHalf() [all …]
|
/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/opengl/tests/gl_perfapp/src/com/android/glperf/ |
D | GLPerfLib.java | 31 public static native void init(int width, int height); in init()
|
/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/graphics/java/android/renderscript/ |
D | RSTextureView.java | 68 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { in onSurfaceTextureAvailable() 78 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { in onSurfaceTextureSizeChanged()
|
/frameworks/support/v4/java/android/support/v4/widget/ |
D | EdgeEffectCompat.java | 45 public void setSize(Object edgeEffect, int width, int height); in setSize() 62 public void setSize(Object edgeEffect, int width, int height) { in setSize() 94 public void setSize(Object edgeEffect, int width, int height) { in setSize() 141 public void setSize(int width, int height) { in setSize()
|