HomeSort by relevance Sort by last modified time
    Searched refs:HEIGHT (Results 126 - 150 of 271) sorted by null

1 2 3 4 56 7 8 91011

  /packages/apps/LegacyCamera/src/com/android/camera/
Storage.java 53 Location location, int orientation, byte[] jpeg, int width, int height) {
80 values.put(ImageColumns.HEIGHT, height);
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
DatabaseHelper.java 332 /* cached height for this part (for layout while loading) */
333 public static final String HEIGHT = "height";
351 + PartColumns.HEIGHT + " INT DEFAULT("
520 + PARTS_TABLE + '.' + PartColumns.HEIGHT
521 + " as " + PartColumns.HEIGHT + ", "
    [all...]
  /external/deqp/modules/gles31/functional/
es31fSRGBDecodeTests.cpp 136 const int HEIGHT = 128;
406 const int height,
447 const int height,
455 , m_source (context.getRenderContext(), glu::getInternalFormat(internalFormat), width, height)
459 , m_height (height)
870 const int height,
1063 const int height,
1071 SRGBTestTexture* texture = new SRGBTestTexture(m_context, targetType, m_internalFormat, width, height, color, wrapS, wrapT, minFilter, magFilter, decoding);
1131 int height = m_context.getRenderContext().getRenderTarget().getHeight(); local
1153 int height = m_context.getRenderContext().getRenderTarget().getHeight(); local
1286 int height = m_context.getRenderContext().getRenderTarget().getHeight(); local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolOcclusionTests.cpp 60 HEIGHT = 128
93 HEIGHT, // height;
166 FramebufferCreateInfo framebufferCreateInfo(*m_renderPass, attachments, WIDTH, HEIGHT, 1);
217 HEIGHT, // float height;
230 HEIGHT, // deInt32 height
385 { StateObjects::WIDTH, StateObjects::HEIGHT }
804 { StateObjects::WIDTH, StateObjects::HEIGHT }
    [all...]
  /external/skia/gm/
xfermodeimagefilter.cpp 17 #define HEIGHT 700
34 return SkISize::Make(WIDTH, HEIGHT);
92 y += fBitmap.height() + MARGIN;
102 y += fBitmap.height() + MARGIN;
110 y += fBitmap.height() + MARGIN;
113 SkIntToScalar(fBitmap.height() + 4));
131 y += fBitmap.height() + MARGIN;
142 y += fBitmap.height() + MARGIN;
156 fBitmap.height() + offsets[i][3]);
166 y += fBitmap.height() + MARGIN
    [all...]
  /external/skqp/gm/
