Home
last modified time | relevance | path

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

12345678910>>...19

/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
DSizeAdaptiveLayoutTest.java83 int height = (int) lp.minHeight + 10; in testOpenLarge() local
100 int height = (int) lp.minHeight; in testOpenSmall() local
117 int height = (int) lp.minHeight - 10; in testOpenTooSmall() local
136 int height = (int) (lp.minHeight + 10); in testOpenTooBig() local
153 int height = (int) lp.minHeight + 10; in testOpenWrapContent() local
169 int height = (int) lp.minHeight - 10; in testOpenOneUOnlySmall() local
185 int height = (int) lp.maxHeight + 10; in testOpenOneUOnlyLarge() local
201 int height = (int) lp.minHeight; in testOpenOneUOnlyJustRight() local
217 int height = (int) lp.minHeight - 10; in testOpenFourUOnlySmall() local
233 int height = (int) lp.maxHeight + 10; in testOpenFourUOnlyLarge() local
[all …]
/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
/frameworks/base/media/mca/filterfw/native/core/
Dgl_frame.cpp56 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/
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
116 uint8_t* vRows, int rowIndex, int width, int height) { in deinterleave()
159 int height = cinfo->image_height; 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()
/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/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()
144 PathTexture* ArcShapeCache::getArc(float width, float height, in getArc()
DLayerRenderer.cpp42 void LayerRenderer::setViewport(int width, int height) { in setViewport()
53 const float height = mLayer->layer.getHeight(); in prepareDirty() local
162 const float height = mLayer->layer.getHeight(); in generateMesh() local
197 Layer* LayerRenderer::createLayer(uint32_t width, uint32_t height, bool isOpaque) { in createLayer()
255 bool LayerRenderer::resizeLayer(Layer* layer, uint32_t width, uint32_t height) { in resizeLayer()
293 void LayerRenderer::updateTextureLayer(Layer* layer, uint32_t width, uint32_t height, in updateTextureLayer()
DPathCache.cpp30 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/
DViewManager.java43 int height; 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()
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.java101 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { in onSurfaceTextureAvailable()
147 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()
150 final int height = MediaProperties.HEIGHT_480; in testPropertiesMPEG4854_480() local
182 final int height = MediaProperties.HEIGHT_480; in testPropertiesMPEGWVGA() local
213 final int height = MediaProperties.HEIGHT_480; in testPropertiesMPEGNTSC() local
244 final int height = MediaProperties.HEIGHT_480; in testPropertiesMPEGVGA() local
275 final int height = MediaProperties.HEIGHT_144; in testPropertiesMPEGQCIF() local
306 final int height = MediaProperties.HEIGHT_144; in testPropertiesH263QCIF() local
336 final int height = MediaProperties.HEIGHT_480; in testPropertiesH264VGA() local
366 final int height = MediaProperties.HEIGHT_480; in testPropertiesH264NTSC() local
[all …]
/frameworks/base/graphics/java/android/graphics/
DBitmap.java268 private static void checkWidthHeight(int width, int height) { in checkWidthHeight()
475 final int height = src.getHeight(); 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()
648 int height, Config config) { 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 …]
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()
/frameworks/base/tests/RenderScriptTests/SurfaceTexture/src/com/example/android/rs/sto/
DCameraCapture.java59 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/
DHardwareLayer.java59 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()
DGLES20RenderLayer.java34 GLES20RenderLayer(int width, int height, boolean isOpaque) { in GLES20RenderLayer()
57 boolean resize(int width, int height) { in resize()
DGLES20TextureLayer.java51 boolean resize(int width, int height) { in resize()
85 void update(int width, int height, boolean isOpaque) { in update()
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DGLFrame.java128 int height = getFormat().getHeight(); in initWithTexture() local
138 int height = getFormat().getHeight(); 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()
369 int height); in nativeAllocateWithTexture()
374 int height); in nativeAllocateWithFbo()
396 private native boolean setNativeViewport(int x, int y, int width, int height); in setNativeViewport()
/frameworks/av/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()
DDummyVideoSource.cpp34 uint32_t width, uint32_t height, in Create()
45 uint32_t width, uint32_t height, in DummyVideoSource()
/frameworks/base/media/mca/filterfw/java/android/filterfw/format/
DImageFormat.java37 int height, in create()
52 int height, in create()
/frameworks/av/media/libstagefright/rtsp/
DAPacketSource.cpp108 const char *params, int32_t *width, int32_t *height) { in MakeAVCCodecSpecificData()
338 const sp<ABuffer> &config, int32_t *width, int32_t *height) { in ExtractDimensionsMPEG4Config()
365 const char *params, int32_t *width, int32_t *height) { in MakeMPEG4VideoCodecSpecificData()
430 int32_t width, height; in APacketSource() local
462 int32_t width, height; in APacketSource() local
515 int32_t width, height; in APacketSource() local
/frameworks/av/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 …]

12345678910>>...19