Searched defs:height (Results 1 - 25 of 393) sorted by last modified time

1234567891011>>

/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h434 XAuint32 height; member in struct:XADataFormat_RawImage_
1042 XAuint32 height; member in struct:XARectangle_
1587 XAuint32 height; member in struct:XAFocusPointPosition_
2824 XAuint32 height; member in struct:XAImageSettings_
3003 XAuint32 height; member in struct:XAVideoSettings_
3094 XAuint32 height; member in struct:XAVideoStreamInformation_
3112 XAuint32 height; member in struct:XAImageStreamInformation_
3119 XAuint32 height; member in struct:XATimedTextStreamInformation_
/frameworks/wilhelm/src/itf/
H A DI3DMacroscopic.c23 SLmillimeter width, SLmillimeter height, SLmillimeter depth)
28 (0 <= height) && (height <= SL_MILLIMETER_MAX) &&
35 thiz->mSize.mHeight = height;
56 SLmillimeter height = thiz->mSize.mHeight; local
60 *pHeight = height;
22 I3DMacroscopic_SetSize(SL3DMacroscopicItf self, SLmillimeter width, SLmillimeter height, SLmillimeter depth) argument
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DMyGLSurfaceView.java138 public void onSurfaceChanged(GL10 glUnused, int width, int height) { argument
141 GLES20.glViewport(0, 0, width, height);
142 mRatio = (float) width / height;
H A DNativeMedia.java86 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) {
87 Log.v(TAG, "surfaceChanged format=" + format + ", width=" + width + ", height=" +
88 height);
108 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) {
109 Log.v(TAG, "surfaceChanged format=" + format + ", width=" + width + ", height=" +
110 height);
132 int height = mediaPlayer.getVideoHeight();
133 Log.v(TAG, "onPrepared width=" + width + ", height=" + height);
134 if (width != 0 && height !
345 setFixedSize(int width, int height) argument
359 setFixedSize(int width, int height) argument
381 setFixedSize(int width, int height) argument
[all...]
/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.cpp131 EGLint width, height; local
133 eglQuerySurface(dc->gl.egl.display, dc->gl.egl.surface, EGL_HEIGHT, &height);
134 RSD_CALL_GL(glViewport, 0, 0, width, height);
H A DrsdFrameBufferObj.h38 void setDimensions(uint32_t width, uint32_t height) { argument
40 mHeight = height;
H A DrsdRuntimeStubs.cpp102 uint32_t width, uint32_t height,
109 width, height,
99 SC_AllocationCopy2DRange(Allocation *dstAlloc, uint32_t dstXoff, uint32_t dstYoff, uint32_t dstMip, uint32_t dstFace, uint32_t width, uint32_t height, Allocation *srcAlloc, uint32_t srcXoff, uint32_t srcYoff, uint32_t srcMip, uint32_t srcFace) argument
/frameworks/rs/
H A DrsAllocation.cpp625 uint32_t width, uint32_t height,
633 width, height,
621 rsi_AllocationCopy2DRange(Context *rsc, RsAllocation dstAlloc, uint32_t dstXoff, uint32_t dstYoff, uint32_t dstMip, uint32_t dstFace, uint32_t width, uint32_t height, RsAllocation srcAlloc, uint32_t srcXoff, uint32_t srcYoff, uint32_t srcMip, uint32_t srcFace) argument
H A DrsFont.cpp103 int32_t height = (int32_t) glyph->mBitmapHeight; local
107 nPenX + width, nPenY - height, 0, u2, v1,
108 nPenX, nPenY - height, 0, u1, v1);
142 int32_t height = (int32_t) glyph->mBitmapHeight; local
154 if (bounds->top > nPenY - height) {
155 bounds->top = nPenY - height;
413 ALOGE("Font size to large to fit in cache. width, height = %i, %i", (int)bitmap->width, (int)bitmap->rows);
443 ALOGE("Bitmap doesn't fit in cache. width, height = %i, %i", (int)bitmap->width, (int)bitmap->rows);
H A DrsScriptC_Lib.cpp182 uint32_t width, uint32_t height,
187 dstMip, dstFace, width, height,
179 rsrAllocationCopy2DRange(Context *rsc, Allocation *dstAlloc, uint32_t dstXoff, uint32_t dstYoff, uint32_t dstMip, uint32_t dstFace, uint32_t width, uint32_t height, Allocation *srcAlloc, uint32_t srcXoff, uint32_t srcYoff, uint32_t srcMip, uint32_t srcFace) argument
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DRenderScript.java267 int width, int height,
272 int width, int height,
279 width, height,
264 rsnAllocationData2D(int con, int dstAlloc, int dstXoff, int dstYoff, int dstMip, int dstFace, int width, int height, int srcAlloc, int srcXoff, int srcYoff, int srcMip, int srcFace) argument
270 nAllocationData2D(int dstAlloc, int dstXoff, int dstYoff, int dstMip, int dstFace, int width, int height, int srcAlloc, int srcXoff, int srcYoff, int srcMip, int srcFace) argument
/frameworks/support/renderscript/v8/jni/
H A Dandroid_renderscript_RenderScript.cpp342 size_t s = info.width * info.height;
396 info.width, info.height, pixels, GetBitmapSize(_env, jbitmap));
518 jint width, jint height,
523 " dstMip(%i), dstFace(%i), width(%i), height(%i),"
526 width, height, (RsAllocation)srcAlloc, srcXoff, srcYoff, srcMip, srcFace);
532 width, height,
515 nAllocationData2D_alloc(JNIEnv *_env, jobject _this, RsContext con, jint dstAlloc, jint dstXoff, jint dstYoff, jint dstMip, jint dstFace, jint width, jint height, jint srcAlloc, jint srcXoff, jint srcYoff, jint srcMip, jint srcFace) argument
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdRuntimeStubs.cpp100 uint32_t width, uint32_t height,
107 width, height,
97 SC_AllocationCopy2DRange(Allocation *dstAlloc, uint32_t dstXoff, uint32_t dstYoff, uint32_t dstMip, uint32_t dstFace, uint32_t width, uint32_t height, Allocation *srcAlloc, uint32_t srcXoff, uint32_t srcYoff, uint32_t srcMip, uint32_t srcFace) argument
/frameworks/support/renderscript/v8/rs_support/
H A DrsAllocation.cpp563 uint32_t width, uint32_t height,
571 width, height,
559 rsi_AllocationCopy2DRange(Context *rsc, RsAllocation dstAlloc, uint32_t dstXoff, uint32_t dstYoff, uint32_t dstMip, uint32_t dstFace, uint32_t width, uint32_t height, RsAllocation srcAlloc, uint32_t srcXoff, uint32_t srcYoff, uint32_t srcMip, uint32_t srcFace) argument
H A DrsScriptC_Lib.cpp182 uint32_t width, uint32_t height,
187 dstMip, dstFace, width, height,
179 rsrAllocationCopy2DRange(Context *rsc, Allocation *dstAlloc, uint32_t dstXoff, uint32_t dstYoff, uint32_t dstMip, uint32_t dstFace, uint32_t width, uint32_t height, Allocation *srcAlloc, uint32_t srcXoff, uint32_t srcYoff, uint32_t srcMip, uint32_t srcFace) argument
/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/support/v4/java/android/support/v4/widget/
H A DEdgeEffectCompat.java46 public void setSize(Object edgeEffect, int width, int height); argument
63 public void setSize(Object edgeEffect, int width, int height) { argument
95 public void setSize(Object edgeEffect, int width, int height) { argument
96 EdgeEffectCompatIcs.setSize(edgeEffect, width, height);
140 * @param height Effect height in pixels
142 public void setSize(int width, int height) { argument
143 IMPL.setSize(mEdgeEffect, width, height);
211 * 1.f of height.
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java790 int height = getHeight() - getPaddingTop() - getPaddingBottom();
801 drawLine(canvas, x, 0, x, height - 1, paint);
905 measureChildWithMargins2(c, widthSpec, heightSpec, lp.width, lp.height);
916 measureChildWithMargins2(c, widthSpec, heightSpec, viewSize, lp.height);
929 /** If we have been called by {@link View#measure(int, int)}, one of width or height
935 int width, height;
941 height = verticalAxis.getMeasure(heightSpec);
943 height = verticalAxis.getMeasure(heightSpec);
952 int measuredHeight = Math.max(vPadding + height, getSuggestedMinimumHeight());
1055 int height
1806 LayoutParams( int width, int height, int left, int top, int right, int bottom, Spec rowSpec, Spec columnSpec) argument
[all...]
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java435 int height = getHeight();
436 int currentPos = location[1] + height;
531 int height = (int) mChipHeight;
532 int deleteWidth = height;
545 Bitmap tmpBitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
548 mChipBackgroundPressed.setBounds(0, 0, width, height);
553 getTextYOffset((String) ellipsizedText, paint, height), paint);
560 height - backgroundPadding.bottom);
574 int height = (int) mChipHeight;
575 int iconWidth = height;
654 getTextYOffset(String text, TextPaint paint, int height) argument
779 setChipHeight(int height) argument
795 onSizeChanged(int width, int height, int oldw, int oldh) argument
[all...]
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java1942 int width, height;
1944 height = opt.outHeight;
1947 height = height * getMaxImageWidthPx() / opt.outWidth;
1948 Rect padding = new Rect(0, 0, width, height);
1955 drawable.setBounds(0, 0, width, height);
2637 int width, height;
2639 height = opt.outHeight;
2641 mIntrinsicHeight = height;
2644 height
2773 ColorPaletteDrawable(int color, int width, int height, int mergin) argument
[all...]
/frameworks/ex/widget/java/com/android/ex/widget/
H A DStaggeredGridView.java83 * or after it may need to be invalidated. e.g. if the item's height or the number
138 public int height; field in class:StaggeredGridView.LayoutRecord
182 String result = "LayoutRecord{c=" + column + ", id=" + id + " h=" + height +
468 final int height = getHeight();
470 final int clearBelow = height + mItemMargin;
626 Log.e(TAG, "onMeasure: must have an exact height or match_parent! " +
650 final int height = b - t;
651 mTopEdge.setSize(width, height);
652 mBottomEdge.setSize(width, height);
781 if (lp.height
1415 LayoutParams(int height) argument
[all...]
/frameworks/native/include/android/
H A Dbitmap.h42 uint32_t height; member in struct:__anon1312
H A Dnative_window.h43 int32_t height; member in struct:ANativeWindow_Buffer
77 * Return the current height in pixels of the window surface. Returns a
91 * The width and height control the number of pixels in the buffers, not the
99 * width and height must be either both zero or both non-zero.
103 int32_t width, int32_t height, int32_t format);
/frameworks/native/include/gui/
H A DCpuConsumer.h48 uint32_t height; member in struct:android::CpuConsumer::LockedBuffer

Completed in 7990 milliseconds

1234567891011>>