HomeSort by relevance Sort by last modified time
    Searched refs:height (Results 276 - 300 of 11432) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
api_images.c 96 VGint width, VGint height,
105 if (width <= 0 || height <= 0) {
110 height > vegaGeti(VG_MAX_IMAGE_HEIGHT)) {
114 if (width * height > vegaGeti(VG_MAX_IMAGE_PIXELS)) {
126 return image_to_handle(image_create(format, width, height));
147 VGint width, VGint height)
156 if (width <= 0 || height <= 0) {
163 if (x + width < 0 || y + height < 0)
166 image_clear(img, x, y, width, height);
175 VGint width, VGint height)
291 width, height, dither); local
    [all...]
  /external/deqp/framework/platform/raspi/
tcuRaspiPlatform.cpp 70 Window (int width, int height);
110 const int height = params.height != eglu::WindowParams::SIZE_DONT_CARE ? params.height : DEFAULT_WINDOW_HEIGHT; local
112 return new Window(width, height);
117 Window::Window (int width, int height)
132 dstRect.height = height;
137 srcRect.height = height << 16
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/load/model/
ModelCache.java 10 * model, width and height. For a loader that takes a model and returns a url, the cache could be used to safely memoize
11 * url creation based on the width and height of the view.
24 public static <A> ModelKey<A> get(A model, int width, int height) {
30 modelKey.init(model, width, height);
34 private int height; field in class:ModelCache.ModelKey
40 private void init(A model, int width, int height) {
43 this.height = height;
57 if (height != modelKey.height) return false
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
api_images.c 96 VGint width, VGint height,
105 if (width <= 0 || height <= 0) {
110 height > vegaGeti(VG_MAX_IMAGE_HEIGHT)) {
114 if (width * height > vegaGeti(VG_MAX_IMAGE_PIXELS)) {
126 return image_to_handle(image_create(format, width, height));
147 VGint width, VGint height)
156 if (width <= 0 || height <= 0) {
163 if (x + width < 0 || y + height < 0)
166 image_clear(img, x, y, width, height);
175 VGint width, VGint height)
291 width, height, dither); local
    [all...]
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
Alpha8BitmapActivity.java 60 final float height = texture.getHeight() / 3.0f; local
64 0.0f, height, width, height, width * 2, height, width * 4, height,
65 0.0f, height * 2, width, height * 2, width * 2, height * 2, width * 3, height * 2,
66 0.0f, height * 4, width, height * 4, width * 2, height * 4, width * 4, height * 4
    [all...]
  /external/libyuv/files/include/libyuv/
planar_functions.h 27 int width, int height,
37 int width, int height);
45 int width, int height);
52 int width, int height);
60 int width, int height);
70 int width, int height);
76 int width, int height);
83 int width, int height);
90 int width, int height);
100 int width, int height);
    [all...]
  /device/generic/goldfish/camera/
Converters.cpp 34 int height)
39 for (int y = 0; y < height; y++) {
64 int height)
69 for (int y = 0; y < height; y++) {
88 void YV12ToRGB565(const void* yv12, void* rgb, int width, int height)
90 const int pix_total = width * height;
94 _YUV420SToRGB565(Y, U, V, 1, reinterpret_cast<uint16_t*>(rgb), width, height);
97 void YV12ToRGB32(const void* yv12, void* rgb, int width, int height)
99 const int pix_total = width * height;
103 _YUV420SToRGB32(Y, U, V, 1, reinterpret_cast<uint32_t*>(rgb), width, height);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoadapter_unittest.cc 103 captured_frame->width, abs(captured_frame->height)));
168 int height) {
170 EXPECT_EQ(height, stats.adapted_height);
201 VerifyAdaptedResolution(stats, capture_format_.width, capture_format_.height);
216 VerifyAdaptedResolution(stats, capture_format_.width, capture_format_.height);
233 VerifyAdaptedResolution(stats, capture_format_.width, capture_format_.height);
250 VerifyAdaptedResolution(stats, capture_format_.width, capture_format_.height);
268 VerifyAdaptedResolution(stats, capture_format_.width, capture_format_.height);
300 request_format.height /= 2;
309 VerifyAdaptedResolution(stats, request_format.width, request_format.height);
    [all...]
  /external/chromium_org/media/cast/test/utility/
video_utility.cc 20 frame1->coded_size().height() != frame2->coded_size().height())
36 frame1->coded_size().height());
40 int height = frame->coded_size().height(); local
44 int half_height = (height + 1) / 2;
50 for (int j = 0; j < height; ++j) {
75 int height = frame->coded_size().height(); local
79 int half_height = (height + 1) / 2
91 int height = frame->coded_size().height(); local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
convert_from.h 33 int width, int height);
42 int width, int height);
51 int width, int height);
57 int width, int height);
68 int width, int height);
76 int width, int height);
83 int width, int height);
90 int width, int height);
97 int width, int height);
104 int width, int height);
    [all...]
  /external/chromium_org/third_party/libyuv/include/libyuv/
convert_from.h 33 int width, int height);
42 int width, int height);
51 int width, int height);
57 int width, int height);
68 int width, int height);
76 int width, int height);
83 int width, int height);
90 int width, int height);
97 int width, int height);
104 int width, int height);
    [all...]
  /external/chromium_org/third_party/polymer/components/core-toolbar/
core-toolbar.css 17 height: 64px;
26 transition: height 0.18s ease-in;
30 height: 128px;
34 height: 192px;
39 height: 64px;
46 height: 56px;
50 height: 112px;
54 height: 168px;
58 height: 56px;
  /external/chromium_org/third_party/polymer/components-chromium/core-toolbar/
