Searched refs:height (Results 251 - 275 of 1015) sorted by relevance

<<11121314151617181920>>

/frameworks/av/cmds/screenrecord/
H A DEglWindow.h48 status_t createPbuffer(int width, int height);
50 // Return width and height values (obtained from IGBP).
H A DFrameOutput.h41 status_t createInputSurface(int width, int height,
/frameworks/av/include/camera/
H A DProCamera.h181 status_t createStream(int width, int height, int format,
191 status_t createStream(int width, int height, int format,
195 status_t createStreamCpu(int width, int height, int format,
200 status_t createStreamCpu(int width, int height, int format,
/frameworks/av/include/media/
H A DIRemoteDisplayClient.h52 uint32_t width, uint32_t height, uint32_t flags, uint32_t session) = 0; // one-way
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3InputStream.h42 Camera3InputStream(int id, uint32_t width, uint32_t height, int format);
/frameworks/base/core/java/android/view/animation/
H A DTranslateAnimation.java163 public void initialize(int width, int height, int parentWidth, int parentHeight) { argument
164 super.initialize(width, height, parentWidth, parentHeight);
167 mFromYDelta = resolveSize(mFromYType, mFromYValue, height, parentHeight);
168 mToYDelta = resolveSize(mToYType, mToYValue, height, parentHeight);
/frameworks/base/core/java/android/widget/
H A DActionMenuView.java453 int height = v.getMeasuredHeight();
463 int t = midVertical - (height / 2);
464 int b = t + height;
484 final int height = v.getMeasuredHeight();
487 final int t = midVertical - height / 2;
488 v.layout(l, t, l + width, t + height);
506 int height = v.getMeasuredHeight();
507 int t = midVertical - height / 2;
508 v.layout(startRight - width, t, startRight, t + height);
522 int height
796 LayoutParams(int width, int height) argument
802 LayoutParams(int width, int height, boolean isOverflowButton) argument
[all...]
/frameworks/base/libs/hwui/font/
H A DFont.cpp144 int height = (int) glyph->mBitmapHeight; local
158 if (bounds->top < nPenY + height) {
159 bounds->top = nPenY + height;
166 float height = (float) glyph->mBitmapHeight; local
169 float nPenY = y + glyph->mBitmapTop + height;
178 nPenX + width, nPenY - height, u2, v1,
179 nPenX, nPenY - height, u1, v1, glyph->mCacheTexture);
185 float height = (float) glyph->mBitmapHeight; local
188 p[0].iset(glyph->mBitmapLeft, glyph->mBitmapTop + height);
189 p[1].iset(glyph->mBitmapLeft + width, glyph->mBitmapTop + height);
246 const float height = glyph->mBitmapHeight; local
[all...]
/frameworks/base/media/java/android/media/projection/
H A DMediaProjection.java102 int width, int height, int dpi, boolean isSecure, @Nullable Surface surface,
106 return dm.createVirtualDisplay(this, name, width, height, dpi, surface,
118 * @param height The height of the virtual display in pixels. Must be
135 int width, int height, int dpi, int flags, @Nullable Surface surface,
139 this, name, width, height, dpi, surface, flags, callback, handler);
101 createVirtualDisplay(@onNull String name, int width, int height, int dpi, boolean isSecure, @Nullable Surface surface, @Nullable VirtualDisplay.Callback callback, @Nullable Handler handler) argument
134 createVirtualDisplay(@onNull String name, int width, int height, int dpi, int flags, @Nullable Surface surface, @Nullable VirtualDisplay.Callback callback, @Nullable Handler handler) argument
/frameworks/base/media/mca/filterfw/jni/
H A Djni_gl_frame.h31 jint height);
39 jint height);
47 jint height);
94 jint height);
/frameworks/base/packages/PrintSpooler/jni/
H A Dcom_android_printspooler_util_BitmapSerializeUtils.cpp100 if (readInfo.width != targetInfo.width || readInfo.height != targetInfo.height
116 size_t byteCount = readInfo.stride * readInfo.height;
155 size_t byteCount = info.stride * info.height;
/frameworks/base/telecomm/java/android/telecom/
H A DVideoCallImpl.java83 public void changePeerDimensions(int width, int height) { argument
86 args.arg2 = height;
135 int height = (int) args.arg2;
136 mVideoCallListener.onPeerDimensionsChanged(width, height);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DSurfaceHolderTarget.java48 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) {
154 surfRect.height());
170 if (targetRect.width() > 0 && targetRect.height() > 0) {
171 canvas.scale(surfaceRect.width(), surfaceRect.height());
/frameworks/minikin/include/minikin/
H A DMinikinFontFreeType.h34 int height; member in struct:android::GlyphBitmap
/frameworks/native/include/gui/
H A DIGraphicBufferProducer.h131 // The width and height parameters must be no greater than the minimum of
134 // updateTexImage() is called. If width and height are both zero, the
321 // outHeight - filled with default height applied to the buffer
330 *outHeight = height;
337 height = inHeight;
343 uint32_t height; member in struct:android::IGraphicBufferProducer::QueueBufferOutput
450 virtual void allocateBuffers(bool async, uint32_t width, uint32_t height,
/frameworks/native/include/input/
H A DVirtualKeyMap.h39 int32_t height; member in struct:android::VirtualKeyDefinition
/frameworks/native/opengl/tests/testPauseResume/src/com/android/test/
H A DTestView.java75 public void onSurfaceChanged(GL10 gl, int width, int height) { argument
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DTexture.h44 void setDimensions(size_t width, size_t height);
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
H A DImsVideoCallProviderWrapper.java86 public void changePeerDimensions(int width, int height) { argument
89 args.arg2 = height;
133 int height = (int) args.arg2;
134 changePeerDimensions(width, height);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DBrowseRowsFrameLayout.java50 getPaddingTop() + getPaddingBottom() + heightUsed, lp.height);
H A DScaleFrameLayout.java96 final int height = child.getMeasuredHeight();
127 childTop = parentTop + (parentBottom - parentTop - height) / 2 +
131 childTop = parentBottom - height - lp.bottomMargin;
137 child.layout(childLeft, childTop, childLeft + width, childTop + height);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DActionMenuView.java462 int height = v.getMeasuredHeight();
472 int t = midVertical - (height / 2);
473 int b = t + height;
493 final int height = v.getMeasuredHeight();
496 final int t = midVertical - height / 2;
497 v.layout(l, t, l + width, t + height);
515 int height = v.getMeasuredHeight();
516 int t = midVertical - height / 2;
517 v.layout(startRight - width, t, startRight, t + height);
531 int height
799 LayoutParams(int width, int height) argument
804 LayoutParams(int width, int height, boolean isOverflowButton) argument
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dget_pred_outside.cpp36 height = height of the VOP in pixels (y axis); full-pel resolution;
247 int height, /* i */
268 if (ypos > ((height - 1) << 1)) ypos = (height - 1) << 1;
301 else if ((ypos >> 1) < (height - B_SIZE)) /* pad left of frame */
332 prev = c_prev + width * (height - 8);
350 ptr = pred + 8 + (((ypos >> 1) - (height - 8)) << 4) + (xpos >> 1);
399 prev = c_prev + width * (height - 8) + (xpos >> 1) - xoffset;
419 ptr = pred + (((ypos >> 1) - (height
241 GetPredOutside( int xpos, int ypos, uint8 *c_prev, uint8 *pred_block, int width, int height, int rnd1, int pred_width ) argument
[all...]
/frameworks/base/media/java/android/media/
H A DThumbnailUtils.java175 int height = bitmap.getHeight();
176 int max = Math.max(width, height);
180 int h = Math.round(scale * height);
197 * @param height targeted height
200 Bitmap source, int width, int height) {
201 return extractThumbnail(source, width, height, OPTIONS_NONE);
209 * @param height targeted height
213 Bitmap source, int width, int height, in
199 extractThumbnail( Bitmap source, int width, int height) argument
212 extractThumbnail( Bitmap source, int width, int height, int options) argument
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
H A Domxtypes.h184 * and height in the y-direction */
189 OMX_INT height; /** Height in the y-direction. */ member in struct:__anon482
206 OMX_INT height; /** Height of the rectangle, in the y-direction */ member in struct:__anon484

Completed in 652 milliseconds

<<11121314151617181920>>