xfermodeimagefilter.cpp 17 #define HEIGHT 700
34 return SkISize::Make(WIDTH, HEIGHT);
92 y += fBitmap.height() + MARGIN;
102 y += fBitmap.height() + MARGIN;
110 y += fBitmap.height() + MARGIN;
113 SkIntToScalar(fBitmap.height() + 4));
131 y += fBitmap.height() + MARGIN;
142 y += fBitmap.height() + MARGIN;
156 fBitmap.height() + offsets[i][3]);
166 y += fBitmap.height() + MARGIN
    [all...]
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
CaptureActivity.java 124 if (intent.hasExtra(Intents.Scan.WIDTH) && intent.hasExtra(Intents.Scan.HEIGHT)) {
126 int height = intent.getIntExtra(Intents.Scan.HEIGHT, 0); local
127 if (width > 0 && height > 0) {
128 cameraManager.setManualFramingRect(width, height);
189 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) {
  /prebuilts/misc/windows/sdl2/test/
testgesture.c 48 #define HEIGHT 480
190 SDL_Surface* initScreen(int width,int height)
195 width, height, SDL_WINDOW_RESIZABLE);
219 if (!(screen = initScreen(WIDTH,HEIGHT)))
  /external/trappy/trappy/plotter/js/
EventPlot.js 35 HEIGHT: 30,
160 .attr('height', mainHeight + margin.top +
169 .attr('height', mainHeight)
407 .attr('height', ePlot.miniHeight - 1);
517 .attr('height', infoHeight + infoProps.TOP_MARGIN + LINE_WIDTH)
525 .attr('height', infoProps.HEIGHT)
531 .attr("height", infoHeight)
540 .attr("height", infoHeight)
548 .attr("y", infoProps.HEIGHT / 2 + infoProps.YPAD
    [all...]
  /cts/apps/CameraITS/tests/rolling_shutter_skew/
test_rolling_shutter_skew.py 32 HEIGHT = 480
37 CLUSTER_DISTANCE = 50.0 / HEIGHT
69 'to 640x480). Example: --img_size=<width>,<height>'))
135 # Make the cluster distance relative to the height of the image.
177 w, h = WIDTH, HEIGHT
188 fmt = {'format': 'yuv', 'width': w, 'height': h}
549 the width and height of the rectangle.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskStackLayoutAlgorithm.java 139 @IntDef({WIDTH, HEIGHT})
142 private static final int HEIGHT = 1;
206 // The height between the top margin and the top of the focused task
209 // The height between the bottom margin and the top of task in front of the focused task
218 /** The height, in pixels, of each task view's title bar. */
382 int topMargin = getScaleForExtent(windowRect, displayRect, mBaseTopMargin, mMinMargin, HEIGHT);
384 HEIGHT);
386 mMinMargin, HEIGHT);
399 int height = mStackRect.height() - mInitialTopOffset - mStackBottomOffset local
    [all...]
  /external/webp/src/dec/
buffer_dec.c 38 #define MIN_BUFFER_SIZE(WIDTH, HEIGHT, STRIDE) \
39 ((uint64_t)(STRIDE) * ((HEIGHT) - 1) + (WIDTH))
45 const int height = buffer->height; local
51 const int uv_height = (height + 1) / 2;
56 const uint64_t y_size = MIN_BUFFER_SIZE(width, height, y_stride);
59 const uint64_t a_size = MIN_BUFFER_SIZE(width, height, a_stride);
77 const uint64_t size = MIN_BUFFER_SIZE(width, height, stride);
88 const int h = buffer->height;
158 buf->rgba += (buffer->height - 1) * buf->stride
    [all...]
  /hardware/interfaces/graphics/composer/2.1/
IComposerClient.hal 29 HEIGHT = 2,
259 * Creates a new virtual display with the given width and height. The
267 * @param height is the height in pixels.
273 * UNSUPPORTED when the width or height is too large for the
282 uint32_t height,
354 * height equal to the active display configuration dimensions,
360 * @param height is the client target height in pixels.
371 uint32_t height,
    [all...]
  /hardware/interfaces/graphics/composer/2.2/vts/functional/
VtsHalGraphicsComposerV2_2TargetTest.cpp 137 info.height = 64;
239 int32_t height = mComposerClient->getDisplayAttribute(mPrimaryDisplay, config, local
240 IComposerClient::Attribute::HEIGHT);
242 ASSERT_LT(0, height);
247 mPrimaryDisplay, width, height, PixelFormat::RGBA_8888, Dataspace::UNKNOWN));
280 info.height = mComposerClient->getDisplayAttribute(mPrimaryDisplay, config,
281 IComposerClient::Attribute::HEIGHT);
  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
