HomeSort by relevance Sort by last modified time
    Searched refs:image_width (Results 51 - 75 of 103) sorted by null

1 23 4 5

  /external/skia/src/codec/
SkJpegCodec.cpp 56 const SkImageInfo& imageInfo = SkImageInfo::Make(decoderMgr->dinfo()->image_width,
143 dinfo.image_width = this->getInfo().width();
254 dinfo.image_width = this->getInfo().width();
566 // U_plane_width = image_width * (U_h_samp_factor / max_h_samp_factor)
  /external/opencv3/modules/ts/misc/
xls-report.py 318 (image_width, image_height) = map(int, image_size.split('x', 1))
319 sheet.write(row, 2, image_width)
  /external/pdfium/third_party/libjpeg/
fpdfapi_jcmarker.c 289 (long) cinfo->image_width > 65535L)
294 emit_2bytes(cinfo, (int) cinfo->image_width);
  /device/generic/goldfish/camera/fake-pipeline2/
JpegCompressor.cpp 163 mCInfo.image_width = mAuxBuffer.width;
  /external/libjpeg-turbo/
turbojpeg.c 768 cinfo->image_width=width;
885 cinfo->image_width=width;
1077 cinfo->image_width=width;
1100 pw[i]=PAD(cinfo->image_width, cinfo->max_h_samp_factor)
    [all...]
jcmaster.c 61 cinfo->jpeg_width = cinfo->image_width;
96 samplesperrow = (long) cinfo->image_width * (long) cinfo->input_components;
jpeglib.h 157 * downsampled_width = ceil(image_width * Hi/Hmax)
159 * downsampled_width = ceil(image_width * Hi/Hmax * DCT_[h_]scaled_size/DCTSIZE)
307 JDIMENSION image_width; /* input image width */ member in struct:jpeg_compress_struct
480 JDIMENSION image_width; /* nominal image width (from SOF marker) */ member in struct:jpeg_decompress_struct
    [all...]
jdmarker.c 254 INPUT_2BYTES(cinfo, cinfo->image_width, return FALSE);
260 (int) cinfo->image_width, (int) cinfo->image_height,
269 if (cinfo->image_height <= 0 || cinfo->image_width <= 0
    [all...]
  /external/autotest/client/virt/
virt_step_editor.py 530 (self.image_width, self.image_height, self.image_data) = (w, h, data)
551 self.image_width = 0
560 scrdump_md5sum = ppm_utils.image_md5sum(self.image_width,
643 self.image_width,
652 # self.image_width, self.image_height, self.image_data,
741 self.image_width, self.image_height,
855 self.image_width, self.image_height, self.image_data,
    [all...]
  /external/opencv3/3rdparty/libtiff/
tif_jpeg.c     [all...]
  /external/opencv3/3rdparty/libjpeg/
jpeglib.h 160 * downsampled_width = ceil(image_width * Hi/Hmax * DCT_h_scaled_size/DCTSIZE)
295 JDIMENSION image_width; /* input image width */ member in struct:jpeg_compress_struct
461 JDIMENSION image_width; /* nominal image width (from SOF marker) */ member in struct:jpeg_decompress_struct
    [all...]
jdmarker.c 257 INPUT_2BYTES(cinfo, cinfo->image_width, return FALSE);
263 (int) cinfo->image_width, (int) cinfo->image_height,
272 if (cinfo->image_height <= 0 || cinfo->image_width <= 0
    [all...]
jdmaster.c 143 jdiv_round_up((long) cinfo->image_width *
  /external/opencv3/modules/imgcodecs/src/
grfmt_jpeg.cpp 245 m_width = state->cinfo.image_width;
592 cinfo.image_width = width;
  /external/libjpeg-turbo/simd/
jsimd_arm.c 231 neonfct(cinfo->image_width, input_buf, output_buf, output_row, num_rows);
  /packages/apps/Camera2/jni/
jpegutil.cpp 240 cinfo.image_width = img_width;
  /external/libvncserver/common/
turbojpeg.c 575 cinfo->image_width=width;
708 *width=dinfo->image_width;
786 jpegwidth=dinfo->image_width; jpegheight=dinfo->image_height;
  /external/skia/src/images/
SkImageDecoder_libjpeg.cpp 136 return sampleSize * cinfo.output_width / cinfo.image_width;
403 bool success = bm->setInfo(SkImageInfo::Make(cinfo.image_width, cinfo.image_height,
408 /* image_width and image_height are the original dimensions, available
724 /* image_width and image_height are the original dimensions, available
858 cinfo.image_width = bm.width();
    [all...]
  /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/third_party/libtiff/
tif_jpeg.c 1071 if (sp->cinfo.d.image_width < segment_width ||
1077 sp->cinfo.d.image_width,
1080 if (sp->cinfo.d.image_width > segment_width ||
1092 sp->cinfo.d.image_width, sp->cinfo.d.image_height);
    [all...]
  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java 2684 int image_width = image.getIntrinsicWidth(); local
    [all...]
  /external/autotest/client/tests/kvm/tests/
stepmaker.py 251 self.image_width_backup = self.image_width
  /external/libvpx/libvpx/third_party/libyuv/source/
mjpeg_decoder.cc 168 return decompress_struct_->image_width;
  /external/libyuv/files/source/
mjpeg_decoder.cc 167 return decompress_struct_->image_width;
  /external/pdfium/core/src/fpdfapi/fpdf_page/
pageint.h 434 int image_width,

Completed in 1903 milliseconds

1 23 4 5