Searched refs:height (Results 1 - 25 of 1472) sorted by last modified time

1234567891011>>

/frameworks/webview/chromium/plat_support/
H A Ddraw_gl.h55 // Input: current width/height of destination surface.
57 int height; member in struct:AwDrawGLInfo
H A Ddraw_gl_functor.cpp67 aw_info.height = gl_info->height;
/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.cpp23 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/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/frameworks/support/samples/SupportLeanbackJank/src/com/google/android/leanbackjank/presenter/
H A DCardPresenter.java34 public CardPresenter(int width, int height) { argument
36 mCardHeight = height;
H A DGridItemPresenter.java37 int height = res.getDimensionPixelSize(R.dimen.grid_item_height);
39 view.setLayoutParams(new ViewGroup.LayoutParams(width, height));
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/media/
H A DVideoConsumptionExampleFragment.java72 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) {
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/cards/presenters/
H A DSideInfoCardPresenter.java55 int height = (int) getContext().getResources()
60 Picasso.with(getContext()).load(resourceId).resize(width, height).centerCrop()
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/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/presenter/
H A DCardPresenter.java34 public CardPresenter(int width, int height) { argument
36 mCardHeight = height;
H A DGridItemPresenter.java37 int height = res.getDimensionPixelSize(R.dimen.grid_item_height);
39 view.setLayoutParams(new ViewGroup.LayoutParams(width, height));
/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/media/
H A DVideoConsumptionExampleFragment.java72 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) {
/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/cards/presenters/
H A DSideInfoCardPresenter.java55 int height = (int) getContext().getResources()
60 Picasso.with(getContext()).load(resourceId).resize(width, height).centerCrop()
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/support/transition/src/android/support/transition/
H A DChangeImageTransform.java227 final float height = imageHeight * maxScale;
229 final int ty = Math.round((imageViewHeight - height) / 2f);
H A DTransitionUtils.java79 * @return A bitmap of the given view or null if bounds has no width or height.
84 int bitmapHeight = Math.round(bounds.height());
/frameworks/support/transition/tests/src/android/support/transition/
H A DChangeImageTransformTest.java130 float height = imageHeight * maxScale;
132 int ty = Math.round((imageViewHeight - height) / 2f);
152 float height = imageHeight * minScale;
154 float ty = (imageViewHeight - height) / 2f;
190 float height = imageHeight * minScale;
192 float ty = imageViewHeight - height;
253 layoutParams.height = Math.round(size * 2);

Completed in 537 milliseconds

1234567891011>>