Searched refs:height (Results 51 - 75 of 1015) sorted by relevance

1234567891011>>

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DomxVCM4P10_InterpolateChroma.c55 * [in] roi Dimension of the interpolation region;the parameters roi.width and roi.height must
68 * roi.width or roi.height is out of range {2,4,8}.
87 ((OMX_U8*)pSrc, srcStep, pDst, dstStep, roi.width, roi.height, dx, dy);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
H A DomxVCM4P10_InterpolateChroma.c55 * [in] roi Dimension of the interpolation region;the parameters roi.width and roi.height must
68 * roi.width or roi.height is out of range {2,4,8}.
87 ((OMX_U8*)pSrc, srcStep, pDst, dstStep, roi.width, roi.height, dx, dy);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_InterpolateChroma.c56 * roi.height must be equal to either 2, 4, or 8.
71 * roi.width or roi.height is out of range {2,4,8}.
99 armRetArgErrIf((roi.height != 2) && (roi.height != 4) && (roi.height != 8), OMX_Sts_BadArgErr)
107 ((OMX_U8*)pSrc, srcStep, pDst, dstStep, roi.width, roi.height, dx, dy);
H A DomxVCM4P10_InterpolateLuma.c56 * roi.height must be equal to either 4, 8, or 16.
71 * roi.width or roi.height is out of range {4, 8, 16}.
98 armRetArgErrIf((roi.height != 4) && (roi.height != 8) && (roi.height != 16), OMX_Sts_BadArgErr)
106 (pSrc, srcStep, pDst, dstStep, roi.width, roi.height, dx, dy);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_image.h49 u32 height; member in struct:__anon603
/frameworks/base/core/java/com/android/internal/view/
H A DActionBarPolicy.java67 int height = a.getLayoutDimension(R.styleable.ActionBar_height, 0);
70 // Stacked tabs; limit the height
71 height = Math.min(height,
75 return height;
/frameworks/base/include/private/hwui/
H A DDrawGlInfo.h34 // Input: current width/height of destination surface
36 int height; member in struct:android::uirenderer::DrawGlInfo
/frameworks/base/libs/hwui/tests/
H A DTestContext.h31 android::sp<android::SurfaceControl> createWindow(int width = -1, int height = -1);
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DMutableFrameFormat.java64 public void setDimensions(int width, int height) { argument
67 dimensions[1] = height;
72 public void setDimensions(int width, int height, int depth) { argument
75 dimensions[1] = height;
/frameworks/base/media/mca/filterfw/java/android/filterfw/format/
H A DImageFormat.java37 int height,
42 result.setDimensions(width, height);
52 int height,
56 height,
36 create(int width, int height, int colorspace, int bytesPerSample, int target) argument
51 create(int width, int height, int colorspace, int target) argument
/frameworks/base/telecomm/java/android/telecom/
H A DCameraCapabilities.java44 * The height of the camera video in pixels.
54 * @param height The height of the camera video (in pixels).
56 public CameraCapabilities(boolean zoomSupported, float maxZoom, int width, int height) { argument
60 mHeight = height;
79 int height = source.readInt();
81 return new CameraCapabilities(supportsZoom, maxZoom, width, height);
139 * The height of the camera video in pixels.
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
H A Dexposure.cpp30 JNIEnv* env, jclass clazz, jint width, jint height, jobject imageBuffer) {
34 const int numPixels = width * height;
52 JNIEnv* env, jclass clazz, jint width, jint height, jobject imageBuffer) {
56 const int numPixels = width * height;
29 Java_androidx_media_filterfw_samples_simplecamera_ExposureFilter_overExposureOperator( JNIEnv* env, jclass clazz, jint width, jint height, jobject imageBuffer) argument
51 Java_androidx_media_filterfw_samples_simplecamera_ExposureFilter_underExposureOperator( JNIEnv* env, jclass clazz, jint width, jint height, jobject imageBuffer) argument
H A Dpixelutils.h31 JNIEnv* env, jclass clazz, jobject input, jobject output, jint width, jint height, jint offset,
H A Dsobeloperator.h30 JNIEnv* env, jclass clazz, jint width, jint height,
/frameworks/native/opengl/tests/lib/
H A DWindowSurface.cpp46 uint32_t width, height; local
51 height = mainDpyInfo.w;
54 height = mainDpyInfo.h;
58 String8("Benchmark"), width, height,
/frameworks/av/include/camera/
H A DCameraParameters2.h66 void setPreviewSize(int width, int height);
67 void getPreviewSize(int *width, int *height) const;
70 // Set the dimensions in pixels to the given width and height
71 // for video frames. The given width and height must be one
75 void setVideoSize(int width, int height);
76 // Retrieve the current dimensions (width and height)
81 void getVideoSize(int *width, int *height) const;
82 // Retrieve a Vector of supported dimensions (width and height)
89 // Retrieve the preferred preview size (width and height) in pixels
90 // for video recording. The given width and height mus
[all...]
H A DCameraParameters.h27 int height; member in struct:android::Size
31 height = 0;
36 height = h;
59 void setPreviewSize(int width, int height);
60 void getPreviewSize(int *width, int *height) const;
63 // Set the dimensions in pixels to the given width and height
64 // for video frames. The given width and height must be one
68 void setVideoSize(int width, int height);
69 // Retrieve the current dimensions (width and height)
74 void getVideoSize(int *width, int *height) cons
[all...]
/frameworks/base/core/java/android/hardware/camera2/
H A DDngCreator.java159 int height = pixels.getHeight();
161 if (width > MAX_THUMBNAIL_DIMENSION || height > MAX_THUMBNAIL_DIMENSION) {
162 throw new IllegalArgumentException("Thumbnail dimensions width,height (" + width +
163 "," + height + ") too large, dimensions must be smaller than " +
168 nativeSetThumbnail(rgbBuffer, width, height);
199 int height = pixels.getHeight();
201 if (width > MAX_THUMBNAIL_DIMENSION || height > MAX_THUMBNAIL_DIMENSION) {
202 throw new IllegalArgumentException("Thumbnail dimensions width,height (" + width +
203 "," + height + ") too large, dimensions must be smaller than " +
208 nativeSetThumbnail(rgbBuffer, width, height);
449 writeByteBuffer(int width, int height, ByteBuffer pixels, OutputStream dngOutput, int pixelStride, int rowStride, long offset) argument
621 nativeSetThumbnail(ByteBuffer buffer, int width, int height) argument
623 nativeWriteImage(OutputStream out, int width, int height, ByteBuffer rawBuffer, int rowStride, int pixStride, long offset, boolean isDirect) argument
628 nativeWriteInputStream(OutputStream out, InputStream rawStream, int width, int height, long offset) argument
[all...]
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DThinPatchesActivity.java76 final int height = 60;
79 final int top = (getHeight() - height) / 2;
82 canvas.translate(0.0f, -height * 2 - 20.0f);
84 mPatch3.setBounds(left, top, left + height, top + width);
89 mPatch1.setBounds(left, top, left + width, top + height);
93 canvas.translate(0.0f, height + 20.0f);
95 mPatch2.setBounds(left, top, left + width, top + height);
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DShadowPainter.java74 int height = source.getHeight();
75 image = new BufferedImage(width + SHADOW_SIZE, height + SHADOW_SIZE,
183 int height = source.getHeight();
185 image = new BufferedImage(width + SHADOW_SIZE, height + SHADOW_SIZE, type);
188 drawRectangleShadow(image, 0, 0, width, height);
210 int height = source.getHeight();
213 image = new BufferedImage(width + SMALL_SHADOW_SIZE, height + SMALL_SHADOW_SIZE, type);
217 drawSmallRectangleShadow(image, 0, 0, width, height);
232 * @param height the height o
234 drawRectangleShadow(BufferedImage image, int x, int y, int width, int height) argument
255 drawSmallRectangleShadow(BufferedImage image, int x, int y, int width, int height) argument
288 drawRectangleShadow(Graphics2D gc, int x, int y, int width, int height) argument
329 drawSmallRectangleShadow(Graphics2D gc, int x, int y, int width, int height) argument
[all...]
/frameworks/av/media/libstagefright/include/
H A DSoftVideoEncoderOMXComponent.h38 int32_t height,
55 struct android_ycbcr *ycbcr, int32_t width, int32_t height);
58 const uint8_t *inYVU, uint8_t* outYUV, int32_t width, int32_t height);
62 const uint8_t *src, size_t width, size_t height, size_t srcStride,
67 size_t width, size_t height) const;
78 int32_t mHeight; // height of the input frames
/frameworks/base/media/java/android/media/
H A DFaceDetector.java108 * @param height the height of the image
112 public FaceDetector(int width, int height, int maxFaces) argument
117 fft_initialize(width, height, maxFaces);
119 mHeight = height;
121 mBWBuffer = new byte[width * height];
189 native private int fft_initialize(int width, int height, int maxFaces); argument
/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_frame.h46 // Initialize a GL frame to the given width, height, format. Also specify
48 bool Init(int width, int height);
54 bool InitWithTexture(GLint texture_id, int width, int height);
57 bool InitWithFbo(GLint fbo_id, int width, int height);
93 bool SetViewport(int x, int y, int width, int height);
130 void InitDimensions(int width, int height);
185 // The width, height and format of the frame
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPorterDuffColorFilter_Delegate.java68 public void applyFilter(Graphics2D g, int width, int height) { argument
69 BufferedImage image = createFilterImage(width, height);
91 private BufferedImage createFilterImage(int width, int height) { argument
92 BufferedImage image = new BufferedImage(width, height, BufferedImage.TYPE_INT_ARGB);
96 graphics.fillRect(0, 0, width, height);
/frameworks/native/libs/ui/
H A DGraphicBuffer.cpp49 height =
62 height =
78 height = h;
91 height = buffer->height;
140 if (handle && w==width && h==height && f==format && reqUsage==usage)
158 this->height = h;
167 const Rect lockBounds(width, height);
175 rect.top < 0 || rect.bottom > this->height) {
178 this->width, this->height);
[all...]

Completed in 1055 milliseconds

1234567891011>>