HomeSort by relevance Sort by last modified time
    Searched defs:image_width (Results 1 - 20 of 20) sorted by null

  /external/jpeg/
rdjpgcom.c 269 unsigned int image_height, image_width; local
278 image_width = read_2_bytes();
299 image_width, image_height, num_components, data_precision);
jpeglib.h 150 * downsampled_width = ceil(image_width * Hi/Hmax)
152 * downsampled_width = ceil(image_width * Hi/Hmax * DCT_scaled_size/DCTSIZE)
283 JDIMENSION image_width; /* input image width */ member in struct:jpeg_compress_struct
426 JDIMENSION image_width; /* nominal image width (from SOF marker) member in struct:jpeg_decompress_struct
    [all...]
  /external/libpng/contrib/gregbook/
rpng-win.c 151 static ulg image_width, image_height, image_rowbytes; variable
342 if ((rc = readpng_init(infile, &image_width, &image_height)) != 0) {
497 wimage_rowbytes = ((3*image_width + 3L) >> 2) << 2;
515 bmih->biWidth = image_width;
528 for (i = image_width; i > 0; --i) {
565 CW_USEDEFAULT, CW_USEDEFAULT, image_width+extra_width,
590 image_width, image_rowbytes, wimage_rowbytes))
603 for (i = image_width; i > 0; --i) {
612 for (i = image_width; i > 0; --i) {
640 rect.right = (LONG)image_width; /* possibly off by one? *
    [all...]
rpng-x.c 133 static ulg image_width, image_height, image_rowbytes; variable
299 if ((rc = readpng_init(infile, &image_width, &image_height)) != 0) {
551 window = XCreateWindow(display, root, 0, 0, image_width, image_height, 0,
573 size_hints->min_width = size_hints->max_width = (int)image_width;
628 XFillRectangle(display, window, gc, 0, 0, image_width, image_height);
645 xdata = (uch *)malloc(4*image_width*image_height);
648 xdata = (uch *)malloc(2*image_width*image_height);
651 xdata = (uch *)malloc(image_width*image_height);
661 (char *)xdata, image_width, image_height, pad, 0);
700 image_width, image_rowbytes, ximage_rowbytes)
    [all...]
  /external/webp/src/dec/
webp.c 294 int image_width = 0; local
338 image_width = canvas_width;
383 &image_width, &image_height)) {
392 if (!VP8LGetInfo(data, data_size, &image_width, &image_height, has_alpha)) {
398 if (canvas_width != image_width || canvas_height != image_height) {
416 if (width != NULL) *width = image_width;
  /hardware/intel/img/psb_video/src/x11/
psb_coverlay.c 402 int image_width, image_height, width, height, size; local
423 image_width = subpicture->width;
438 if ((srcx + srcw) > image_width)
439 srcw = image_width - srcx;
472 ximg = XCreateImage(ctx->native_dpy, visual, depth, ZPixmap, 0, NULL, image_width, image_height, 32, 0);
    [all...]
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jdmarker.c 245 JDIMENSION image_width, image_height; local
255 INPUT_2BYTES(cinfo, image_width, return FALSE);
258 if (image_width <= JPEG_MAX_DIMENSION)
259 cinfo->image_width = image_width;
267 (int) cinfo->image_width, (int) cinfo->image_height,
276 if (cinfo->image_height <= 0 || cinfo->image_width <= 0
    [all...]
jpeglib.h 217 * downsampled_width = ceil(image_width * Hi/Hmax)
219 * downsampled_width = ceil(image_width * Hi/Hmax * DCT_scaled_size/DCTSIZE)
346 JDIMENSION image_width; /* input image width */ member in struct:jpeg_compress_struct
487 JDIMENSION image_width; /* nominal image width (from SOF marker) */ member in struct:jpeg_decompress_struct
    [all...]
  /external/pdfium/core/include/thirdparties/libjpeg/
jpeglib.h 217 * downsampled_width = ceil(image_width * Hi/Hmax)
219 * downsampled_width = ceil(image_width * Hi/Hmax * DCT_scaled_size/DCTSIZE)
346 JDIMENSION image_width; /* input image width */ member in struct:jpeg_compress_struct
487 JDIMENSION image_width; /* nominal image width (from SOF marker) */ member in struct:jpeg_decompress_struct
    [all...]
  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java 2684 int image_width = image.getIntrinsicWidth(); local
    [all...]
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_TI_Video.h 2150 OMX_U16 image_width; member in struct:OMX_TI_VIDEO_H264VDEC_ErrConcealStr
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 1008 milliseconds