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

1 2 3 45 6 7 8 91011>>

  /development/perftests/panorama/feature_mos/src/mosaic/
MosaicTypes.h 40 inline int Width()
72 int width, height; member in class:MosaicFrame
80 width = _width;
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);
117 return U[y*width+x];
125 ImageType U = image + (width*height*2);
126 return U[y*width+x]
139 double width; member in struct:__anon2766
    [all...]
  /external/deqp/modules/egl/
teglVGRenderUtil.cpp 41 void clear (int x, int y, int width, int height, const tcu::Vec4& color)
44 vgClear(x, y, width, height);
48 void readPixels (tcu::Surface& dst, int x, int y, int width, int height)
50 dst.setSize(width, height);
51 vgReadPixels(dst.getAccess().getDataPtr(), width*4, VG_sRGBA_8888, 0, 0, width, height);
61 void clear (int x, int y, int width, int height, const tcu::Vec4& color)
63 DE_UNREF(x && y && width && height);
68 void readPixels (tcu::Surface& dst, int x, int y, int width, int height)
70 DE_UNREF(x && y && width && height)
    [all...]
  /external/libyuv/files/source/
row_neon.cc 142 int width) {
157 "+r"(width) // %4
172 int width) {
187 "+r"(width) // %4
203 int width) {
220 "+r"(width) // %5
235 int width) {
250 "+r"(width) // %4
265 int width) {
280 "+r"(width) // %
    [all...]
row_neon64.cc 135 int width) {
150 "+r"(width) // %4
165 int width) {
180 "+r"(width) // %4
196 int width) {
213 "+r"(width) // %5
228 int width) {
243 "+r"(width) // %4
258 int width) {
273 "+r"(width) // %
    [all...]
rotate_gcc.cc 26 uint8* dst, int dst_stride, int width) {
102 "+r"(width) // %2
114 uint8* dst, int dst_stride, int width) {
242 "+r"(width) // %2
256 uint8* dst_b, int dst_stride_b, int width) {
353 "+r"(width) // %3
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
idct.h 48 void idctrow0(int16 *blk, uint8 *pred, uint8 *dst, int width);
49 void idctrow1(int16 *blk, uint8 *pred, uint8 *dst, int width);
50 void idctrow2(int16 *blk, uint8 *pred, uint8 *dst, int width);
51 void idctrow3(int16 *blk, uint8 *pred, uint8 *dst, int width);
52 void idctrow4(int16 *blk, uint8 *pred, uint8 *dst, int width);
59 void idctrow0_intra(int16 *blk, PIXEL *comp, int width);
60 void idctrow1_intra(int16 *blk, PIXEL *comp, int width);
61 void idctrow2_intra(int16 *blk, PIXEL *comp, int width);
62 void idctrow3_intra(int16 *blk, PIXEL *comp, int width);
63 void idctrow4_intra(int16 *blk, PIXEL *comp, int width);
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
MosaicTypes.h 40 inline int Width()
72 int width, height; member in class:MosaicFrame
80 width = _width;
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);
117 return U[y*width+x];
125 ImageType U = image + (width*height*2);
126 return U[y*width+x]
139 double width; member in struct:__anon36313
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/values/
RectangleSpawnShapeValue.java 18 float width = spawnWidth + (spawnWidthDiff * spawnWidthValue.getScale(percent)); local
27 tx = MathUtils.random(1)==0 ? -width/ 2 : width/ 2;
42 tx = MathUtils.random(1)==0 ? -width/2 : width/2;
46 tx = MathUtils.random(width) - width / 2;
53 tx = MathUtils.random(1)==0 ? -width / 2 : width / 2;
57 tx = MathUtils.random(width) - width / 2;
    [all...]
  /external/toybox/kconfig/lxdialog/
