HomeSort by relevance Sort by last modified time
    Searched refs:height (Results 101 - 125 of 9596) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/mesa3d/src/gallium/winsys/sw/fbdev/
fbdev_sw_winsys.h 39 unsigned width, height; member in struct:fbdev_sw_drawable
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_tile.h 32 gl_format format, unsigned width, unsigned height);
36 gl_format format, unsigned width, unsigned height);
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
VideoQuality.java 22 int height; field in class:VideoQuality
  /external/opencv/cvaux/src/
_cvaux.h 57 return size1.width == size2.width && size1.height == size2.height;
63 return size1.width != size2.width || size1.height != size2.height;
  /external/opencv3/3rdparty/libwebp/utils/
quant_levels_dec.h 23 // Apply post-processing to input 'data' of size 'width'x'height' assuming
26 int DequantizeLevels(uint8_t* const data, int width, int height);
  /external/skia/src/core/
SkBBHFactory.cpp 14 SkScalar aspectRatio = bounds.width() / bounds.height();
  /external/webp/src/utils/
filters.h 26 int width, int height, int stride);
quant_levels.h 25 // Replace the input 'data' of size 'width'x'height' with 'num-levels'
29 int QuantizeLevels(uint8_t* const data, int width, int height, int num_levels,
  /external/webrtc/talk/media/webrtc/
webrtcvideoframefactory.h 42 int height) const override;
  /external/webrtc/webrtc/test/
null_platform_renderer.cc 18 size_t height) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
AutoScrollView.java 35 int height = getHeight(); local
36 int scrollPadding = (int) (height * SCROLL_PERCENT);
39 } else if (y > height - scrollPadding) {
40 scrollBy(0, y - height + scrollPadding);
  /frameworks/native/opengl/tests/angeles/
app.h 43 extern void appRender(long tick, int width, int height);
  /frameworks/native/opengl/tests/gl_jni/src/com/android/gljni/
GLJNILib.java 29 * @param height the current view height
31 public static native void init(int width, int height);
  /hardware/ti/omap4-aah/kernel-headers-ti/linux/
bvsurfgeom.h 26 unsigned int height; member in struct:bvsurfgeom
  /external/libvpx/libvpx/third_party/libyuv/source/
rotate_argb.cc 43 uint8* dst, int dst_stride, int width, int height) {
49 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(height, 4)) { // Width of dest.
54 if (TestCpuFlag(kCpuHasNEON) && IS_ALIGNED(height, 4)) { // Width of dest.
60 ScaleARGBRowDownEven(src, 0, src_pixel_step, dst, height);
67 uint8* dst, int dst_stride, int width, int height) {
71 src += src_stride * (height - 1);
73 ARGBTranspose(src, src_stride, dst, dst_stride, width, height);
77 uint8* dst, int dst_stride, int width, int height) {
83 ARGBTranspose(src, src_stride, dst, dst_stride, width, height);
87 uint8* dst, int dst_stride, int width, int height) {
    [all...]
planar_functions.cc 30 int width, int height) {
36 width *= height;
37 height = 1;
71 for (y = 0; y < height; ++y) {
81 int width, int height) {
87 width *= height;
88 height = 1;
113 for (y = 0; y < height; ++y) {
128 int width, int height) {
132 width <= 0 || height == 0)
    [all...]
  /external/libyuv/files/source/
rotate_argb.cc 43 uint8* dst, int dst_stride, int width, int height) {
49 if (TestCpuFlag(kCpuHasSSE2) && IS_ALIGNED(height, 4)) { // Width of dest.
54 if (TestCpuFlag(kCpuHasNEON) && IS_ALIGNED(height, 4)) { // Width of dest.
60 ScaleARGBRowDownEven(src, 0, src_pixel_step, dst, height);
67 uint8* dst, int dst_stride, int width, int height) {
71 src += src_stride * (height - 1);
73 ARGBTranspose(src, src_stride, dst, dst_stride, width, height);
77 uint8* dst, int dst_stride, int width, int height) {
83 ARGBTranspose(src, src_stride, dst, dst_stride, width, height);
87 uint8* dst, int dst_stride, int width, int height) {
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Atlas.java 79 * @param height The height of the atlas in pixels
83 public Atlas(Type type, int width, int height) {
84 this(type, width, height, FLAG_DEFAULTS);
94 * @param height The height of the atlas in pixels
100 public Atlas(Type type, int width, int height, int flags) {
101 mPolicy = findPolicy(type, width, height, flags);
108 * @param height The height of the rectangle to pack in the atla
249 int height; field in class:Atlas.SlicePolicy.Cell
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
convert_argb.h 37 int width, int height);
45 int width, int height);
53 int width, int height);
61 int width, int height);
69 int width, int height);
75 int width, int height);
81 int width, int height);
91 int width, int height);
98 int width, int height);
104 int width, int height);
    [all...]
  /external/skia/src/gpu/
