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

1 23 4 5

  /hardware/ti/omap4xxx/camera/
Encoder_libjpeg.cpp 420 cinfo.image_height = out_height;
435 while ((cinfo.next_scanline < cinfo.image_height) && !mCancelEncoding) {
  /external/libjpeg-turbo/
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...]
jdmarker.c 253 INPUT_2BYTES(cinfo, cinfo->image_height, return FALSE);
260 (int) cinfo->image_width, (int) cinfo->image_height,
269 if (cinfo->image_height <= 0 || cinfo->image_width <= 0
    [all...]
cjpeg.c 613 while (cinfo.next_scanline < cinfo.image_height) {
rdppm.c 330 cinfo->image_height = (JDIMENSION) h;
  /external/opencv3/3rdparty/libjpeg/
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...]
jdmarker.c 256 INPUT_2BYTES(cinfo, cinfo->image_height, return FALSE);
263 (int) cinfo->image_width, (int) cinfo->image_height,
272 if (cinfo->image_height <= 0 || cinfo->image_width <= 0
    [all...]
jdmaster.c 147 jdiv_round_up((long) cinfo->image_height *
  /external/pdfium/third_party/libjpeg/
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...]
  /external/pdfium/third_party/libtiff/
tif_jpeg.c 1072 sp->cinfo.d.image_height < segment_height) {
1078 sp->cinfo.d.image_height);
1081 sp->cinfo.d.image_height > segment_height) {
1092 sp->cinfo.d.image_width, sp->cinfo.d.image_height);
    [all...]
  /external/autotest/client/virt/
virt_step_editor.py 530 (self.image_width, self.image_height, self.image_data) = (w, h, data)
552 self.image_height = 0
561 self.image_height,
644 self.image_height,
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/modules/imgcodecs/src/
grfmt_jpeg.cpp 246 m_height = state->cinfo.image_height;
593 cinfo.image_height = height;
  /external/webrtc/webrtc/common_video/
i420_video_frame_unittest.cc 27 int ExpectedSize(int plane_stride, int image_height, PlaneType type);
  /packages/apps/Camera2/jni/
jpegutil.cpp 241 cinfo.image_height = img_height;
  /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...]
  /external/skia/src/images/
SkImageDecoder_libjpeg.cpp 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
859 cinfo.image_height = bm.height();
883 while (cinfo.next_scanline < cinfo.image_height) {
    [all...]
  /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/ImageMagick/coders/
wmf.c 2548 image_height, local
    [all...]
  /external/autotest/client/tests/kvm/tests/
stepmaker.py 252 self.image_height_backup = self.image_height
  /external/libvpx/libvpx/third_party/libyuv/source/
mjpeg_decoder.cc 173 return decompress_struct_->image_height;
  /external/libyuv/files/source/
mjpeg_decoder.cc 172 return decompress_struct_->image_height;
  /external/pdfium/core/src/fpdfapi/fpdf_page/
pageint.h 435 int image_height,

Completed in 618 milliseconds

1 23 4 5