Searched refs:height (Results 1 - 25 of 685) 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/include/SLES/
H A DOpenSLES.h1887 SLmillimeter height,
/frameworks/wilhelm/src/android/
H A DMediaPlayer_to_android.cpp119 streamInfo.videoInfo.height = (XAuint32)data2;
/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/jni/
H A Dnative-media-jni.c252 videoInfo.width, videoInfo.height, videoInfo.codecId, videoInfo.frameRate,
/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/wilhelm/tests/sandbox/
H A Dxaplay.c697 printf(" height = %u\n", videoStreamInformation.height);
709 printf(" height = %u\n", imageStreamInformation.height);
719 printf(" height = %u\n", timedTextStreamInformation.height);
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
H A DUiDevice.java305 * Gets the width of the display, in pixels. The width and height details
317 * Gets the height of the display, in pixels. The size is adjusted based
319 * @return height in pixels or zero on failure
748 int height = displayMetrics.heightPixels;
751 height = Math.round(scale * height);
753 Bitmap ss = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
H A DUiObject.java173 if(rect.height() <= SWIPE_MARGIN_LIMIT * 2)
194 if(rect.height() <= SWIPE_MARGIN_LIMIT * 2)
H A DUiScrollable.java324 int swipeAreaAdjust = (int)(rect.height() * getSwipeDeadZonePercentage());
387 int swipeAreaAdjust = (int)(rect.height() * getSwipeDeadZonePercentage());
487 * Dead zones are set as percentage of a widget's total width or height where
504 * Dead zones are set as percentage of a widget's total width or height where
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DAllocation.java450 * Copy an allocation from a bitmap. The height, width, and
750 * Copy a bitmap into an allocation. The height and width of
751 * the update will use the height and width of the incoming
1073 int height = b.getHeight();
1077 throw new RSIllegalArgumentException("Cubemap height must be multiple of 6");
1079 if (width / 6 != height) {
1082 boolean isPow2 = (height & (height - 1)) == 0;
1089 tb.setX(height);
1090 tb.setY(height);
[all...]
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 Drs.spec186 param uint32_t height
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 DrsRuntime.h43 uint32_t width, uint32_t height,
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/rs_support/scriptc/
H A Drs_allocation.rsh112 * @param height Height of the incoming region to update.
125 uint32_t width, uint32_t 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/support/v4/java/android/support/v4/view/
H A DPagerTabStrip.java259 final int height = getHeight();
260 final int bottom = height;
270 canvas.drawRect(getPaddingLeft(), height - mFullUnderlineHeight,
271 getWidth() - getPaddingRight(), height, mTabPaint);
H A DViewPager.java1342 if (lp.height != LayoutParams.WRAP_CONTENT) {
1344 if (lp.height != LayoutParams.FILL_PARENT) {
1345 heightSize = lp.height;
1432 int height = b - t;
1478 childTop = Math.max((height - child.getMeasuredHeight()) / 2,
1482 childTop = height - paddingBottom - child.getMeasuredHeight();
1513 (int) (height - paddingTop - paddingBottom),
1527 mBottomPageBounds = height - paddingBottom;
2103 final int height = getHeight() - getPaddingTop() - getPaddingBottom();
2107 canvas.translate(-height
[all...]
/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...]

Completed in 246 milliseconds

1234567891011>>