MessagePartData.java 66 PartColumns.HEIGHT,
121 final int width, final int height) {
122 this(null, null, contentType, contentUri, width, height, false /*singlePartOnly*/);
129 final Uri contentUri, final int width, final int height) {
130 this(null, messageText, contentType, contentUri, width, height, false /*singlePartOnly*/);
137 final Uri contentUri, final int width, final int height, final boolean singlePartOnly) {
138 this(null, messageText, contentType, contentUri, width, height, singlePartOnly);
145 final String contentType, final Uri contentUri, final int width, final int height,
152 mHeight = height;
167 final Uri contentUri, final int width, final int height) {
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawIndirectTest.cpp 427 tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5 + WIDTH), (int)(0.5 + HEIGHT));
455 vk::VK_IMAGE_LAYOUT_GENERAL, zeroOffset, WIDTH, HEIGHT, vk::VK_IMAGE_ASPECT_COLOR_BIT);
694 tcu::Texture2D referenceFrame(vk::mapVkFormat(m_colorAttachmentFormat), (int)(0.5 + WIDTH), (int)(0.5 + HEIGHT));
723 vk::VK_IMAGE_LAYOUT_GENERAL, zeroOffset, WIDTH, HEIGHT, vk::VK_IMAGE_ASPECT_COLOR_BIT);
  /frameworks/base/core/java/android/provider/
MediaStore.java 466 * The height of the image/video in pixels.
468 public static final String HEIGHT = "height";
    [all...]
  /packages/apps/Gallery2/src/com/android/photos/data/
PhotoDatabase.java 46 { Photos.HEIGHT, "INTEGER NOT NULL" },
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PhotoStore.java 190 int height = displayPhoto.getHeight(); local
192 if (allowSmallImageStorage || width > thumbnailDim || height > thumbnailDim) {
206 values.put(PhotoFiles.HEIGHT, height);
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaThumbRequest.java 124 values.put(Images.Thumbnails.HEIGHT, thumbnail.getHeight());
  /frameworks/native/services/surfaceflinger/tests/unittests/
DisplayTransactionTest.cpp 237 template <DisplayDevice::DisplayType type, DisplayDevice::DisplayType hwcId, int width, int height,
240 // The display width and height
242 static constexpr int HEIGHT = height;
281 EXPECT_CALL(*test->mRenderSurface, queryHeight()).WillOnce(Return(HEIGHT));
289 EXPECT_CALL(*test->mConsumer, setDefaultBufferSize(WIDTH, HEIGHT))
322 .setHeight(DisplayVariant::HEIGHT)
342 IComposerClient::Attribute::HEIGHT, _))
343 .WillOnce(DoAll(SetArgPointee<3>(DisplayVariant::HEIGHT), Return(Error::NONE)));
377 template <hwc2_display_t hwcDisplayId, DisplayDevice::DisplayType type, int width, int height,
    [all...]
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigTest.java 51 HEIGHT,
129 case HEIGHT:
216 config.setProperty(Properties.HEIGHT, 320);
335 config.setProperty(Properties.HEIGHT, 480);
567 config.setProperty(Properties.HEIGHT, 480);
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
PathTest.java 209 assertEquals(expected.height(), bounds.height(), 0.0f);
212 assertEquals(expected.height(), bounds.height(), 0.0f);
224 assertEquals(expected.height(), bounds.height(), 0.0f);
227 assertEquals(expected.height(), bounds.height(), 0.0f);
531 private static final int HEIGHT = 100;
534 Bitmap bitmap = Bitmap.createBitmap(WIDTH, HEIGHT, Bitmap.Config.ARGB_8888)
    [all...]
  /hardware/interfaces/graphics/composer/2.1/vts/functional/
VtsHalGraphicsComposerV2_1TargetTest.cpp 216 int32_t height = mComposerClient->getDisplayAttribute(mPrimaryDisplay, config, local
217 IComposerClient::Attribute::HEIGHT);
219 ASSERT_LT(0, height);
224 mPrimaryDisplay, width, height, PixelFormat::RGBA_8888, Dataspace::UNKNOWN));
238 IComposerClient::Attribute::WIDTH, IComposerClient::Attribute::HEIGHT,
363 info.height = 64;
  /frameworks/support/media/src/main/java/androidx/media/
MediaPlayer2.java 527 * Returns the height of the video.
529 * @return the height of the video, or 0 if there is no video,
530 * no display surface was set, or the height has not been determined
533 * notification {@code MediaPlayer2EventCallback.onVideoSizeChanged} when the height is
    [all...]

Completed in 1253 milliseconds

1 2 3 4 56 7 8 91011