/external/libjpeg-turbo/ |
jctrans.c | 79 dstinfo->image_height = srcinfo->image_height;
|
transupp.h | 175 (JDIMENSION image_width, JDIMENSION image_height, int MCU_width,
|
jcapimin.c | 168 if (cinfo->next_scanline < cinfo->image_height)
|
jpeglib.h | 308 JDIMENSION image_height; /* input image height */ member in struct:jpeg_compress_struct 400 * processing loop, e.g., "while (next_scanline < image_height)". 403 JDIMENSION next_scanline; /* 0 .. image_height-1 */ 481 JDIMENSION image_height; /* nominal image height */ member in struct:jpeg_decompress_struct [all...] |
/external/opencv3/3rdparty/libjpeg/ |
jctrans.c | 77 dstinfo->image_height = srcinfo->image_height;
|
jcapimin.c | 162 if (cinfo->next_scanline < cinfo->image_height)
|
jpeglib.h | 296 JDIMENSION image_height; /* input image height */ member in struct:jpeg_compress_struct 385 * processing loop, e.g., "while (next_scanline < image_height)". 388 JDIMENSION next_scanline; /* 0 .. image_height-1 */ 462 JDIMENSION image_height; /* nominal image height */ member in struct:jpeg_decompress_struct [all...] |
/external/opencv3/3rdparty/libtiff/ |
tif_jpeg.c | [all...] |
/external/opencv3/modules/ts/misc/ |
xls-report.py | 318 (image_width, image_height) = map(int, image_size.split('x', 1)) 320 sheet.write(row, 3, image_height)
|
/external/pdfium/third_party/libjpeg/ |
fpdfapi_jcmarker.c | 288 if ((long) cinfo->image_height > 65535L || 293 emit_2bytes(cinfo, (int) cinfo->image_height);
|
fpdfapi_jctrans.c | 76 dstinfo->image_height = srcinfo->image_height;
|
fpdfapi_jcapimin.c | 154 if (cinfo->next_scanline < cinfo->image_height)
|
jpeglib.h | 382 JDIMENSION image_height; /* input image height */ member in struct:jpeg_compress_struct 453 * processing loop, e.g., "while (next_scanline < image_height)". 456 JDIMENSION next_scanline; /* 0 .. image_height-1 */ 523 JDIMENSION image_height; /* nominal image height */ member in struct:jpeg_decompress_struct [all...] |
/hardware/ti/omap4-aah/camera/ |
Encoder_libjpeg.cpp | 490 cinfo.image_height = out_height; 505 while ((cinfo.next_scanline < cinfo.image_height) && !mCancelEncoding) {
|
/hardware/ti/omap4xxx/camera/ |
Encoder_libjpeg.cpp | 420 cinfo.image_height = out_height; 435 while ((cinfo.next_scanline < cinfo.image_height) && !mCancelEncoding) {
|
/external/opencv3/3rdparty/include/opencl/1.2/CL/ |
cl_ext.h | 261 size_t image_height,
|
cl.h | 100 size_t image_height; member in struct:_cl_image_desc [all...] |
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
pageint.h | 435 int image_height,
|
/external/webrtc/webrtc/common_video/ |
i420_video_frame_unittest.cc | 27 int ExpectedSize(int plane_stride, int image_height, PlaneType type);
|
/external/skia/src/codec/ |
SkJpegCodec.cpp | 57 decoderMgr->dinfo()->image_height, colorType, kOpaque_SkAlphaType); 143 dinfo.image_height = this->getInfo().height(); 249 dinfo.image_height = this->getInfo().height();
|
/hardware/intel/img/psb_video/src/x11/ |
psb_coverlay.c | 402 int image_width, image_height, width, height, size; local 424 image_height = subpicture->height; 440 if ((srcy + srch) > image_height) 441 srch = image_height - srcy; 472 ximg = XCreateImage(ctx->native_dpy, visual, depth, ZPixmap, 0, NULL, image_width, image_height, 32, 0); [all...] |
/external/opencv3/3rdparty/libpng/ |
pngread.c | 732 png_uint_32 i, image_height; local 775 image_height=png_ptr->height; 780 for (i = 0; i < image_height; i++) [all...] |
/packages/apps/Camera2/jni/ |
jpegutil.cpp | 241 cinfo.image_height = img_height;
|
/external/mesa3d/include/CL/ |
cl.h | 562 size_t /* image_height */, 572 size_t /* image_height */, [all...] |
/external/opencv3/modules/imgcodecs/src/ |
grfmt_jpeg.cpp | 246 m_height = state->cinfo.image_height; 593 cinfo.image_height = height;
|