Searched defs:height (Results 76 - 100 of 763) sorted by relevance

1234567891011>>

/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/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DMockView.java74 public void addView(View child, int width, int height) { argument
76 super.addView(child, width, height);
/frameworks/native/cmds/flatland/
H A DFlatland.h42 uint32_t height; member in struct:android::LayerDesc
/frameworks/native/include/android/
H A Dbitmap.h69 /** The bitmap height in pixels. */
70 uint32_t height; member in struct:__anon1493
/frameworks/native/include/ui/
H A DGraphicBufferAllocator.h64 uint32_t height; member in struct:android::GraphicBufferAllocator::alloc_rec_t
/frameworks/native/libs/nativewindow/include/android/
H A Dnative_window.h91 int32_t height; member in struct:ANativeWindow_Buffer
126 * Return the current height in pixels of the window surface.
142 * The width and height control the number of pixels in the buffers, not the
145 * when compositing it to the screen. The width and height must be either both zero
152 * \param height height of the buffers in pixels.
157 int32_t width, int32_t height, int32_t format);
/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
60 JNIEXPORT void JNICALL Java_com_android_glperf_GLPerfLib_init(JNIEnv * env, jobject obj, jint width, jint height);
64 JNIEXPORT void JNICALL Java_com_android_glperf_GLPerfLib_init(JNIEnv * env, jobject obj, jint width, jint height) argument
67 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/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/util/
H A DDrawingTestHelper.java66 public DrawingTestHelper(int width, int height) { argument
68 mHeight = height;
70 mBitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
/frameworks/rs/driver/
H A DrsdFrameBufferObj.h38 void setDimensions(uint32_t width, uint32_t height) { argument
40 mHeight = height;
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
H A DMediaStoreSaver.java117 float height,
124 float scaleY = height / source.getHeight();
112 storeThumbnail( ContentResolver cr, Bitmap source, long id, float width, float height, int kind) argument
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
H A DMediaStoreSaver.java117 float height,
124 float scaleY = height / source.getHeight();
112 storeThumbnail( ContentResolver cr, Bitmap source, long id, float width, float height, int kind) argument
/frameworks/support/frameworks/support/samples/SupportLeanbackJank/src/com/google/android/leanbackjank/data/
H A DVideoProvider.java63 int width, int height, Context context, boolean useSingleBitmap) {
68 height);
93 makeIcon(width, height, "Jank", file);
106 public static void makeIcon(int width, int height, String string, File file) { argument
107 Bitmap bitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
117 Shader shader = new LinearGradient(0, 0, width - 1, height - 1, COLORS.get(0),
120 canvas.drawRect(0, 0, width - 1, height - 1, paint);
122 paint.setTextSize(height * 0.5f);
126 int hOffset = (height - rect.height()) /
62 buildMedia(int categoryCount, int entriesPerCat, int width, int height, Context context, boolean useSingleBitmap) argument
[all...]
/frameworks/support/samples/SupportLeanbackJank/src/com/google/android/leanbackjank/data/
H A DVideoProvider.java63 int width, int height, Context context, boolean useSingleBitmap) {
68 height);
93 makeIcon(width, height, "Jank", file);
106 public static void makeIcon(int width, int height, String string, File file) { argument
107 Bitmap bitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
117 Shader shader = new LinearGradient(0, 0, width - 1, height - 1, COLORS.get(0),
120 canvas.drawRect(0, 0, width - 1, height - 1, paint);
122 paint.setTextSize(height * 0.5f);
126 int hOffset = (height - rect.height()) /
62 buildMedia(int categoryCount, int entriesPerCat, int width, int height, Context context, boolean useSingleBitmap) argument
[all...]
/frameworks/support/v7/cardview/src/android/support/v7/widget/
H A DCardViewDelegate.java32 void setMinWidthHeightInternal(int width, int height); argument
/frameworks/av/cmds/screenrecord/
H A DEglWindow.cpp63 status_t EglWindow::createPbuffer(int width, int height) { argument
74 mHeight = height;
78 EGL_HEIGHT, height,
H A DTextRenderer.h51 void setScreenSize(uint32_t width, uint32_t height) { argument
53 mScreenHeight = height;
104 // Returns the font's glyph height. This is the full pixel height of the
/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/media/libstagefright/
H A DSurfaceUtils.cpp29 int width, int height, int format, int rotation, int usage, bool reconnect) {
47 err = native_window_set_buffers_dimensions(nativeWindow, width, height);
127 nativeWindow, width, height, format, rotation, finalUsage);
27 setNativeWindowSizeFormatAndUsage( ANativeWindow *nativeWindow , int width, int height, int format, int rotation, int usage, bool reconnect) argument
/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

Completed in 4728 milliseconds

1234567891011>>