Searched refs:image_height (Results 1 - 25 of 124) sorted by last modified time

12345

/external/webp/src/dec/
H A Dwebp.c295 int image_height = 0; local
339 image_height = canvas_height;
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) {
417 if (height != NULL) *height = image_height;
/external/skia/src/images/
H A DSkImageDecoder_libjpeg.cpp597 bool success = bm->setInfo(SkImageInfo::Make(cinfo.image_width, cinfo.image_height,
602 /* image_width and image_height are the original dimensions, available
1179 cinfo.image_height = bm.height();
1202 while (cinfo.next_scanline < cinfo.image_height) {
/external/qemu/android/utils/
H A Djpeg-compress.c171 cinfo.image_height = h;
192 while (cinfo.next_scanline < cinfo.image_height) {
198 while (cinfo.next_scanline < cinfo.image_height) {
/external/qemu/distrib/jpeg-6b/
H A Dcjpeg.c583 while (cinfo.next_scanline < cinfo.image_height) {
H A Dexample.c62 extern int image_height; /* Number of rows in image */
126 cinfo.image_height = image_height;
156 while (cinfo.next_scanline < cinfo.image_height) {
H A Djcapimin.c154 if (cinfo->next_scanline < cinfo->image_height)
H A Djcapistd.c67 * or if more than image_height scanlines are passed in.
84 if (cinfo->next_scanline >= cinfo->image_height)
90 cinfo->progress->pass_limit = (long) cinfo->image_height;
103 rows_left = cinfo->image_height - cinfo->next_scanline;
127 if (cinfo->next_scanline >= cinfo->image_height) {
135 cinfo->progress->pass_limit = (long) cinfo->image_height;
H A Djcmarker.c288 if ((long) cinfo->image_height > 65535L ||
293 emit_2bytes(cinfo, (int) cinfo->image_height);
H A Djcmaster.c55 if (cinfo->image_height <= 0 || cinfo->image_width <= 0
60 if ((long) cinfo->image_height > (long) JPEG_MAX_DIMENSION ||
105 jdiv_round_up((long) cinfo->image_height * (long) compptr->v_samp_factor,
112 jdiv_round_up((long) cinfo->image_height * (long) compptr->v_samp_factor,
122 jdiv_round_up((long) cinfo->image_height,
353 jdiv_round_up((long) cinfo->image_height,
H A Djcprepct.c86 prep->rows_to_go = cinfo->image_height;
217 if (prep->rows_to_go == cinfo->image_height) {
H A Djctrans.c76 dstinfo->image_height = srcinfo->image_height;
H A Djdinput.c48 if ((long) cinfo->image_height > (long) JPEG_MAX_DIMENSION ||
90 jdiv_round_up((long) cinfo->image_height * (long) compptr->v_samp_factor,
101 jdiv_round_up((long) cinfo->image_height * (long) compptr->v_samp_factor,
111 jdiv_round_up((long) cinfo->image_height,
168 jdiv_round_up((long) cinfo->image_height,
H A Djdmarker.c251 INPUT_2BYTES(cinfo, cinfo->image_height, return FALSE);
258 (int) cinfo->image_width, (int) cinfo->image_height,
267 if (cinfo->image_height <= 0 || cinfo->image_width <= 0
H A Djdmaster.c121 jdiv_round_up((long) cinfo->image_height, 8L);
128 jdiv_round_up((long) cinfo->image_height, 4L);
135 jdiv_round_up((long) cinfo->image_height, 2L);
140 cinfo->output_height = cinfo->image_height;
172 jdiv_round_up((long) cinfo->image_height *
181 cinfo->output_height = cinfo->image_height;
H A Djpeglib.h284 JDIMENSION image_height; /* input image height */ member in struct:jpeg_compress_struct
355 * processing loop, e.g., "while (next_scanline < image_height)".
358 JDIMENSION next_scanline; /* 0 .. image_height-1 */
428 JDIMENSION image_height; /* nominal image height */ member in struct:jpeg_decompress_struct
H A Drdbmp.c198 for (row = 0; row < cinfo->image_height; row++) {
201 progress->pub.pass_limit = (long) cinfo->image_height;
229 source->source_row = cinfo->image_height;
403 cinfo->image_height = (JDIMENSION) biHeight;
H A Drdjpgcom.c269 unsigned int image_height, image_width; local
277 image_height = read_2_bytes();
299 image_width, image_height, num_components, data_precision);
H A Drdppm.c330 cinfo->image_height = (JDIMENSION) h;
H A Drdrle.c121 cinfo->image_height = height;
264 progress->pub.pass_limit = cinfo->image_height;
274 for (row = 0; row < cinfo->image_height; row++) {
289 for (row = 0; row < cinfo->image_height; row++) {
312 for (row = 0; row < cinfo->image_height; row++) {
348 source->row = cinfo->image_height;
H A Drdtarga.c281 source_row = cinfo->image_height - source->current_row - 1;
307 for (row = 0; row < cinfo->image_height; row++) {
310 progress->pub.pass_limit = (long) cinfo->image_height;
464 cinfo->image_height = height;
H A Dtransupp.c134 MCU_rows = dstinfo->image_height / (dstinfo->max_v_samp_factor * DCTSIZE);
313 MCU_rows = dstinfo->image_height / (dstinfo->max_v_samp_factor * DCTSIZE);
375 MCU_rows = dstinfo->image_height / (dstinfo->max_v_samp_factor * DCTSIZE);
479 MCU_rows = dstinfo->image_height / (dstinfo->max_v_samp_factor * DCTSIZE);
650 dstinfo->image_width = dstinfo->image_height;
651 dstinfo->image_height = dtemp;
714 MCU_rows = dstinfo->image_height / (max_v_samp_factor * DCTSIZE);
716 dstinfo->image_height = MCU_rows * (max_v_samp_factor * DCTSIZE);
/external/qemu/distrib/libpng-1.2.46/
H A Dpngread.c1074 png_uint_32 i, image_height; local
1093 image_height=png_ptr->height;
1094 png_ptr->num_rows = image_height; /* Make sure this is set correctly */
1099 for (i = 0; i < image_height; i++)
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xxf86dga/
H A DXF86DGA2.c328 modes[i].imageHeight = info.image_height;
406 dev->mode.imageHeight = info.image_height;
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
H A Dxf86dgastr.h99 CARD16 image_height B16;
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_resource.h637 int image_width, int image_height, FX_BOOL bTransMask = FALSE) const;

Completed in 343 milliseconds

12345