Home
last modified time | relevance | path

Searched refs:jpeg_mem_src (Results 1 – 13 of 13) sorted by relevance

/external/libjpeg-turbo/win/
Djpeg8.def75 jpeg_mem_src @ 74 ;
Djpeg7-memsrcdst.def106 jpeg_mem_src @ 105 ;
Djpeg62-memsrcdst.def104 jpeg_mem_src @ 103 ;
/external/honggfuzz/examples/libjpeg/
Dpersistent-jpeg.c63 jpeg_mem_src(&cinfo, buf, len); in LLVMFuzzerTestOneInput()
/external/libjpeg-turbo/
DREADME.md239 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+
Djdatasrc.c263 jpeg_mem_src(j_decompress_ptr cinfo, const unsigned char *inbuffer, in jpeg_mem_src() function
Djpeglib.h923 EXTERN(void) jpeg_mem_src(j_decompress_ptr cinfo,
Ddjpeg.c629 jpeg_mem_src(&cinfo, inbuffer, insize); in main()
Dchange.log61 memory buffers. New API functions jpeg_mem_src and jpeg_mem_dest.
DChangeLog.md501 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
DBUILDING.md290 `jpeg_mem_src()` and `jpeg_mem_dest()` functions. These functions were not
DCMakeLists.txt237 set(MEM_SRCDST_FUNCTIONS "global: jpeg_mem_dest; jpeg_mem_src;")
Dlibjpeg.txt1685 jpeg_stdio_src() or jpeg_mem_src() routines of the supplied source managers.