yesno.c 27 static void print_buttons(WINDOW * dialog, int height, int width, int selected)
29 int x = width / 2 - 10;
42 int dialog_yesno(const char *title, const char *prompt, int height, int width)
50 if (getmaxx(stdscr) < (width + 4))
54 x = (COLS - width) / 2;
57 draw_shadow(stdscr, y, x, height, width);
59 dialog = newwin(height, width, y, x);
62 draw_box(dialog, 0, 0, height, width,
66 for (i = 0; i < width - 2; i++)
71 print_title(dialog, title, width);
    [all...]
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
BitmapMeshActivity.java 48 final float width = mBitmap1.getWidth() / 3.0f; local
52 0.0f, 0.0f, width, 0.0f, width * 2, 0.0f, width * 3, 0.0f,
53 0.0f, height, width, height, width * 2, height, width * 4, height,
54 0.0f, height * 2, width, height * 2, width * 2, height * 2, width * 3, height * 2
    [all...]
BitmapMeshLayerActivity.java 49 final float width = mBitmap1.getWidth() / 3.0f; local
53 0.0f, 0.0f, width, 0.0f, width * 2, 0.0f, width * 3, 0.0f,
54 0.0f, height, width, height, width * 2, height, width * 4, height,
55 0.0f, height * 2, width, height * 2, width * 2, height * 2, width * 3, height * 2
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
planar_functions.cc 30 int width, int height) {
32 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C;
34 if (src_stride_y == width &&
35 dst_stride_y == width) {
36 width *= height;
46 CopyRow = IS_ALIGNED(width, 32) ? CopyRow_SSE2 : CopyRow_Any_SSE2;
51 CopyRow = IS_ALIGNED(width, 64) ? CopyRow_AVX : CopyRow_Any_AVX;
61 CopyRow = IS_ALIGNED(width, 32) ? CopyRow_NEON : CopyRow_Any_NEON;
72 CopyRow(src_y, dst_y, width);
81 int width, int height)
    [all...]
convert_from.cc 61 // 420 chroma is 1/2 width, 1/2 height
62 // 422 chroma is 1/2 width, 1x height
70 int width, int height) {
71 const int dst_uv_width = (Abs(width) + 1) >> 1;
79 width, height,
83 // 420 chroma is 1/2 width, 1/2 height
84 // 444 chroma is 1x width, 1x height
92 int width, int height) {
93 const int dst_uv_width = Abs(width);
101 width, height
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
GraphicsUtilities.java 34 ImageData result = new ImageData(image.width + 2, image.height + 2, image.depth,
37 final int[] colors = new int[image.width];
38 final byte[] alpha = new byte[image.width];
43 image.getPixels(0, y, image.width, colors, 0);
44 result.setPixels(1, y + 1, image.width, colors, 0);
47 image.getAlphas(0, y, image.width, alpha, 0);
48 result.setAlphas(1, y + 1, image.width, alpha, 0);
61 int width = imageData.width; local
64 for (int x = 0; x < width; x++)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
test_context.c 34 const unsigned int width = 16, height = 16; local
49 width,
72 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, NULL) == XvMCBadContext);
75 assert(XvMCCreateContext(display, -1, surface_type_id, width, height, XVMC_DIRECT, &context) == XvBadPort);
77 assert(XvMCCreateContext(display, port_num, -1, width, height, XVMC_DIRECT, &context) == BadMatch);
79 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, -1, &context) == BadValue);
80 /* Test huge width */
83 assert(XvMCCreateContext(display, port_num, surface_type_id, width, 16384, XVMC_DIRECT, &context) == BadValue);
84 /* Test huge width & height */
87 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, &context) == Success)
    [all...]
  /external/opencv3/modules/core/misc/java/src/java/