GrRectanizer_skyline.cpp 12 bool GrRectanizerSkyline::addRect(int width, int height, SkIPoint16* loc) {
14 (unsigned)height > (unsigned)this->height()) {
21 int bestY = this->height() + 1;
25 if (this->rectangleFits(i, width, height, &y)) {
38 this->addSkylineLevel(bestIndex, bestX, bestY, width, height);
42 fAreaSoFar += width*height;
51 bool GrRectanizerSkyline::rectangleFits(int skylineIndex, int width, int height, int* ypos) const {
62 if (y + height > this->height()) {
    [all...]
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
PlanarYUVLuminanceSource.java 42 int width, int height, boolean reverseHorizontal) {
43 super(width, height);
45 if (left + width > dataWidth || top + height > dataHeight) {
55 reverseHorizontal(width, height);
76 int height = getHeight(); local
80 if (width == dataWidth && height == dataHeight) {
84 int area = width * height;
96 for (int y = 0; y < height; y++) {
111 int height = getHeight(); local
112 int[] pixels = new int[width * height];
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_yuv.h 127 unsigned width, unsigned height);
132 unsigned width, unsigned height);
137 unsigned width, unsigned height);
142 unsigned width, unsigned height);
151 unsigned width, unsigned height);
156 unsigned width, unsigned height);
161 unsigned width, unsigned height);
166 unsigned width, unsigned height);
176 unsigned width, unsigned height);
180 unsigned width, unsigned height);
    [all...]
  /external/toybox/kconfig/lxdialog/
yesno.c 27 static void print_buttons(WINDOW * dialog, int height, int width, int selected)
30 int y = height - 2;
42 int dialog_yesno(const char *title, const char *prompt, int height, int width)
48 if (getmaxy(stdscr) < (height + 4))
55 y = (LINES - height) / 2;
57 draw_shadow(stdscr, y, x, height, width);
59 dialog = newwin(height, width, y, x);
62 draw_box(dialog, 0, 0, height, width,
65 mvwaddch(dialog, height - 3, 0, ACS_LTEE);
76 print_buttons(dialog, height, width, 0)
    [all...]
  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
VideoRenderer.java 45 public final int height; field in class:VideoRenderer.I420Frame
65 I420Frame(int width, int height, int rotationDegree, int[] yuvStrides, ByteBuffer[] yuvPlanes,
68 this.height = height;
91 I420Frame(int width, int height, int rotationDegree, int textureId, float[] samplingMatrix,
94 this.height = height;
108 return (rotationDegree % 180 == 0) ? width : height;
112 return (rotationDegree % 180 == 0) ? height : width;
117 return width + "x" + height + ":" + yuvStrides[0] + ":" + yuvStrides[1]
    [all...]
  /frameworks/base/core/java/com/android/internal/view/
ActionBarPolicy.java 50 final int height = config.screenHeightDp; local
52 if (smallest > 600 || (width > 960 && height > 720) || (width > 720 && height > 960)) {
55 } else if (width >= 500 || (width > 640 && height > 480) || (width > 480 && height > 640)) {
83 final int height = configuration.screenHeightDp; local
85 width >= 480 || (width >= 640 && height >= 480);
91 int height = a.getLayoutDimension(R.styleable.ActionBar_height, 0); local
94 // Stacked tabs; limit the height
95 height = Math.min(height
    [all...]

Completed in 1964 milliseconds

1 2 3 45 6 7 8 91011>>