Searched refs:height (Results 476 - 500 of 1273) sorted by relevance

<<11121314151617181920>>

/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.cpp447 int width, height, format; local
503 if ((err = anw->query(anw, NATIVE_WINDOW_HEIGHT, &height)) != OK) {
504 String8 msg = String8::format("Camera %d: Failed to query Surface height: %s (%d)",
533 if (flexibleConsumer && !CameraDeviceClient::roundBufferDimensionNearest(width, height,
534 format, dataSpace, mDevice->info(), /*out*/&width, /*out*/&height)) {
542 err = mDevice->createStream(surface, width, height, format, dataSpace,
549 mCameraId, width, height, format, dataSpace, strerror(-err), err);
555 __FUNCTION__, mCameraId, streamId, width, height, format);
570 int width, height, format, surfaceType; local
582 height
645 createInputStream( int width, int height, int format, int32_t* newStreamId) argument
717 roundBufferDimensionNearest(int32_t width, int32_t height, int32_t format, android_dataspace dataSpace, const CameraMetadata& info, int32_t* outWidth, int32_t* outHeight) argument
[all...]
/frameworks/native/opengl/libagl/
H A Degl.cpp56 EGLint left, EGLint top, EGLint width, EGLint height);
233 virtual EGLint getHeight() const { return height; }
247 int height; member in struct:android::egl_window_surface_v2_t
353 nativeWindow->query(nativeWindow, NATIVE_WINDOW_HEIGHT, &height);
388 height = buffer->height;
391 depth.height = height;
394 static_cast<uint64_t>(depth.height) * 2;
395 if (depth.stride < 0 || depth.height > INT_MA
2172 eglSetSwapRectangleANDROID(EGLDisplay dpy, EGLSurface draw, EGLint left, EGLint top, EGLint width, EGLint height) argument
[all...]
/frameworks/av/include/media/
H A DCrypto.h48 virtual void notifyResolution(uint32_t width, uint32_t height);
H A DICrypto.h45 virtual void notifyResolution(uint32_t width, uint32_t height) = 0;
/frameworks/av/include/media/stagefright/
H A DColorConverter.h50 size_t width, size_t height,
/frameworks/av/include/ndk/
H A DNdkImage.h202 * <li>an even height</li>
206 * <pre>size = row stride * height</pre> where the row stride is in <em>bytes</em>,
298 * <li>an even height</li>
302 * <pre>size = row stride * height</pre> where the row stride is in <em>bytes</em>,
358 * <li>an even height</li>
363 * <pre> y_size = stride * height </pre>
408 * (right - left) and the height of the rectangle is (bottom - top).</p>
445 * Query the height of the input {@link AImage}.
448 * @param height the height o
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_decoder.h73 u32 *left, u32 *width, u32 *top, u32 *height);
/frameworks/av/media/libstagefright/rtsp/
H A DASessionDescription.h49 int32_t *width, int32_t *height) const;
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3IOStreamBase.h36 uint32_t width, uint32_t height, size_t maxSize, int format,
H A DCamera3InputStream.cpp31 uint32_t width, uint32_t height, int format) :
32 Camera3IOStreamBase(id, CAMERA3_STREAM_INPUT, width, height, /*maxSize*/0,
265 camera3_stream::height);
268 __FUNCTION__, mId, camera3_stream::width, camera3_stream::height);
30 Camera3InputStream(int id, uint32_t width, uint32_t height, int format) argument
H A DCamera3InputStream.h42 Camera3InputStream(int id, uint32_t width, uint32_t height, int format);
H A DCamera3ZslStream.h43 Camera3ZslStream(int id, uint32_t width, uint32_t height, int bufferCount);
/frameworks/base/core/java/android/view/
H A DViewStructure.java47 * @param height The view's visible height, in pixels. This is the height visible on
48 * screen, not the total data height of a scrollable view.
51 int height);
50 setDimens(int left, int top, int scrollX, int scrollY, int width, int height) argument
/frameworks/base/core/java/com/android/internal/app/
H A DAlertActivity.java75 (params.height == ViewGroup.LayoutParams.MATCH_PARENT);
/frameworks/base/core/jni/android/graphics/pdf/
H A DPdfRenderer.cpp117 double height = 0; local
119 const int result = FPDF_GetPageSizeByIndex(document, pageIndex, &width, &height);
128 env->SetIntField(outSize, gPointClassInfo.y, height);
255 FPDF_BITMAP bitmap = FPDFBitmap_CreateEx(skBitmap.width(), skBitmap.height(),
/frameworks/base/core/jni/
H A Dandroid_view_DisplayListCanvas.cpp172 jint width, jint height) {
173 return reinterpret_cast<jlong>(Canvas::create_recording_canvas(width, height));
177 jlong canvasPtr, jint width, jint height) {
179 canvas->resetRecording(width, height);
171 android_view_DisplayListCanvas_createDisplayListCanvas(JNIEnv* env, jobject clazz, jint width, jint height) argument
176 android_view_DisplayListCanvas_resetDisplayListCanvas(JNIEnv* env, jobject clazz, jlong canvasPtr, jint width, jint height) argument
/frameworks/base/graphics/java/android/graphics/
H A DLargeBitmap.java66 /** Returns the original image's height */
113 int start_x, int start_y, int width, int height,
112 nativeDecodeRegion(long nativeLbm, int start_x, int start_y, int width, int height, BitmapFactory.Options options) argument
/frameworks/base/libs/hwui/
H A DLayerCache.h58 * @param height The desired height of the layer
60 Layer* get(RenderState& renderState, const uint32_t width, const uint32_t height);
H A DPatch.cpp39 float width, float height, const UvMapper& mapper, const Res_png_9patch* patch)
94 const float yStretch = std::max(height - fixed, 0.0f);
96 rescaleY = fixed == 0.0f ? 0.0f : std::min(std::max(height, 0.0f) / fixed, 1.0f);
135 y2 = height;
38 Patch(const float bitmapWidth, const float bitmapHeight, float width, float height, const UvMapper& mapper, const Res_png_9patch* patch) argument
H A DPatch.h43 float width, float height,
H A DTextureCache.cpp101 if (bitmap->width() > mMaxTextureSize || bitmap->height() > mMaxTextureSize) {
103 bitmap->width(), bitmap->height(), mMaxTextureSize, mMaxTextureSize);
126 const uint32_t size = bitmap->rowBytes() * bitmap->height();
182 const uint32_t size = bitmap->rowBytes() * bitmap->height();
/frameworks/base/libs/hwui/font/
H A DCacheTexture.cpp112 CacheTexture::CacheTexture(uint16_t width, uint16_t height, GLenum format, uint32_t maxQuadCount) argument
115 , mHeight(height)
194 uint32_t height = dirtyRect.getHeight(); local
202 mPixelBuffer->upload(x, y, width, height);
258 // it's the remainder space (mY == 0) or there's only enough height for this one glyph
280 // There's enough height left over to create a new CacheBlock
/frameworks/base/libs/hwui/tests/common/
H A DTestScene.h68 virtual void createContent(int width, int height, TestCanvas& renderer) = 0;
/frameworks/base/libs/hwui/tests/common/scenes/
H A DClippingAnimation.cpp31 void createContent(int width, int height, TestCanvas& canvas) override {
H A DListViewAnimation.cpp39 void createContent(int width, int height, TestCanvas& canvas) override {
43 cardWidth = std::min((height - cardSpacing * 2), (int)dp(300));
46 for (int y = 0; y < height + (cardHeight + cardSpacing - 1); y += (cardHeight + cardSpacing)) {
49 listView = TestUtils::createNode(0, 0, width, height,

Completed in 609 milliseconds

<<11121314151617181920>>