core+Rect.java 6 public int x, y, width, height; field in class:Rect
8 public Rect(int x, int y, int width, int height) {
11 this.width = width;
22 width = (int) (p1.x > p2.x ? p1.x : p2.x) - x;
27 this((int) p.x, (int) p.y, (int) s.width, (int) s.height);
38 width = vals.length > 2 ? (int) vals[2] : 0;
43 width = 0;
49 return new Rect(x, y, width, height);
57 return new Point(x + width, y + height)
    [all...]
  /hardware/qcom/msm8x84/kernel-headers/media/
msm_media_info.h 15 * <------- Width ------->
36 * Y_Stride : Width aligned to 128
37 * UV_Stride : Width aligned to 128
51 * <------- Width ------->
72 * Y_Stride : Width aligned to 128
73 * UV_Stride : Width aligned to 128
89 * <------- Width ------->
128 * Y_Stride : Width aligned to 128
129 * UV_Stride : Width aligned to 128
140 static inline unsigned int VENUS_EXTRADATA_SIZE(int width, int height
    [all...]
  /hardware/qcom/msm8x84/original-kernel-headers/media/
msm_media_info.h 15 * <------- Width ------->
36 * Y_Stride : Width aligned to 128
37 * UV_Stride : Width aligned to 128
51 * <------- Width ------->
72 * Y_Stride : Width aligned to 128
73 * UV_Stride : Width aligned to 128
89 * <------- Width ------->
128 * Y_Stride : Width aligned to 128
129 * UV_Stride : Width aligned to 128
140 static inline unsigned int VENUS_EXTRADATA_SIZE(int width, int height
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_type.h 44 * Native SIMD architecture width available at runtime.
46 * Using this width should give the best performance,
52 * Maximum supported vector width (not necessarily supported at run-time).
112 * Element width.
115 * width.
117 unsigned width:14; member in struct:lp_type
122 * width*length should be a power of two greater or equal to eight.
171 return type.width * type.length;
177 lp_type_float(unsigned width)
184 res_type.width = width
    [all...]
  /dalvik/dx/tests/003-magic-version-access/
run 30 dx --debug --dump --width=100 class-version-45.0.txt
31 dx --debug --dump --width=100 class-version-45.65535.txt
32 dx --debug --dump --width=100 class-version-48.0.txt
33 dx --debug --dump --width=100 class-version-48.65535.txt
34 dx --debug --dump --width=100 class-version-49.0.txt
35 dx --debug --dump --width=100 class-version-49.1.txt
36 dx --debug --dump --width=100 class-version-49.65535.txt
37 dx --debug --dump --width=100 class-version-50.0.txt
38 dx --debug --dump --width=100 class-version-50.1.txt
39 dx --debug --dump --width=100 class-version-50.65535.tx
    [all...]
  /external/chromium-trace/catapult/third_party/polymer/components/core-input/
core-input.css 15 width: 20em;
26 width: 100%;
32 width: 100%;
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
convert_from_argb.h 26 int width, int height);
32 int width, int height);
38 int width, int height);
44 int width, int height);
50 int width, int height);
56 int width, int height);
62 int width, int height);
72 const uint8* dither4x4, int width, int height);
78 int width, int height);
84 int width, int height)
    [all...]
  /external/libyuv/files/include/libyuv/
convert_from_argb.h 26 int width, int height);
32 int width, int height);
38 int width, int height);
44 int width, int height);
50 int width, int height);
56 int width, int height);
62 int width, int height);
72 const uint8* dither4x4, int width, int height);
78 int width, int height);
84 int width, int height)
    [all...]
  /external/mesa3d/src/mesa/main/
texstorage.h 31 GLsizei width);
36 GLsizei width, GLsizei height);
41 GLsizei width, GLsizei height, GLsizei depth);
48 GLsizei width);
53 GLsizei width, GLsizei height);
58 GLsizei width, GLsizei height, GLsizei depth);
  /frameworks/base/tools/layoutlib/bridge/src/android/text/
Primitive.java 27 // Box and Glue have width only.
28 // Penalty has both width and penalty.
30 public final float width; field in class:Primitive
36 private Primitive(@NonNull PrimitiveType type, int location, float width, float penalty) {
39 this.width = width;
45 * Something with a constant width that is to be typeset - like a character.
49 * Blank space with fixed width.
61 * For tabs - variable width space.
83 public Primitive getNewPrimitive(int location, float width, float penalty)
    [all...]

Completed in 736 milliseconds

1 2 3 45 6 7 8 91011>>