| /external/jpeg/ |
| rdbmp.c | 138 for (col = cinfo->image_width; col > 0; col--) { 169 for (col = cinfo->image_width; col > 0; col--) { 402 cinfo->image_width = (JDIMENSION) biWidth;
|
| jctrans.c | 75 dstinfo->image_width = srcinfo->image_width;
|
| jcmarker.c | 289 (long) cinfo->image_width > 65535L) 294 emit_2bytes(cinfo, (int) cinfo->image_width);
|
| 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...] |
| jdapistd.c | 230 cinfo->image_width = jmin(cinfo->original_image_width,
|
| jdmarker.c | 252 INPUT_2BYTES(cinfo, cinfo->image_width, return FALSE); 258 (int) cinfo->image_width, (int) cinfo->image_height, 267 if (cinfo->image_height <= 0 || cinfo->image_width <= 0 [all...] |
| /external/pdfium/core/src/fpdfapi/fpdf_page/ |
| fpdf_page_colors.cpp | 145 void CPDF_DeviceCS::TranslateImageLine(FX_LPBYTE pDestBuf, FX_LPCBYTE pSrcBuf, int pixels, int image_width, int image_height, FX_BOOL bTransMask) const 270 virtual void TranslateImageLine(FX_LPBYTE pDestBuf, FX_LPCBYTE pSrcBuf, int pixels, int image_width, int image_height, FX_BOOL bTransMask = FALSE) const; 313 void CPDF_CalGray::TranslateImageLine(FX_LPBYTE pDestBuf, FX_LPCBYTE pSrcBuf, int pixels, int image_width, int image_height, FX_BOOL bTransMask) const 327 virtual void TranslateImageLine(FX_LPBYTE pDestBuf, FX_LPCBYTE pSrcBuf, int pixels, int image_width, int image_height, FX_BOOL bTransMask = FALSE) const; 402 void CPDF_CalRGB::TranslateImageLine(FX_LPBYTE pDestBuf, FX_LPCBYTE pSrcBuf, int pixels, int image_width, int image_height, FX_BOOL bTransMask) const 433 virtual void TranslateImageLine(FX_LPBYTE pDestBuf, FX_LPCBYTE pSrcBuf, int pixels, int image_width, int image_height, FX_BOOL bTransMask = FALSE) const; 508 void CPDF_LabCS::TranslateImageLine(FX_LPBYTE pDestBuf, FX_LPCBYTE pSrcBuf, int pixels, int image_width, int image_height, FX_BOOL bTransMask) const 558 virtual void TranslateImageLine(FX_LPBYTE pDestBuf, FX_LPCBYTE pSrcBuf, int pixels, int image_width, int image_height, FX_BOOL bTransMask = FALSE) const; 705 void CPDF_ICCBasedCS::TranslateImageLine(FX_LPBYTE pDestBuf, FX_LPCBYTE pSrcBuf, int pixels, int image_width, int image_height, FX_BOOL bTransMask) const 714 if (m_nComponents > 3 || image_width * image_height < nMaxColors * 3 / 2) [all...] |
| /packages/apps/Gallery2/jni_jpegstream/src/ |
| jpeg_writer.cpp | 73 mInfo.image_width = width;
|
| /external/pdfium/core/src/fxcodec/libjpeg/ |
| fpdfapi_jctrans.c | 76 dstinfo->image_width = srcinfo->image_width;
|
| fpdfapi_jcmarker.c | 290 (long) cinfo->image_width > 65535L) 295 emit_2bytes(cinfo, (int) cinfo->image_width);
|
| 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/skia/src/codec/ |
| SkJpegCodec.cpp | 145 const SkImageInfo& imageInfo = SkImageInfo::Make(decoderMgr->dinfo()->image_width, 194 dinfo.image_width = this->getInfo().width();
|
| /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;
|
| /device/generic/goldfish/camera/fake-pipeline2/ |
| JpegCompressor.cpp | 163 mCInfo.image_width = mAuxBuffer.width;
|
| /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...] |
| /packages/apps/Camera2/jni/ |
| jpegutil.cpp | 240 cinfo.image_width = img_width;
|
| /external/libvncserver/common/ |
| turbojpeg.c | 571 cinfo->image_width=width; 704 *width=dinfo->image_width; 782 jpegwidth=dinfo->image_width; jpegheight=dinfo->image_height;
|
| /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...] |
| /frameworks/ex/common/java/com/android/ex/editstyledtext/ |
| EditStyledText.java | 2684 int image_width = image.getIntrinsicWidth(); local [all...] |
| /external/skia/src/images/ |
| SkImageDecoder_libjpeg.cpp | 296 return sampleSize * cinfo.output_width / cinfo.image_width; 611 bool success = bm->setInfo(SkImageInfo::Make(cinfo.image_width, cinfo.image_height, 616 /* image_width and image_height are the original dimensions, available [all...] |
| /external/libvpx/libvpx/third_party/libyuv/source/ |
| mjpeg_decoder.cc | 162 return decompress_struct_->image_width;
|
| /external/libyuv/files/source/ |
| mjpeg_decoder.cc | 179 return decompress_struct_->image_width;
|
| /hardware/ti/omap4-aah/camera/ |
| Encoder_libjpeg.cpp | 489 cinfo.image_width = out_width - right_crop;
|
| /hardware/ti/omap4xxx/camera/ |
| Encoder_libjpeg.cpp | 419 cinfo.image_width = out_width - right_crop;
|
| /external/pdfium/core/include/fpdfapi/ |
| fpdf_resource.h | 628 int image_width, int image_height, FX_BOOL bTransMask = FALSE) const;
|