Searched refs:jpeg_mem_src (Results 1 – 25 of 33) sorted by relevance
12
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/win/ |
D | jpeg62-memsrcdst.def | 104 jpeg_mem_src @ 103 ;
|
D | jpeg8.def | 75 jpeg_mem_src @ 74 ;
|
D | jpeg7-memsrcdst.def | 106 jpeg_mem_src @ 105 ;
|
/third_party/libjpeg-turbo/win/ |
D | jpeg62-memsrcdst.def | 104 jpeg_mem_src @ 103 ;
|
D | jpeg7-memsrcdst.def | 106 jpeg_mem_src @ 105 ;
|
D | jpeg8.def | 75 jpeg_mem_src @ 74 ;
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | jpeglibmangler.h | 126 #define jpeg_mem_src chromium_jpeg_mem_src macro
|
D | jdatasrc.c | 263 jpeg_mem_src(j_decompress_ptr cinfo, const unsigned char *inbuffer, in jpeg_mem_src() function
|
D | README.md | 238 By default, libjpeg-turbo 1.3 and later includes the `jpeg_mem_src()` and 251 `jpeg_mem_src()` and `jpeg_mem_dest()` are only included when emulating the 260 is built against libjpeg-turbo 1.3+ and uses `jpeg_mem_src()` or 263 call `jpeg_mem_src()` or `jpeg_mem_dest()`. Such is not the case on Windows. 265 `jpeg_mem_src()` or `jpeg_mem_dest()`, then it must use the libjpeg-turbo 1.3+
|
D | jpeglib.h | 927 EXTERN(void) jpeg_mem_src(j_decompress_ptr cinfo,
|
D | djpeg.c | 669 jpeg_mem_src(&cinfo, inbuffer, insize); in djpeg()
|
D | change.log | 87 memory buffers. New API functions jpeg_mem_src and jpeg_mem_dest.
|
D | BUILDING.md | 297 `jpeg_mem_src()` and `jpeg_mem_dest()` functions. These functions were not
|
/third_party/libjpeg-turbo/ |
D | jdatasrc.c | 263 jpeg_mem_src(j_decompress_ptr cinfo, const unsigned char *inbuffer, in jpeg_mem_src() function
|
D | README.md | 238 By default, libjpeg-turbo 1.3 and later includes the `jpeg_mem_src()` and 251 `jpeg_mem_src()` and `jpeg_mem_dest()` are only included when emulating the 260 is built against libjpeg-turbo 1.3+ and uses `jpeg_mem_src()` or 263 call `jpeg_mem_src()` or `jpeg_mem_dest()`. Such is not the case on Windows. 265 `jpeg_mem_src()` or `jpeg_mem_dest()`, then it must use the libjpeg-turbo 1.3+
|
D | jpeglib.h | 923 EXTERN(void) jpeg_mem_src(j_decompress_ptr cinfo,
|
D | djpeg.c | 631 jpeg_mem_src(&cinfo, inbuffer, insize); in main()
|
D | change.log | 61 memory buffers. New API functions jpeg_mem_src and jpeg_mem_dest.
|
D | ChangeLog.md | 632 6. The `jpeg_stdio_src()`, `jpeg_mem_src()`, `jpeg_stdio_dest()`, and 667 `jpeg_mem_src()` function in the libjpeg API, are now declared as const 1190 12. The in-memory source/destination managers (`jpeg_mem_src()` and
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | jdatasrc.c | 263 jpeg_mem_src(j_decompress_ptr cinfo, const unsigned char *inbuffer, in jpeg_mem_src() function
|
D | README.md | 239 By default, libjpeg-turbo 1.3 and later includes the `jpeg_mem_src()` and 253 `jpeg_mem_src()` and `jpeg_mem_dest()` are only included when emulating the 262 is built against libjpeg-turbo 1.3+ and uses `jpeg_mem_src()` or 265 call `jpeg_mem_src()` or `jpeg_mem_dest()`. Such is not the case on Windows. 267 `jpeg_mem_src()` or `jpeg_mem_dest()`, then it must use the libjpeg-turbo 1.3+
|
D | jpeglib.h | 923 EXTERN(void) jpeg_mem_src(j_decompress_ptr cinfo,
|
D | djpeg.c | 629 jpeg_mem_src(&cinfo, inbuffer, insize); in main()
|
D | ChangeLog.md | 449 6. The `jpeg_stdio_src()`, `jpeg_mem_src()`, `jpeg_stdio_dest()`, and 484 `jpeg_mem_src()` function in the libjpeg API, are now declared as const 1006 12. The in-memory source/destination managers (`jpeg_mem_src()` and
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/soft_dvpp/utils/ |
D | soft_jpegd.cc | 85 jpeg_mem_src(libjpeg_handler, addr, size); in CallLibjpeg()
|
12