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

1 2 3 4 56 7 8 9

  /external/chromium_org/third_party/lcov/bin/
genpng 76 my $width = 80;
86 "width=i" => \$width,
124 genpng_process_file($filename, $out_filename, $width, $tab_size);
148 -w, --width WIDTH Set width of output image to WIDTH pixel
173 # genpng_process_file(filename, out_filename, width, tab_size)
180 my $width = $_[2]
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
PhotoStoreTest.java 143 new String[]{PhotoFiles.WIDTH, PhotoFiles.HEIGHT, PhotoFiles.FILESIZE},
164 new String[]{PhotoFiles.HEIGHT, PhotoFiles.WIDTH, PhotoFiles.FILESIZE},
  /external/chromium_org/third_party/libjpeg_turbo/simd/
jsimd_arm_neon.S     [all...]
  /packages/apps/Camera/src/com/android/camera/
Storage.java 55 private static void setImageSize(ContentValues values, int width, int height) {
58 values.put(MediaColumns.WIDTH, width);
81 int width, int height) {
86 jpeg.length, path, width, height);
92 String path, int width, int height) {
104 setImageSize(values, width, height);
  /packages/apps/LegacyCamera/src/com/android/camera/
Storage.java 53 Location location, int orientation, byte[] jpeg, int width, int height) {
79 values.put(ImageColumns.WIDTH, width);
  /hardware/ti/omap4-aah/hwc/
rgz_2d.c 64 #define WIDTH(rect) ((rect).right - (rect).left)
117 "width=\"%d\" height=\"%d\""
129 OUTP("<rect x=\"%d\" y=\"%d\" width=\"%d\" height=\"%d\" fill=\"%s\" "
130 "fill-opacity=\"%f\" stroke=\"black\" stroke-width=\"1\" />",
325 e->dstgeom.width = screen_geom->width;
332 e->bp.dstrect.width = WIDTH(*subregion_rect);
350 srcgeom->width = handle->iWidth;
355 swap(srcgeom->width, srcgeom->height)
    [all...]
hwc.c 52 #define WIDTH(rect) ((rect).right - (rect).left)
99 __u16 width; /* external screen dimensions */ member in struct:omap4_hwc_ext
127 int width; member in struct:omap4_hwc_img
308 c->width, c->height, c->crop.x, c->crop.y,
373 dsscomp->ovls[i].cfg.width,
418 int w = WIDTH(layer->sourceCrop);
424 return WIDTH(layer->displayFrame) != w || HEIGHT(layer->displayFrame) != h;
513 int w = WIDTH(layer->sourceCrop);
519 return (WIDTH(layer->displayFrame) >= w * hwc_dev->upscaled_nv12_limit ||
581 omap4_hwc_setup_layer_base(struct dss2_ovl_cfg *oc, int index, int format, int blended, int width, int height
2160 __u32 width = png_get_image_width(png_ptr, info_ptr); local
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
NinePatchTest.java 42 private final int WIDTH = 80;
44 private final int[] COLOR = new int[WIDTH * HEIGTH];
117 int width = expected.getWidth(); local
120 for (int i = 0; i < width; i++) {
  /external/chromium_org/media/base/simd/
scale_yuv_to_rgb_sse2_x64.asm 18 ; ptrdiff_t width,
33 ; 5. Width
37 PROLOGUE 7, 7, 3, Y, U, V, ARGB, WIDTH, SOURCE_DX, R1
linear_scale_yuv_to_rgb_mmx_x64.asm 18 ; ptrdiff_t width,
33 ; 5. Width
37 PROLOGUE 7, 7, 3, Y, U, V, ARGB, WIDTH, SOURCE_DX, R1
65 imul WIDTHq, SOURCE_DXq ; source_width = width * source_dx
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
CaptureActivity.java 124 if (intent.hasExtra(Intents.Scan.WIDTH) && intent.hasExtra(Intents.Scan.HEIGHT)) {
125 int width = intent.getIntExtra(Intents.Scan.WIDTH, 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) {
  /hardware/samsung_slsi/exynos5/libhwc/
hwc.cpp 150 ALOGV("\t\tformat = %d, width = %u, height = %u, stride = %u, vstride = %u",
151 h->format, h->width, h->height, h->stride, h->vstride);
197 inline int WIDTH(const hwc_rect &rect) { return rect.right - rect.left; }
247 return WIDTH(layer.displayFrame) != WIDTH(layer.sourceCrop) ||
383 int src_w = WIDTH(layer.sourceCrop), src_h = HEIGHT(layer.sourceCrop);
387 dest_h = WIDTH(layer.displayFrame);
389 dest_w = WIDTH(layer.displayFrame);
446 ALOGV("%s: %d preset=%02d width=%d height=%d name=%s",
448 enum_preset.width, enum_preset.height, enum_preset.name)
    [all...]
  /external/pixman/pixman/
pixman-arm-neon-asm.S     [all...]
  /external/chromium_org/v8/test/webkit/
string-trim.js 59 {s : '\u200B', t : 'ZERO WIDTH SPACE (category Cf)'}
  /frameworks/base/core/java/android/provider/
MediaStore.java 418 * The width of the image/video in pixels.
420 public static final String WIDTH = "width";
    [all...]
  /packages/apps/Gallery2/src/com/android/photos/data/
PhotoDatabase.java 45 { Photos.WIDTH, "INTEGER NOT NULL" },
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PhotoStore.java 188 int width = displayPhoto.getWidth(); local
191 if (allowSmallImageStorage || width > thumbnailDim || height > thumbnailDim) {
206 values.put(PhotoFiles.WIDTH, width);
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaThumbRequest.java 123 values.put(Images.Thumbnails.WIDTH, thumbnail.getWidth());
  /hardware/ti/omap4xxx/hwc/
hwc.c 47 #define WIDTH(rect) ((rect).right - (rect).left)
91 __u16 width; /* external screen dimensions */ member in struct:omap4_hwc_ext
108 int width; member in struct:omap4_hwc_img
219 c->width, c->height, c->crop.x, c->crop.y,
277 dsscomp->ovls[i].cfg.width,
315 int w = WIDTH(layer->sourceCrop);
321 return WIDTH(layer->displayFrame) != w || HEIGHT(layer->displayFrame) != h;
392 omap4_hwc_setup_layer_base(struct dss2_ovl_cfg *oc, int index, int format, int blended, int width, int height)
434 oc->width = width;
1604 __u32 width = png_get_image_width(png_ptr, info_ptr); local
    [all...]
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigTest.java 49 WIDTH,
121 case WIDTH:
211 config.setProperty(Properties.WIDTH, 200);
332 config.setProperty(Properties.WIDTH, 320);
536 config.setProperty(Properties.WIDTH, 320);
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
Storage.java 75 * @param width The width of the media file after the orientation is
81 Location location, int orientation, ExifInterface exif, byte[] jpeg, int width,
84 return addImage(resolver, title, date, location, orientation, exif, jpeg, width, height,
101 * @param width The width of the media file after the orientation is
110 Location location, int orientation, ExifInterface exif, byte[] data, int width,
117 path, width, height, mimeType);
130 * @param width The width of the media file after the orientation i
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalImage.java 96 PROJECTION[INDEX_WIDTH] = MediaColumns.WIDTH;
146 width = cursor.getInt(INDEX_WIDTH);
168 width = uh.update(width, cursor.getInt(INDEX_WIDTH));
325 // For example, the width and height of an webp images is always '0'.
338 return width;
  /cts/tests/tests/media/src/android/media/cts/
MediaCodecTest.java 58 private static final int WIDTH = 1280;
    [all...]
  /packages/apps/Camera2/src/com/android/camera/data/
LocalMediaData.java 66 // width and height should be adjusted according to orientation.
86 int width, int height, long sizeInBytes, double latitude,
94 mWidth = width;
351 MediaStore.Images.ImageColumns.WIDTH, // 7, int
377 String path, int orientation, int width, int height,
380 path, width, height, sizeInBytes, latitude, longitude);
398 int width = c.getInt(COL_WIDTH); local
400 if (width <= 0 || height <= 0) {
402 + path + ":" + width + "x" + height);
407 width = opts.outWidth
726 int width = c.getInt(COL_WIDTH); local
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
Tnaf.java 19 * The window width of WTNAF. The standard value of 4 is slightly less
28 public static final byte WIDTH = 4;
485 * Computes the auxiliary value <code>t<sub>w</sub></code>. If the width is
489 * @param w The window width of the WTNAF.
702 * @param width The window width of the resulting WNAF.
703 * @param pow2w 2<sup>width</sup>.
705 * @param alpha The <code>&alpha;<sub>u</sub></code>'s for the window width.
710 byte width, BigInteger pow2w, BigInteger tw, ZTauElement[] alpha)
723 int maxLength = log2Norm > 30 ? log2Norm + 4 + width : 34 + width
    [all...]

Completed in 3949 milliseconds

1 2 3 4 56 7 8 9