Searched defs:height (Results 26 - 50 of 390) sorted by relevance

1234567891011>>

/frameworks/base/graphics/java/android/graphics/drawable/shapes/
H A DShape.java40 * Returns the height of the Shape.
62 * @param height the height of the shape (in pixels)
64 public final void resize(float width, float height) { argument
68 if (height < 0) {
69 height =0;
71 if (mWidth != width || mHeight != height) {
73 mHeight = height;
74 onResize(width, height);
92 * @param height th
94 onResize(float width, float height) argument
[all...]
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DTextureViewActivity.java101 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { argument
107 previewSize.width, previewSize.height, Gravity.CENTER));
147 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { argument
/frameworks/base/tests/RenderScriptTests/Fountain_v11/src/com/android/fountain/
H A DFountainRS.java33 public void init(RenderScriptGL rs, Resources res, int width, int height) { argument
/frameworks/native/include/android/
H A Dbitmap.h42 uint32_t height; member in struct:__anon1312
/frameworks/native/opengl/tests/gl_jni/src/com/android/gljni/
H A DGLJNIView.java75 public void onSurfaceChanged(GL10 gl, int width, int height) { argument
76 GLJNILib.init(width, height);
/frameworks/native/opengl/tests/gl_perfapp/jni/
H A Dgl_code.cpp21 // Width and height of the screen
62 JNIEXPORT void JNICALL Java_com_android_glperf_GLPerfLib_init(JNIEnv * env, jobject obj, jint width, jint height);
66 JNIEXPORT void JNICALL Java_com_android_glperf_GLPerfLib_init(JNIEnv * env, jobject obj, jint width, jint height) argument
69 gHeight = height;
/frameworks/native/opengl/tests/testFramerate/src/com/android/testframerate/
H A DTestFramerateView.java83 public void onSurfaceChanged(GL10 gl, int width, int height) { argument
84 GLES20.glViewport(0, 0, width, height);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DImageDescriptor.java25 int height; field in class:ImageDescriptor
41 height = 0;
60 d.height = rawData[valueIndex++] & 0xff;
/frameworks/rs/driver/
H A DrsdFrameBufferObj.h38 void setDimensions(uint32_t width, uint32_t height) { argument
40 mHeight = height;
/frameworks/support/v4/ics/android/support/v4/widget/
H A DEdgeEffectCompatIcs.java33 public static void setSize(Object edgeEffect, int width, int height) { argument
34 ((EdgeEffect) edgeEffect).setSize(width, height);
/frameworks/av/cmds/stagefright/
H A Djpeg.cpp40 int writeJpegFile(const char *filename, uint8_t *frame, int width, int height) { argument
64 cinfo.image_height = height;
73 for (int row = 0; row < height; row++) {
/frameworks/av/libvideoeditor/lvpp/
H A DDummyVideoSource.cpp34 uint32_t width, uint32_t height,
39 width, height, clipDuration, imageUri);
45 uint32_t width, uint32_t height,
51 mFrameHeight = height;
33 Create( uint32_t width, uint32_t height, uint64_t clipDuration, const char *imageUri) argument
44 DummyVideoSource( uint32_t width, uint32_t height, uint64_t clipDuration, const char *imageUri) argument
/frameworks/av/libvideoeditor/vss/inc/
H A DM4EXIFC_CommonAPI.h80 M4OSA_Int32 height; /**< image height in pixels */ member in struct:__anon217
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dchv_filter.cpp150 int height,
157 height : height of decoded frame
179 int height,
199 pp_h = (height >> 3);
456 int height,
476 pp_h = (height >> 3);
176 CombinedHorzVertFilter( uint8 *rec, int width, int height, int16 *QP_store, int chr, uint8 *pp_mod) argument
453 CombinedHorzVertFilter_NoSoftDeblocking( uint8 *rec, int width, int height, int16 *QP_store, int chr, uint8 *pp_mod) argument
H A Dderinging_chroma.cpp26 int height,
120 for (v_blk = BLKSIZE; v_blk < height; v_blk += BLKSIZE)
23 Deringing_Chroma( uint8 *Rec_C, int width, int height, int16 *QP_store, int, uint8 *pp_mod ) argument
H A Dderinging_luma.cpp26 int height,
106 for (MB_V = MBSIZE; MB_V < height; MB_V += MBSIZE)
23 Deringing_Luma( uint8 *Rec_Y, int width, int height, int16 *QP_store, int, uint8 *pp_mod) argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
H A Dh264bsd_interpolate_hor_half.s47 height RN 5 label
104 LDR height, [sp,#0x21c] ;// height
105 CMP tmp2, height
111 LDR height, [sp,#0x21c] ;// height
114 STMIB sp, {height, tmp4} ;// sp+4 = height, sp+8 = partWidth+5
H A Dh264bsd_interpolate_hor_quarter.s47 height RN 5 label
106 LDR height, [sp,#0x21c] ;// height
107 CMP tmp2, height
113 LDR height, [sp,#0x21c] ;// height
116 STMIB sp, {height, tmp4} ;// sp+4 = height, sp+8 = partWidth+5
H A Dh264bsd_interpolate_ver_half.s47 height RN 5 label
105 LDR height, [sp,#0x21c] ;// height
106 CMP tmp6, height
113 LDR height, [sp,#0x21c] ;// height
115 STMIB sp, {height, partW} ;// sp+4 = height, sp+8 = partWidth
H A Dh264bsd_interpolate_ver_quarter.s46 height RN 5 label
104 LDR height, [sp,#0x21c] ;// height
105 CMP tmp6, height
112 LDR height, [sp,#0x21c] ;// height
114 STMIB sp, {height, partW} ;// sp+4 = height, sp+8 = partWidth
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_util.c268 u32 width, height; local
274 height = image->height;
279 picSize = width * height;
/frameworks/av/media/libstagefright/rtsp/
H A DVideoSource.h32 VideoSource(int width, int height) argument
34 mHeight(height),
35 mSize((width * height * 3) / 2) {
/frameworks/base/core/java/android/preference/
H A DPreferenceFrameLayout.java145 public LayoutParams(int width, int height) { argument
146 super(width, height);
/frameworks/base/core/java/android/view/
H A DGLES20RenderLayer.java34 GLES20RenderLayer(int width, int height, boolean isOpaque) { argument
35 super(width, height, isOpaque);
38 mLayer = GLES20Canvas.nCreateLayer(width, height, isOpaque, layerInfo);
57 boolean resize(int width, int height) { argument
58 if (!isValid() || width <= 0 || height <= 0) return false;
61 mHeight = height;
63 if (width != mLayerWidth || height != mLayerHeight) {
66 if (GLES20Canvas.nResizeLayer(mLayer, width, height, layerInfo)) {
H A DGLES20TextureLayer.java51 boolean resize(int width, int height) { argument
85 void update(int width, int height, boolean isOpaque) { argument
86 super.update(width, height, isOpaque);
87 GLES20Canvas.nUpdateTextureLayer(mLayer, width, height, isOpaque, mSurface);

Completed in 4003 milliseconds

1234567891011>>