Searched refs:jpeg_mem_src (Results 1 – 13 of 13) sorted by relevance
/external/libjpeg-turbo/win/ |
D | jpeg8.def | 75 jpeg_mem_src @ 74 ;
|
D | jpeg7-memsrcdst.def | 106 jpeg_mem_src @ 105 ;
|
D | jpeg62-memsrcdst.def | 104 jpeg_mem_src @ 103 ;
|
/external/honggfuzz/examples/libjpeg/ |
D | persistent-jpeg.c | 63 jpeg_mem_src(&cinfo, buf, len); in LLVMFuzzerTestOneInput()
|
/external/libjpeg-turbo/ |
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 | jdatasrc.c | 263 jpeg_mem_src(j_decompress_ptr cinfo, const unsigned char *inbuffer, in jpeg_mem_src() function
|
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 | change.log | 61 memory buffers. New API functions jpeg_mem_src and jpeg_mem_dest.
|
D | ChangeLog.md | 501 6. The `jpeg_stdio_src()`, `jpeg_mem_src()`, `jpeg_stdio_dest()`, and 536 `jpeg_mem_src()` function in the libjpeg API, are now declared as const 1058 12. The in-memory source/destination managers (`jpeg_mem_src()` and
|
D | BUILDING.md | 290 `jpeg_mem_src()` and `jpeg_mem_dest()` functions. These functions were not
|
D | CMakeLists.txt | 237 set(MEM_SRCDST_FUNCTIONS "global: jpeg_mem_dest; jpeg_mem_src;")
|
D | libjpeg.txt | 1685 jpeg_stdio_src() or jpeg_mem_src() routines of the supplied source managers.
|