Searched defs:width (Results 26 - 50 of 422) sorted by relevance

1234567891011>>

/frameworks/base/graphics/java/android/graphics/drawable/shapes/
H A DShape.java33 * Returns the width of the Shape.
61 * @param width the width of the shape (in pixels)
64 public final void resize(float width, float height) { argument
65 if (width < 0) {
66 width = 0;
71 if (mWidth != width || mHeight != height) {
72 mWidth = width;
74 onResize(width, height);
91 * @param width th
94 onResize(float width, float height) argument
[all...]
/frameworks/base/libs/hwui/
H A DVertex.h75 float width; member in struct:android::uirenderer::AAVertex
78 static inline void set(AAVertex* vertex, float x, float y, float width, float length) { argument
80 vertex[0].width = width;
84 static inline void setColor(AAVertex* vertex, float width, float length) { argument
85 vertex[0].width = width;
/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.h41 uint32_t width; 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.cpp62 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
68 gWidth = width;
/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.java24 int width; field in class:ImageDescriptor
40 width = 0;
59 d.width = rawData[valueIndex++] & 0xff;
/frameworks/rs/driver/
H A DrsdFrameBufferObj.h38 void setDimensions(uint32_t width, uint32_t height) { argument
39 mWidth = width;
/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
43 uint8_t row_data[width * 3];
63 cinfo.image_width = width;
74 uint16_t *src = (uint16_t *)(frame + row * width * 2);
76 for (int col = 0; col < width; col++) {
/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,
50 mFrameWidth = width;
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.h79 M4OSA_Int32 width; /**< image width in pixels */ member in struct:__anon217
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dadaptive_smooth_no_mmx.cpp51 width = value of type int that specifies the width of the display
90 location of pelc0 = [(y_start+1) * width] + x_start
93 incrementing or decrementing "width" elements within Rec_Y.
97 (y_blk_start, x_blk_start). The width and height of the block is BLKSIZE.
219 int width, /* i */
248 addr_v = (int32)(y_start + 1) * width; /* y coord of 1st element in the row /
264 pelu = *(Rec_Y_ptr - width); /* assigning value of pelu0 to pelu */
269 pell = *(Rec_Y_ptr + width); /* assigning value of pell0 to pell */
278 pelu = *(Rec_Y_ptr - width); /* assignin
212 AdaptiveSmooth_NoMMX( uint8 *Rec_Y, int y_start, int x_start, int y_blk_start, int x_blk_start, int thr, int width, int max_diff ) argument
[all...]
H A Dchv_filter.cpp149 int width,
156 width : width of decoded frame.
178 int width,
198 pp_w = (width >> 3);
232 jVal0 = *(ptr - width); /* C */
241 *(ptr - width) = (uint8)(jVal0); /* C */
244 jVal0 = *(ptr - (width << 1)); /* B */
245 jVal1 = *(ptr + width); /* E */
252 *(ptr - (width <<
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
[all...]
H A Dderinging_chroma.cpp25 int width,
47 incr = width - BLKSIZE;
54 for (h_blk = 0; h_blk < width; h_blk += BLKSIZE)
59 FindMaxMin(ptr, &min_blk, &max_blk, width);
69 addr_v = (int32)v_pel * width;
74 pelu = *(ptr - width);
76 pell = *(ptr + width);
81 pelu = *(ptr - width);
83 pell = *(ptr + width);
90 pelu = *(ptr - width);
23 Deringing_Chroma( uint8 *Rec_C, int width, int height, int16 *QP_store, int, uint8 *pp_mod ) argument
[all...]
H A Dderinging_luma.cpp25 int width,
47 incr = width - BLKSIZE;
50 for (MB_H = 0; MB_H < width; MB_H += MBSIZE)
62 ptr = &Rec_Y[(int32)(BLK_V) * width + MB_H + BLK_H];
97 thr, width, max_diff);
109 max_diff = (QP_store[((((int32)MB_V*width)>>4))>>4] >> 2) + 4;
117 ptr = &Rec_Y[(int32)(MB_V + BLK_V) * width + BLK_H];
151 thr, width, max_diff);
158 for (MB_H = MBSIZE; MB_H < width; MB_H += MBSIZE)
160 max_diff = (QP_store[((((int32)MB_V*width)>>
23 Deringing_Luma( uint8 *Rec_Y, int width, int height, int16 *QP_store, int, uint8 *pp_mod) argument
[all...]
H A Didct.cpp122 int *blk, uint8 *comp, int width
133 int offset = width - 8;
345 int *blk, uint8 *pred, uint8 *dst, int width)
564 dst += (width - 8);
344 idct( int *blk, uint8 *pred, uint8 *dst, int width) argument
H A Dpp_semaphore_luma.cpp36 width = luminance VOP width in pixels (int)
122 int width, /* i */
139 if (xpred >= 0 && xpred <= ((width << 1) - (2*MB_SIZE)) && ypred >= 0 &&
112 pp_semaphore_luma( int xpred, int ypred, uint8 *pp_dec_y, uint8 *pstprcTypPrv, int *ll, int *mv_loc, int dx, int dy, int mvwidth, int width, int height ) argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
H A Dh264bsd_interpolate_hor_half.s44 width RN 4 label
96 LDR width, [sp,#0x218] ;// width
97 CMP tmp4, width
98 BHI do_fill ;// (x0+partW)>width
117 LDR width, [sp,#0x218] ;// width
118 STR width, [sp,#0] ;// sp+0 = width
126 STR tmp4, [sp,#0x218] ;// width
[all...]
H A Dh264bsd_interpolate_hor_quarter.s44 width RN 4 label
98 LDR width, [sp,#0x218] ;// width
99 CMP tmp4, width
100 BHI do_fill ;// (x0+partW)>width
119 LDR width, [sp,#0x218] ;// width
120 STR width, [sp,#0] ;// sp+0 = width
128 STR tmp4, [sp,#0x218] ;// width
[all...]
H A Dh264bsd_interpolate_ver_half.s60 width RN 12 label
96 LDR width, [sp,#0x218] ;// width
97 CMP tmp5, width
98 BHI do_fill ;// (x0+partW)>width
118 LDR width, [sp,#0x218] ;// width
119 STR width, [sp,#0] ;// sp+0 = width
133 LDR width, [s
[all...]
H A Dh264bsd_interpolate_ver_quarter.s59 width RN 12 label
95 LDR width, [sp,#0x218] ;// width
96 CMP tmp5, width
97 BHI do_fill ;// (x0+partW)>width
117 LDR width, [sp,#0x218] ;// width
118 STR width, [sp,#0] ;// sp+0 = width
132 LDR width, [s
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_util.c268 u32 width, height; local
273 width = image->width;
275 row = mbNum / width;
276 col = mbNum % width;
278 tmp = row * width;
279 picSize = width * height;

Completed in 264 milliseconds

1234567891011>>