core-toolbar.css 17 height: 64px;
26 transition: height 0.18s ease-in;
30 height: 128px;
34 height: 192px;
39 height: 64px;
46 height: 56px;
50 height: 112px;
54 height: 168px;
58 height: 56px;
  /external/chromium_org/third_party/webrtc/modules/video_processing/main/test/unit_test/
readYUV420file.m 1 function [Y,U,V] = readYUV420file(filename, width, height)
2 % [Y,U,V] = readYUVfile(filename, width, height)
10 nPx=width*height;
23 Y=uint8(zeros(height,width,numFrames));
24 U=uint8(zeros(height/2,width/2,numFrames));
25 V=uint8(zeros(height/2,width/2,numFrames));
32 Y(:,:,k)=uint8(reshape(X(1:nPx), width, height).');
35 U(:,:,k)=uint8(reshape(X(nPx + (1:nPx/4)), width/2, height/2).');
38 V(:,:,k)=uint8(reshape(X(nPx + nPx/4 + (1:nPx/4)), width/2, height/2).');
  /development/perftests/panorama/feature_mos/src/mosaic/
MosaicTypes.h 45 inline int Height()
72 int width, height; member in class:MosaicFrame
81 height = _height;
84 image = ImageUtils::allocateImage(width, height, ImageUtils::IMAGE_TYPE_NUM_CHANNELS);
100 return (image + (width*height));
108 return (image + (width*height*2));
116 ImageType U = image + (width*height);
125 ImageType U = image + (width*height*2);
  /external/chromium_org/chrome/browser/devtools/
devtools_contents_resizing_strategy.cc 39 0, 0, container_size.width(), container_size.height());
44 0, 0, container_size.width(), container_size.height());
49 int top = std::min(bounds.y(), container_size.height());
51 int height = std::min(bounds.height(), container_size.height() - top); local
52 new_contents_bounds->SetRect(left, top, width, height);
  /external/chromium_org/chrome/browser/ui/views/
validation_message_bubble_delegate_unittest.cc 24 EXPECT_LE(0, short_main_empty_sub_size.height());
31 EXPECT_GT(long_main_empty_sub_size.height(),
32 short_main_empty_sub_size.height());
38 EXPECT_GT(short_main_medium_sub_size.height(),
39 short_main_empty_sub_size.height());
48 EXPECT_GT(short_main_long_sub_size.height(),
49 short_main_medium_sub_size.height());
  /external/chromium_org/third_party/WebKit/Source/core/css/
mediaControlsAndroid.css 30 height: 35px;
34 height: 35px;
38 height: 40px;
42 height: 35px;
51 height: 35px;
52 line-height: 35px;
57 height: 35px;
58 line-height: 35px;
68 height: 35px;
69 line-height: 35px
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleGeneratedImage.cpp 53 LayoutUnit height = fixedSize.height() * multiplier; local
55 // Don't let images that have a width/height >= 1 shrink below 1 when zoomed.
59 if (fixedSize.height() > 0)
60 height = max<LayoutUnit>(1, height);
62 return LayoutSize(width, height);
73 intrinsicHeight = Length(size.height(), Fixed);
  /external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
spatial_resampler.cc 26 int32_t height) {
29 if (width < 1 || height < 1) return VPM_PARAMETER_ERROR;
32 target_height_ = height;
55 (inFrame.height() == target_height_)) {
63 ret_val = scaler_.Set(inFrame.width(), inFrame.height(),
90 int32_t height) {
91 if ((width == target_width_ && height == target_height_) ||
  /external/proguard/src/proguard/gui/splash/
RectangleSprite.java 37 private final VariableInt height; field in class:RectangleSprite
49 * @param height the variable height of the rectangle.
56 VariableInt height)
58 this(filled, color, x, y, width, height, new ConstantInt(0), new ConstantInt(0));
69 * @param height the variable height of the rectangle.
71 * @param arcHeight the variable height of the corner arcs.
78 VariableInt height,
87 this.height = height
    [all...]
  /hardware/qcom/display/msm8960/libtilerenderer/
tilerenderer.cpp 39 int height = 0; local
43 renderer->getViewport(width, height);
50 bottom = height;
55 ALOGE("can't tile render; drity region, width, height not available");
59 int l = left, t = (height - bottom), w = (right - left), h = (bottom - top), preserve = 0;
67 if (w > width || h > height) {
69 h = (h > height) ? height : h;
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
MosaicTypes.h 45 inline int Height()
72 int width, height; member in class:MosaicFrame
81 height = _height;
84 image = ImageUtils::allocateImage(width, height, ImageUtils::IMAGE_TYPE_NUM_CHANNELS);
100 return (image + (width*height));
108 return (image + (width*height*2));
116 ImageType U = image + (width*height);
125 ImageType U = image + (width*height*2);
  /packages/apps/Camera2/jni/
jpegutilnative.cpp 37 JNIEnv* env, jclass clazz, jint width, jint height, jobject yBuf,
46 jpegutil::Plane yP(width, height, width, height, (unsigned char*)y, yPStride,
48 jpegutil::Plane cbP(width, height, width / 2, height / 2, (unsigned char*)cb,
50 jpegutil::Plane crP(width, height, width / 2, height / 2, (unsigned char*)cr,
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
MosaicTypes.h 45 inline int Height()
72 int width, height; member in class:MosaicFrame
81 height = _height;
84 image = ImageUtils::allocateImage(width, height, ImageUtils::IMAGE_TYPE_NUM_CHANNELS);
100 return (image + (width*height));
108 return (image + (width*height*2));
116 ImageType U = image + (width*height);
125 ImageType U = image + (width*height*2);

Completed in 699 milliseconds

<<11121314151617181920>>