Home
last modified time | relevance | path

Searched refs:jpeg_skip_scanlines (Results 1 – 25 of 32) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/libjpeg-turbo/win/
Djpeg62-memsrcdst.def105 jpeg_skip_scanlines @ 104 ;
Djpeg62.def103 jpeg_skip_scanlines @ 102 ;
Djpeg7.def105 jpeg_skip_scanlines @ 104 ;
Djpeg8.def108 jpeg_skip_scanlines @ 107 ;
Djpeg7-memsrcdst.def107 jpeg_skip_scanlines @ 106 ;
/third_party/libjpeg-turbo/win/
Djpeg62.def103 jpeg_skip_scanlines @ 102 ;
Djpeg62-memsrcdst.def105 jpeg_skip_scanlines @ 104 ;
Djpeg7-memsrcdst.def107 jpeg_skip_scanlines @ 106 ;
Djpeg8.def108 jpeg_skip_scanlines @ 107 ;
Djpeg7.def105 jpeg_skip_scanlines @ 104 ;
/third_party/libjpeg-turbo/
Ddjpeg.c711 jpeg_skip_scanlines(&cinfo, skip_end - skip_start + 1); in main()
747 jpeg_skip_scanlines(&cinfo, crop_y); in main()
753 jpeg_skip_scanlines(&cinfo, cinfo.output_height - crop_y - crop_height); in main()
Djdapistd.c408 jpeg_skip_scanlines(j_decompress_ptr cinfo, JDIMENSION num_lines) in jpeg_skip_scanlines() function
Djpeglib.h1001 EXTERN(JDIMENSION) jpeg_skip_scanlines(j_decompress_ptr cinfo,
DChangeLog.md6 in `jpeg_skip_scanlines()` that occurred when decompressing 4:2:2 or 4:2:0 JPEG
240 `jpeg_skip_scanlines()` and `jpeg_read_scanlines()` could trigger an infinite
244 6. Fixed a segfault in `jpeg_skip_scanlines()` that occurred when decompressing
414 4. Fixed an issue (CVE-2017-15232) whereby `jpeg_skip_scanlines()` would
428 8. Fixed an issue whereby, when using `jpeg_skip_scanlines()` to skip to the
458 source/destination managers. Due to an oversight, the `jpeg_skip_scanlines()`
653 2. Added two new libjpeg API functions (`jpeg_skip_scanlines()` and
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Ddjpeg.c709 jpeg_skip_scanlines(&cinfo, skip_end - skip_start + 1); in main()
745 jpeg_skip_scanlines(&cinfo, crop_y); in main()
751 jpeg_skip_scanlines(&cinfo, cinfo.output_height - crop_y - crop_height); in main()
Djpeglib.h1001 EXTERN(JDIMENSION) jpeg_skip_scanlines(j_decompress_ptr cinfo,
Djdapistd.c406 jpeg_skip_scanlines(j_decompress_ptr cinfo, JDIMENSION num_lines) in jpeg_skip_scanlines() function
DChangeLog.md5 in `jpeg_skip_scanlines()` that occurred when decompressing 4:2:2 or 4:2:0 JPEG
48 `jpeg_skip_scanlines()` and `jpeg_read_scanlines()` could trigger an infinite
52 6. Fixed a segfault in `jpeg_skip_scanlines()` that occurred when decompressing
231 4. Fixed an issue whereby `jpeg_skip_scanlines()` would segfault if color
245 8. Fixed an issue whereby, when using `jpeg_skip_scanlines()` to skip to the
275 source/destination managers. Due to an oversight, the `jpeg_skip_scanlines()`
470 2. Added two new libjpeg API functions (`jpeg_skip_scanlines()` and
/third_party/skia/third_party/externals/libjpeg-turbo/
Ddjpeg.c747 if ((tmp = jpeg_skip_scanlines(&cinfo, skip_end - skip_start + 1)) != in djpeg()
788 if ((tmp = jpeg_skip_scanlines(&cinfo, crop_y)) != crop_y) { in djpeg()
799 jpeg_skip_scanlines(&cinfo, in djpeg()
Djpeglibmangler.h99 #define jpeg_skip_scanlines chromium_jpeg_skip_scanlines macro
DChangeLog.md206 2. Fixed or worked around multiple issues with `jpeg_skip_scanlines()`:
209 errors in `jpeg_skip_scanlines()` that occurred when decompressing 4:2:2 or
213 - `jpeg_skip_scanlines()` now throws an error if two-pass color
215 with `jpeg_skip_scanlines()`, and the issues could not readily be fixed.
216 - Fixed an issue whereby `jpeg_skip_scanlines()` always returned 0 when
449 `jpeg_skip_scanlines()` and `jpeg_read_scanlines()` could trigger an infinite
453 6. Fixed a segfault in `jpeg_skip_scanlines()` that occurred when decompressing
623 4. Fixed an issue (CVE-2017-15232) whereby `jpeg_skip_scanlines()` would
637 8. Fixed an issue whereby, when using `jpeg_skip_scanlines()` to skip to the
667 source/destination managers. Due to an oversight, the `jpeg_skip_scanlines()`
[all …]
Djdapistd.c402 jpeg_skip_scanlines(j_decompress_ptr cinfo, JDIMENSION num_lines) in jpeg_skip_scanlines() function
Djpeglib.h1005 EXTERN(JDIMENSION) jpeg_skip_scanlines(j_decompress_ptr cinfo,
/third_party/flutter/skia/src/codec/
DSkJpegCodec.cpp784 return (uint32_t) count == jpeg_skip_scanlines(fDecoderMgr->dinfo(), count); in onSkipScanlines()
/third_party/skia/src/codec/
DSkJpegCodec.cpp742 return (uint32_t) count == jpeg_skip_scanlines(fDecoderMgr->dinfo(), count); in onSkipScanlines()

12