Home
last modified time | relevance | path

Searched defs:height (Results 1 – 25 of 381) sorted by relevance

12345678910>>...16

/frameworks/base/opengl/java/android/opengl/
DETC1.java86 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()
DETC1Util.java75 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
DTexture.java33 private int width, height, bpp; field in Texture
90 int width, int height, in loadTexture()
/frameworks/base/core/java/android/view/
DHardwareLayer.java56 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()
DGLES20RenderLayer.java33 GLES20RenderLayer(int width, int height, boolean isOpaque) { in GLES20RenderLayer()
56 void resize(int width, int height) { in resize()
DGLES20Layer.java32 GLES20Layer(int width, int height, boolean opaque) { in GLES20Layer()
51 void update(int width, int height, boolean isOpaque) { in update()
DGLES20TextureLayer.java50 void resize(int width, int height) { in resize()
75 void update(int width, int height, boolean isOpaque) { in update()
/frameworks/base/libs/hwui/
DShapeCache.cpp32 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()
DLayerRenderer.cpp40 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/
DShape.java64 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/
DViewManager.java42 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/
DGetBitmapActivity.java81 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { in onSurfaceTextureAvailable()
94 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { in onSurfaceTextureSizeChanged()
DTextureViewActivity.java74 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { in onSurfaceTextureAvailable()
90 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { in onSurfaceTextureSizeChanged()
DCanvasTextureViewActivity.java50 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/
DMediaPropertiesTest.java74 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/
DYuvToJpegEncoder.cpp25 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/
DYuvImage.java79 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()
DBitmap.java238 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/
DPreviewRenderer.cpp30 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/
Dh264bsd_reconstruct.c114 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/
DGLDualLib.java31 public static native void init(int width, int height); in init()
/frameworks/base/opengl/tests/gl_perfapp/src/com/android/glperf/
DGLPerfLib.java31 public static native void init(int width, int height); in init()
/frameworks/base/opengl/tests/gl2_jni/src/com/android/gl2jni/
DGL2JNILib.java31 public static native void init(int width, int height); in init()
/frameworks/base/graphics/java/android/renderscript/
DRSTextureView.java68 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/
DEdgeEffectCompat.java45 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()

12345678910>>...16