Searched refs:height (Results 226 - 250 of 685) sorted by relevance

1234567891011>>

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
H A Dmp4dec_api.h131 int16 height; /* Height */ member in struct:tagVideoRefCopyInfoData
133 int16 realHeight; /* Non-padded height, not a multiple of 16. */
150 OSCL_IMPORT_REF Bool PVInitVideoDecoder(VideoDecControls *decCtrl, uint8 *volbuf[], int32 *volbuf_size, int nLayers, int width, int height, MP4DecodingMode mode);
151 Bool PVAllocVideoData(VideoDecControls *decCtrl, int width, int height, int nLayers);
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dconceal.cpp123 CopyVopMB(video->currVop, video->concealFrame, i, video->width, video->height);
138 void CopyVopMB(Vop *curr, uint8 *prevFrame, int mbnum, int width_Y, int height) argument
152 size = (int32)height * width_Y;
/frameworks/av/media/libstagefright/rtsp/
H A Drtp_test.cpp200 int32_t width, height; local
202 CHECK(decoder->getFormat()->findInt32(kKeyHeight, &height));
203 printf("INFO_FORMAT_CHANGED %d x %d\n", width, height);
/frameworks/base/core/java/android/view/
H A DSurfaceView.java283 int height = mRequestedHeight >= 0
286 setMeasuredDimension(width, height);
466 mLayout.height = getHeight();
523 mSurfaceFrame.bottom = mWinFrame.height();
527 mSurfaceFrame.bottom = (int) (mWinFrame.height() * appInvertedScale + 0.5f);
608 " w=" + mLayout.width + " h=" + mLayout.height +
651 + " h=" + frame.height() + ", cur w=" + mCurWidth + " h=" + mCurHeight);
659 || surfaceView.mWinFrame.height() != frame.height()) {
716 public void setFixedSize(int width, int height) {
[all...]
H A DTextureView.java63 * public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) {
74 * public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) {
389 // parameters are correct (width, height, transform, etc.)
518 * texture is not available or the width <= 0 or the height <= 0
542 * @param height The height of the bitmap to create
545 * texture is not available or width is <= 0 or height is <= 0
551 public Bitmap getBitmap(int width, int height) { argument
552 if (isAvailable() && width > 0 && height > 0) {
554 width, height, Bitma
769 onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) argument
779 onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) argument
803 nSetDefaultBufferSize(SurfaceTexture surfaceTexture, int width, int height) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DAbsoluteLayout.java87 // Check against minimum height and width
98 * a height of {@link android.view.ViewGroup.LayoutParams#WRAP_CONTENT}
167 * height and location.
171 * @param height the height, either {@link #MATCH_PARENT},
176 public LayoutParams(int width, int height, int x, int y) { argument
177 super(width, height);
219 + sizeToString(width) + ", height=" + sizeToString(height)
/frameworks/base/core/tests/coretests/src/android/util/
H A DScrollViewScenario.java37 * specified amount of the screen height.
54 * to the screen height for its desired height.
63 * Partially implement ViewFactory given a height ratio.
64 * A negative height ratio means that WRAP_CONTENT will be used as height
97 * @param heightRatio The view's height will be this * the screen height.
114 * @param heightRatio The view's height will be this * the screen height
[all...]
/frameworks/base/libs/hwui/font/
H A DFont.cpp68 int height = (int) glyph->mBitmapHeight; local
79 if (bounds->top < nPenY + height) {
80 bounds->top = nPenY + height;
95 int height = (int) glyph->mBitmapHeight; local
99 nPenX + width, nPenY - height, u2, v1,
100 nPenX, nPenY - height, u1, v1, glyph->mCacheTexture);
134 const float height = glyph->mBitmapHeight; local
136 vOffset += glyph->mBitmapTop + height;
146 destination[2].set(destination[1].fX + tangent->fY * height,
147 destination[1].fY - tangent->fX * height);
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardCircleFramedDrawable.java68 final int height = bitmap.getHeight();
69 final int square = Math.min(width, height);
71 final Rect cropRect = new Rect((width - square) / 2, (height - square) / 2, square, square);
/frameworks/base/services/java/com/android/server/display/
H A DLocalDisplayAdapter.java128 mInfo.height = mPhys.height;
153 mInfo.setAssumedDensityForExternalDisplay(mPhys.width, mPhys.height);
H A DDisplayDevice.java195 viewport.deviceWidth = isRotated ? info.height : info.width;
196 viewport.deviceHeight = isRotated ? info.width : info.height;
/frameworks/base/tests/BrowserTestPlugin/jni/event/
H A DEventPlugin.cpp50 inst(), bitmap.width, bitmap.height);
55 const int H = obj->window->height;
59 const float zoomFactorH = static_cast<float>(bitmap.height) / H;
/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/Balls/src/com/example/android/rs/balls/
H A DBallsRS.java87 public void init(RenderScriptGL rs, Resources res, int width, int height) { argument
128 mPhysicsScript.set_gMaxPos(new Float2(width - 5, height - 5));
130 mScript.invoke_initParts(width, height);
/frameworks/native/include/gui/
H A DISurfaceTexture.h86 // and height of the window and current transform applied to buffers,
130 *outHeight = height;
137 height = inHeight;
143 uint32_t height; member in struct:android::ISurfaceTexture::QueueBufferOutput
175 // and height of the window and current transform applied to buffers,
/frameworks/native/opengl/tests/gl2_jni/jni/
H A Dgl_code.cpp152 JNIEXPORT void JNICALL Java_com_android_gl2jni_GL2JNILib_init(JNIEnv * env, jobject obj, jint width, jint height);
156 JNIEXPORT void JNICALL Java_com_android_gl2jni_GL2JNILib_init(JNIEnv * env, jobject obj, jint width, jint height) argument
158 setupGraphics(width, height);
/frameworks/native/opengl/tests/gldual/jni/
H A Dgl_code.cpp152 JNIEXPORT void JNICALL Java_com_android_gldual_GLDualLib_init(JNIEnv * env, jobject obj, jint width, jint height);
156 JNIEXPORT void JNICALL Java_com_android_gldual_GLDualLib_init(JNIEnv * env, jobject obj, jint width, jint height) argument
158 setupGraphics(width, height);
/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
H A DRectangle.java31 public Rectangle(float x, float y, float width, float height) { argument
34 new Point(x, y + height),
35 new Point(x + width, y + height));
/frameworks/av/libvideoeditor/lvpp/
H A DNativeWindowRenderer.h54 NativeWindowRenderer(sp<ANativeWindow> nativeWindow, int width, int height);
78 int width, int height);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
H A Domxtypes.h226 * and height in the y-direction */
231 OMX_INT height; /** Height in the y-direction. */ member in struct:__anon695
248 OMX_INT height; /** Height of the rectangle, in the y-direction */ member in struct:__anon697
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
H A Domxtypes.h226 * and height in the y-direction */
231 OMX_INT height; /** Height in the y-direction. */ member in struct:__anon739
248 OMX_INT height; /** Height of the rectangle, in the y-direction */ member in struct:__anon741
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
H A Domxtypes.h226 * and height in the y-direction */
231 OMX_INT height; /** Height in the y-direction. */ member in struct:__anon783
248 OMX_INT height; /** Height of the rectangle, in the y-direction */ member in struct:__anon785
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListViewHeight.java57 // Clicking this button will show the list view and set it to a fixed height
61 // set listview to fixed height
64 lp.height = 200;
73 // Clicking this button will show the list view and set it match_parent height
74 // If you then hide the views, there is an NPE when calculating the ListView height.
80 lp.height = lp.MATCH_PARENT;
/frameworks/base/libs/androidfw/
H A DVirtualKeyMap.cpp117 && parseNextIntField(&defn.height);
126 "width=%d, height=%d",
127 defn.scanCode, defn.centerX, defn.centerY, defn.width, defn.height);
/frameworks/base/libs/hwui/
H A DFontRenderer.cpp176 ALOGE("Font size too large to fit in cache. width, height = %i, %i",
253 CacheTexture* FontRenderer::createCacheTexture(int width, int height, bool allocate) { argument
254 CacheTexture* cacheTexture = new CacheTexture(width, height);
340 uint32_t height = dirtyRect->getHeight(); local
349 ALOGD("glTexSubimage for cacheTexture %d: x, y, width height = %d, %d, %d, %d",
350 i, x, y, width, height);
352 glTexSubImage2D(GL_TEXTURE_2D, 0, x, y, width, height,
494 image.height = 0;
525 image.height = paddedHeight;
665 const uint8_t* source, uint8_t* dest, int32_t width, int32_t height) {
664 horizontalBlur(float* weights, int32_t radius, const uint8_t* source, uint8_t* dest, int32_t width, int32_t height) argument
708 verticalBlur(float* weights, int32_t radius, const uint8_t* source, uint8_t* dest, int32_t width, int32_t height) argument
753 blurImage(uint8_t *image, int32_t width, int32_t height, int32_t radius) argument
[all...]

Completed in 2811 milliseconds

1234567891011>>